SDMMC: set the init-clock to 200Khz.

This commit is contained in:
xbw 2014-03-05 17:31:37 +08:00
parent 5ce4ab4254
commit fd4cecf962

View File

@ -29,7 +29,7 @@ sdmmc: rksdmmc@10214000 {
pinctrl-1 = <&sd0_cd_gpio>; //for int gpio?
clocks = <&clk_gates2 11>;
clock-frequency = <50000000>;
clock-freq-min-max = <400000 50000000>;
clock-freq-min-max = <200000 50000000>;
num-slots = <1>;
supports-highspeed;
@ -61,7 +61,7 @@ sdio: rksdmmc@10218000 {
clocks = <&clk_gates2 14>;
clock-frequency = <50000000>;
clock-freq-min-max = <400000 50000000>;
clock-freq-min-max = <200000 50000000>;
num-slots = <1>;
supports-highspeed;