From: Alexander Stein Date: Mon, 18 Dec 2023 12:54:59 +0000 (+0100) Subject: ARM: dts: imx7-tqma7: Fix PMIC v33 rail voltage range X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1263f35e5ea2e4230f6bd41db8ead1cfa3763b00;p=linux.git ARM: dts: imx7-tqma7: Fix PMIC v33 rail voltage range regulator-*-microvolt is not the range the regulator supports, but the range which the regulator is allowed to configure. Limit v33 rail to 3.3V only. Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi b/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi index 0cf0304a8db69..028961eb71089 100644 --- a/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi @@ -112,7 +112,7 @@ }; vgen4_reg: v33 { - regulator-min-microvolt = <2850000>; + regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-always-on; };