arm64: dts: freescale: imx93-tqma9352-mba93xxca: sort pinctrl nodes
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 7 Jan 2025 14:11:15 +0000 (15:11 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 25 Feb 2025 00:32:58 +0000 (08:32 +0800)
Sort the entries alphabetically.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-tqma9352-mba93xxca.dts

index 8e939d716aac8a6041d805b296d4de443a9b733d..861a028a1b165c14d3483670cba1942b3ab97e43 100644 (file)
                >;
        };
 
-       pinctrl_pcf85063: pcf85063grp {
-               fsl,pins = <
-                       MX93_PAD_SAI1_RXD0__GPIO1_IO14                  0x1000
-               >;
-       };
-
        pinctrl_mipi_csi: mipicsigrp {
                fsl,pins = <
                        MX93_PAD_CCM_CLKO3__CCMSRCGPCMIX_CLKO3          0x051e /* MCLK */
                >;
        };
 
+       pinctrl_pcf85063: pcf85063grp {
+               fsl,pins = <
+                       MX93_PAD_SAI1_RXD0__GPIO1_IO14                  0x1000
+               >;
+       };
+
        pinctrl_pexp_irq: pexpirqgrp {
                fsl,pins = <
                        /* HYS | FSEL_0 | No DSE */
                >;
        };
 
-       pinctrl_temp_sensor_som: tempsensorsomgrp {
+       pinctrl_tc9595: tc9595-grp {
                fsl,pins = <
-                       /* HYS | FSEL_0 | no DSE */
-                       MX93_PAD_SAI1_TXFS__GPIO1_IO11                  0x1000
+                       /* HYS | PD | FSEL_0 | no DSE */
+                       MX93_PAD_CCM_CLKO4__GPIO4_IO29                  0x1400
                >;
        };
 
-       pinctrl_tc9595: tc9595-grp {
+       pinctrl_temp_sensor_som: tempsensorsomgrp {
                fsl,pins = <
-                       /* HYS | PD | FSEL_0 | no DSE */
-                       MX93_PAD_CCM_CLKO4__GPIO4_IO29                  0x1400
+                       /* HYS | FSEL_0 | no DSE */
+                       MX93_PAD_SAI1_TXFS__GPIO1_IO11                  0x1000
                >;
        };