arm64: dts: imx8mm-verdin-u-boot.dtsi: alphabetically re-order
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sat, 9 Oct 2021 20:41:06 +0000 (22:41 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 20 Oct 2021 13:08:25 +0000 (15:08 +0200)
Alphabetically re-order nodes and properties.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
arch/arm/dts/imx8mm-verdin-u-boot.dtsi

index a97626f..1fc4998 100644 (file)
 
        wdt-reboot {
                compatible = "wdt-reboot";
-               wdt = <&wdog1>;
                u-boot,dm-spl;
+               wdt = <&wdog1>;
        };
 };
 
+&{/soc@0/bus@30800000/i2c@30a20000/pmic} {
+       u-boot,dm-spl;
+};
+
+&{/soc@0/bus@30800000/i2c@30a20000/pmic/regulators} {
+       u-boot,dm-spl;
+};
+
 &gpio1 {
        u-boot,dm-spl;
 };
        u-boot,dm-spl;
 };
 
-&{/soc@0/bus@30800000/i2c@30a20000/pmic} {
-       u-boot,dm-spl;
-};
-
-&{/soc@0/bus@30800000/i2c@30a20000/pmic/regulators} {
-       u-boot,dm-spl;
-};
-
 &uart1 {
        u-boot,dm-spl;
 };