Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 259c0c04 authored by Teresa Remmet's avatar Teresa Remmet Committed by Tony Lindgren
Browse files

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: default avatarTeresa Remmet <t.remmet@phytec.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 423fe5f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
		};