summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2014-10-10 11:12:39 +0530
committerTero Kristo <t-kristo@ti.com>2014-10-10 10:55:23 +0300
commit6a6bb0510d15981a79a1359d6b44ba2e27993de7 (patch)
treeed2bffb5831a84982090e1f1a486f411f31d9c5b /arch
parent47f9e608d62ccb228afb934e0d7ffe1fe996b1ca (diff)
ARM: dts: AM437x-SK-EVM: Fix DCDC3 voltage
On older PMICs the reset value of the DCDC3 voltage was different. Fix DCDC3 volatge to 1.5V which is the right value to be supplied by DCDC3 for all the production boards(Version 1.4+). Tested-by: George Cherian <george.cherian@ti.com> Signed-off-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/am437x-sk-evm.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
index 82fdb526566..58e75f892c9 100644
--- a/arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/arch/arm/boot/dts/am437x-sk-evm.dts
@@ -363,8 +363,8 @@
dcdc3: regulator-dcdc3 {
compatible = "ti,tps65218-dcdc3";
regulator-name = "vdds_ddr";
- regulator-min-microvolt = <1350000>;
- regulator-max-microvolt = <1350000>;
+ regulator-min-microvolt = <1500000>;
+ regulator-max-microvolt = <1500000>;
regulator-boot-on;
regulator-always-on;
};