devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: am335x-phycore-som: Fix mpu voltage
@ 2015-09-03 12:00 Teresa Remmet
  2015-09-03 12:00 ` [PATCH 2/2] ARM: dts: am335x-wega: Clean up regulators Teresa Remmet
  2015-09-14 17:26 ` [PATCH 1/2] ARM: dts: am335x-phycore-som: Fix mpu voltage Tony Lindgren
  0 siblings, 2 replies; 4+ messages in thread
From: Teresa Remmet @ 2015-09-03 12:00 UTC (permalink / raw)
  To: linux-omap, devicetree, linux-arm-kernel, linux-kernel,
	Benoît Cousson, Tony Lindgren, Mark Rutland, Pawel Moll,
	Rob Herring

Fix the mpu voltage as it is set to low for the silicon
revision 2.1.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
---
 arch/arm/boot/dts/am335x-phycore-som.dtsi | 4 ++--
 1 file 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 4d28fc3..5dd084f 100644
--- a/arch/arm/boot/dts/am335x-phycore-som.dtsi
+++ b/arch/arm/boot/dts/am335x-phycore-som.dtsi
@@ -252,10 +252,10 @@
 		};
 
 		vdd1_reg: regulator@2 {
-			/* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
+			/* VDD_MPU voltage limits 0.95V - 1.325V with +/-4% tolerance */
 			regulator-name = "vdd_mpu";
 			regulator-min-microvolt = <912500>;
-			regulator-max-microvolt = <1312500>;
+			regulator-max-microvolt = <1378000>;
 			regulator-boot-on;
 			regulator-always-on;
 		};
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-12 21:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-03 12:00 [PATCH 1/2] ARM: dts: am335x-phycore-som: Fix mpu voltage Teresa Remmet
2015-09-03 12:00 ` [PATCH 2/2] ARM: dts: am335x-wega: Clean up regulators Teresa Remmet
     [not found]   ` <1441281607-35457-2-git-send-email-t.remmet-guT5V/WYfQezQB+pC5nmwQ@public.gmane.org>
2015-10-12 21:04     ` Tony Lindgren
2015-09-14 17:26 ` [PATCH 1/2] ARM: dts: am335x-phycore-som: Fix mpu voltage Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).