Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Caesar Wang and committed by
Heiko Stuebner
a1c2e133 b04061e6

+3 -3
+3 -3
arch/arm/boot/dts/rk3288-evb-act8846.dts
··· 135 135 136 136 vdd_log: REG3 { 137 137 regulator-name = "VDD_LOG"; 138 - regulator-min-microvolt = <1000000>; 139 - regulator-max-microvolt = <1000000>; 138 + regulator-min-microvolt = <700000>; 139 + regulator-max-microvolt = <1500000>; 140 140 regulator-always-on; 141 141 }; 142 142 ··· 149 149 150 150 vccio_sd: REG5 { 151 151 regulator-name = "VCCIO_SD"; 152 - regulator-min-microvolt = <3300000>; 152 + regulator-min-microvolt = <1800000>; 153 153 regulator-max-microvolt = <3300000>; 154 154 regulator-always-on; 155 155 };