]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: rockchip: fix voltage ranges for rk3288-evb-act8846 board
authorCaesar Wang <wxt@rock-chips.com>
Wed, 2 Dec 2015 11:12:21 +0000 (19:12 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 11 Dec 2015 13:01:13 +0000 (14:01 +0100)
In general, the logic voltage is affected by ddr frequency factors.
We should fix the correct voltage range since assuemd that we have the
ddr frequency driver in mainline in the future.

AFAIK, the 1.8v voltage is used by the SD3.0 card.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-evb-act8846.dts

index e6621471753b7767ca7be6bb93a312ed917b21b4..452ca2441e848943e08a73389ce67b289e583e6f 100644 (file)
 
                        vdd_log: REG3 {
                                regulator-name = "VDD_LOG";
-                               regulator-min-microvolt = <1000000>;
-                               regulator-max-microvolt = <1000000>;
+                               regulator-min-microvolt = <700000>;
+                               regulator-max-microvolt = <1500000>;
                                regulator-always-on;
                        };
 
 
                        vccio_sd: REG5 {
                                regulator-name = "VCCIO_SD";
-                               regulator-min-microvolt = <3300000>;
+                               regulator-min-microvolt = <1800000>;
                                regulator-max-microvolt = <3300000>;
                                regulator-always-on;
                        };