ARM: dts: am335x-baltos: update MPU regulator range
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 19 Apr 2022 14:39:23 +0000 (16:39 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Apr 2022 11:12:52 +0000 (14:12 +0300)
Update the max MPU voltage range to align with the maximum
possible value allowed in the operating-points table, which is max
target voltage of 132500 uV + 2%.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Message-Id: <20220419143923.25196-1-yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-baltos.dtsi

index 3667026..d3eafee 100644 (file)
                        /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
                        regulator-name = "vdd_mpu";
                        regulator-min-microvolt = <912500>;
-                       regulator-max-microvolt = <1312500>;
+                       regulator-max-microvolt = <1351500>;
                        regulator-boot-on;
                        regulator-always-on;
                };