diff options
author | Teresa Remmet <t.remmet@phytec.de> | 2015-09-03 08:00:06 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-09-14 15:13:38 -0400 |
commit | 259c0c04acde19d6286def1661ed22d0fb3b05b9 (patch) | |
tree | 287691d4012b7bb18f4d1b12cfafa216b6c407a3 | |
parent | 423fe5f3c35ff0f374d5452eb2db93a28bf6b9e2 (diff) |
ARM: dts: am335x-phycore-som: Fix mpu voltage
Fix the mpu voltage as it is set too low for the silicon
revision 2.1.
Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-phycore-som.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am335x-phycore-som.dtsi b/arch/arm/boot/dts/am335x-phycore-som.dtsi index 4d28fc3aac69..5dd084f3c81c 100644 --- a/arch/arm/boot/dts/am335x-phycore-som.dtsi +++ b/arch/arm/boot/dts/am335x-phycore-som.dtsi | |||
@@ -252,10 +252,10 @@ | |||
252 | }; | 252 | }; |
253 | 253 | ||
254 | vdd1_reg: regulator@2 { | 254 | vdd1_reg: regulator@2 { |
255 | /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ | 255 | /* VDD_MPU voltage limits 0.95V - 1.325V with +/-4% tolerance */ |
256 | regulator-name = "vdd_mpu"; | 256 | regulator-name = "vdd_mpu"; |
257 | regulator-min-microvolt = <912500>; | 257 | regulator-min-microvolt = <912500>; |
258 | regulator-max-microvolt = <1312500>; | 258 | regulator-max-microvolt = <1378000>; |
259 | regulator-boot-on; | 259 | regulator-boot-on; |
260 | regulator-always-on; | 260 | regulator-always-on; |
261 | }; | 261 | }; |