]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm: dts: marvell: clearfog-gtr: sort pinctrl nodes alphabetically
authorJosua Mayer <josua@solid-run.com>
Thu, 4 Jan 2024 17:48:08 +0000 (18:48 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 27 Feb 2024 16:20:14 +0000 (17:20 +0100)
Cosmetic change to increase future patches readability when adding new
pinctrl nodes.

Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/boot/dts/marvell/armada-385-clearfog-gtr.dtsi

index d1452a04e9040dc6e1e6de073617e5b2469307f9..8eabb60765b065a1efa163056dd70e3e0165a76b 100644 (file)
                        };
 
                        pinctrl@18000 {
-                               cf_gtr_switch_reset_pins: cf-gtr-switch-reset-pins {
-                                       marvell,pins = "mpp18";
-                                       marvell,function = "gpio";
-                               };
-
-                               cf_gtr_usb3_con_vbus: cf-gtr-usb3-con-vbus {
-                                       marvell,pins = "mpp22";
+                               cf_gtr_fan_pwm: cf-gtr-fan-pwm {
+                                       marvell,pins = "mpp23";
                                        marvell,function = "gpio";
                                };
 
-                               cf_gtr_fan_pwm: cf-gtr-fan-pwm {
-                                       marvell,pins = "mpp23";
+                               cf_gtr_front_button_pins: cf-gtr-front-button-pins {
+                                       marvell,pins = "mpp53";
                                        marvell,function = "gpio";
                                };
 
                                        marvell,function = "i2c1";
                                };
 
-                               cf_gtr_sdhci_pins: cf-gtr-sdhci-pins {
-                                       marvell,pins = "mpp21", "mpp28",
-                                                      "mpp37", "mpp38",
-                                                      "mpp39", "mpp40";
-                                       marvell,function = "sd0";
-                               };
-
                                cf_gtr_isolation_pins: cf-gtr-isolation-pins {
                                        marvell,pins = "mpp47";
                                        marvell,function = "gpio";
                                        marvell,function = "gpio";
                                };
 
+                               cf_gtr_rear_button_pins: cf-gtr-rear-button-pins {
+                                       marvell,pins = "mpp36";
+                                       marvell,function = "gpio";
+                               };
+
+                               cf_gtr_sdhci_pins: cf-gtr-sdhci-pins {
+                                       marvell,pins = "mpp21", "mpp28",
+                                                      "mpp37", "mpp38",
+                                                      "mpp39", "mpp40";
+                                       marvell,function = "sd0";
+                               };
+
                                cf_gtr_spi1_cs_pins: spi1-cs-pins {
                                        marvell,pins = "mpp59";
                                        marvell,function = "spi1";
                                };
 
-                               cf_gtr_front_button_pins: cf-gtr-front-button-pins {
-                                       marvell,pins = "mpp53";
+                               cf_gtr_switch_reset_pins: cf-gtr-switch-reset-pins {
+                                       marvell,pins = "mpp18";
                                        marvell,function = "gpio";
                                };
 
-                               cf_gtr_rear_button_pins: cf-gtr-rear-button-pins {
-                                       marvell,pins = "mpp36";
+                               cf_gtr_usb3_con_vbus: cf-gtr-usb3-con-vbus {
+                                       marvell,pins = "mpp22";
                                        marvell,function = "gpio";
                                };
                        };