diff options
author | Ravikumar Kattekola <rk@ti.com> | 2014-12-03 07:03:57 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-12-10 12:33:50 -0500 |
commit | 70fcaf921c87df274615398c135e86439ad6f799 (patch) | |
tree | e36676911c1b561eb7455141c0e5db8e79507646 /arch/arm/boot/dts/dra7-evm.dts | |
parent | d114e8543520a7b8fa99a95ae59c0a918f1add11 (diff) |
ARM: dts: dra7-evm: Update SMPS7 (VDD_CORE) max voltage to match DM
As per the latest Data Manual, for newer samples,
the nominal voltage required for VDD_CORE at OPP_NOM can be
upto 1.06V which was 1.03V earlier.
Update the regulator max voltage constraint for SMPS7,
connected to VDD_CORE, to meet this requirement.
Document reference:
DRA74 Data Manual, SPRS857M - Dec 2012, Revised Oct 2014.
DRA72 Data Manual, SPRS906G - Dec 2012, revised Oct 2014.
Signed-off-by: Ravikumar Kattekola <rk@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index b6b92861115d..10b725c7bfc0 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts | |||
@@ -313,7 +313,7 @@ | |||
313 | /* CORE_VDD */ | 313 | /* CORE_VDD */ |
314 | regulator-name = "smps7"; | 314 | regulator-name = "smps7"; |
315 | regulator-min-microvolt = <850000>; | 315 | regulator-min-microvolt = <850000>; |
316 | regulator-max-microvolt = <1030000>; | 316 | regulator-max-microvolt = <1060000>; |
317 | regulator-always-on; | 317 | regulator-always-on; |
318 | regulator-boot-on; | 318 | regulator-boot-on; |
319 | }; | 319 | }; |