RK3288-p977: set mmc bus freq upto 400Mhz.
authorxbw <xbw@rock-chips.com>
Tue, 1 Apr 2014 11:38:20 +0000 (19:38 +0800)
committerxbw <xbw@rock-chips.com>
Tue, 1 Apr 2014 11:38:51 +0000 (19:38 +0800)
arch/arm/boot/dts/rk3288-p977.dts

index 44325eadf26fe092e04e510ce4c08e3a8c2ba181..69f2714684494442db376e772288aaaeb4045226 100755 (executable)
 };
 
 &emmc {
-       clock-frequency = <200000000>;
-        clock-freq-min-max = <400000 200000000>;
+       clock-frequency = <400000000>;
+       clock-freq-min-max = <400000 400000000>;
 
         supports-highspeed;
        supports-emmc;
        caps2-mmc-hs200;
 
         ignore-pm-notify;
-               keep-power-in-suspend;
+       keep-power-in-suspend;
        status = "okay";
 };