]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx8mm-kontron: Sort reg nodes alphabetically
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 21 Jul 2025 10:05:39 +0000 (12:05 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 03:04:19 +0000 (11:04 +0800)
Sort the regulator nodes alphabetically.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi

index d4554296523058b7230e826c72680b0a416bc316..264553248d5cc87e077a0d933c3aea466065b973 100644 (file)
                stdout-path = &uart3;
        };
 
-       reg_vdd_carrier: regulator-vdd-carrier {
-               compatible = "regulator-fixed";
-               pinctrl-names = "default";
-               pinctrl-0 = <&pinctrl_reg_vdd_carrier>;
-               gpio = <&gpio3 16 GPIO_ACTIVE_HIGH>;
-               enable-active-high;
-               regulator-always-on;
-               regulator-boot-on;
-               regulator-name = "VDD_CARRIER";
-
-               regulator-state-standby {
-                       regulator-on-in-suspend;
-               };
-
-               regulator-state-mem {
-                       regulator-off-in-suspend;
-               };
-
-               regulator-state-disk {
-                       regulator-off-in-suspend;
-               };
-       };
-
        reg_usb1_vbus: regulator-usb1-vbus {
                compatible = "regulator-fixed";
                pinctrl-names = "default";
                regulator-max-microvolt = <3300000>;
                regulator-name = "VCC_SDIO_B";
        };
+
+       reg_vdd_carrier: regulator-vdd-carrier {
+               compatible = "regulator-fixed";
+               pinctrl-names = "default";
+               pinctrl-0 = <&pinctrl_reg_vdd_carrier>;
+               gpio = <&gpio3 16 GPIO_ACTIVE_HIGH>;
+               enable-active-high;
+               regulator-always-on;
+               regulator-boot-on;
+               regulator-name = "VDD_CARRIER";
+
+               regulator-state-standby {
+                       regulator-on-in-suspend;
+               };
+
+               regulator-state-mem {
+                       regulator-off-in-suspend;
+               };
+
+               regulator-state-disk {
+                       regulator-off-in-suspend;
+               };
+       };
 };
 
 &A53_0 {