ARM: dts: imx7-tqma7: Fix PMIC v33 rail voltage range
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Mon, 18 Dec 2023 12:54:59 +0000 (13:54 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 3 Feb 2024 04:41:08 +0000 (12:41 +0800)
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 <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi

index 0cf0304a8db69d5d259b80744004b6f2024bf55d..028961eb71089c44da441392f06e8741114b89b0 100644 (file)
                        };
 
                        vgen4_reg: v33 {
-                               regulator-min-microvolt = <2850000>;
+                               regulator-min-microvolt = <3300000>;
                                regulator-max-microvolt = <3300000>;
                                regulator-always-on;
                        };