]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx6qdl-kontron-samx6i: cleanup the PMIC node
authorMichael Walle <mwalle@kernel.org>
Mon, 17 Jun 2024 09:13:32 +0000 (11:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 27 Jun 2024 07:24:46 +0000 (15:24 +0800)
Remove the comment, remove the unused phandle name for the
VGEN5 output. VGEN5 is not used at all.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi

index 700780bf64f5844e2a991acad8aba126276173fb..8c7f21f986e1ee680277e4c5e0ba320f2981c3f7 100644 (file)
                                regulator-always-on;
                        };
 
-                       /*
-                        * Per schematics, of all VGEN's, only VGEN5 has some
-                        * usage ... but even that - over DNI resistor
-                        */
                        vgen1 {
                                regulator-min-microvolt = <800000>;
                                regulator-max-microvolt = <1550000>;
                                regulator-max-microvolt = <3300000>;
                        };
 
-                       reg_2p5v_s0: vgen5 {
-                               regulator-name = "V_2V5_S0";
+                       vgen5 {
                                regulator-min-microvolt = <1800000>;
                                regulator-max-microvolt = <3300000>;
                        };