diff options
author | Caesar Wang <wxt@rock-chips.com> | 2015-12-02 19:12:21 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-12-11 14:01:13 +0100 |
commit | a1c2e133d26688a5783e1264cb6865b5d2bd9181 (patch) | |
tree | 5fcdaadf5e74af55ee41ceba7d94f700b200c1e6 /arch/arm/boot/dts/rk3288-evb-act8846.dts | |
parent | b04061e6599be87a23e7bc06f3bf4d3b3e325ff8 (diff) |
ARM: dts: rockchip: fix voltage ranges for rk3288-evb-act8846 board
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-evb-act8846.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-evb-act8846.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts b/arch/arm/boot/dts/rk3288-evb-act8846.dts index e6621471753b..452ca2441e84 100644 --- a/arch/arm/boot/dts/rk3288-evb-act8846.dts +++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts @@ -135,8 +135,8 @@ 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; }; @@ -149,7 +149,7 @@ vccio_sd: REG5 { regulator-name = "VCCIO_SD"; - regulator-min-microvolt = <3300000>; + regulator-min-microvolt = <1800000>; regulator-max-microvolt = <3300000>; regulator-always-on; }; |