Skip to content
Snippets Groups Projects
Commit d114e854 authored by Ravikumar Kattekola's avatar Ravikumar Kattekola Committed by Tony Lindgren
Browse files

ARM: dts: dra7-evm: Fix typo in SMPS6 (VDD_GPU) max voltage


The max expected voltage for VDD_GPU, connected to SMPS6, is 1.25V.
Correct regulator max voltage constraint to meet this requirement.

Document reference: DRA74 Data Manual, SPRS857M - Dec 2012,
		    Revised Oct 2014.

Fixes: c56a831c ("ARM: dts: DRA7: Add TPS659038 PMIC nodes")

Signed-off-by: default avatarRavikumar Kattekola <rk@ti.com>
Acked-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4fdd54f0
No related branches found
No related tags found
No related merge requests found
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
/* VDD_GPU - over VDD_SMPS6 */ /* VDD_GPU - over VDD_SMPS6 */
regulator-name = "smps6"; regulator-name = "smps6";
regulator-min-microvolt = <850000>; regulator-min-microvolt = <850000>;
regulator-max-microvolt = <12500000>; regulator-max-microvolt = <1250000>;
regulator-always-on; regulator-always-on;
regulator-boot-on; regulator-boot-on;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment