diff mbox series

ARM: dts: am335x-baltos: update MPU regulator range

Message ID 20220419143923.25196-1-yegorslists@googlemail.com
State New
Headers show
Series ARM: dts: am335x-baltos: update MPU regulator range | expand

Commit Message

Yegor Yefremov April 19, 2022, 2:39 p.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

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>
---
 arch/arm/boot/dts/am335x-baltos.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tony Lindgren April 21, 2022, 12:08 p.m. UTC | #1
* yegorslists@googlemail.com <yegorslists@googlemail.com> [220419 17:36]:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> 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%.

Applying into omap-for-v5.19/dt thanks.

Tony
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/am335x-baltos.dtsi b/arch/arm/boot/dts/am335x-baltos.dtsi
index 366702630290..d3eafee79a23 100644
--- a/arch/arm/boot/dts/am335x-baltos.dtsi
+++ b/arch/arm/boot/dts/am335x-baltos.dtsi
@@ -285,7 +285,7 @@ 
 			/* 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;
 		};