Skip to content

Commit

Permalink
arm64: dts: rockchip: correct voltage range for rk3368-evb-act8846 board
Browse files Browse the repository at this point in the history
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.

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>
  • Loading branch information
Caesar Wang authored and Heiko Stuebner committed Dec 11, 2015
1 parent 5378e28 commit 87ac9de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/rockchip/rk3368-evb-act8846.dts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,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;
};

Expand All @@ -118,7 +118,7 @@

vccio_sd: REG5 {
regulator-name = "VCCIO_SD";
regulator-min-microvolt = <3300000>;
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
Expand Down

0 comments on commit 87ac9de

Please sign in to comment.