SDMMC: set the init-clock to 200Khz.
authorxbw <xbw@rock-chips.com>
Wed, 5 Mar 2014 09:31:37 +0000 (17:31 +0800)
committerxbw <xbw@rock-chips.com>
Wed, 5 Mar 2014 09:46:31 +0000 (17:46 +0800)
arch/arm/boot/dts/rk3188-mmc.dtsi

index 27c861ae2cc0ce193d8d349cb1359c2cdcd48570..0700d58d21c189201e93836139c8d0e3fb52ec58 100755 (executable)
@@ -29,7 +29,7 @@
                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 @@
                
             clocks = <&clk_gates2 14>;
             clock-frequency = <50000000>;
-            clock-freq-min-max = <400000 50000000>;
+            clock-freq-min-max = <200000 50000000>;
             
             num-slots = <1>;
            supports-highspeed;