]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: allwinner: a523: Move rgmii0 pins to correct location
authorChen-Yu Tsai <wens@csie.org>
Sat, 28 Jun 2025 16:16:06 +0000 (00:16 +0800)
committerChen-Yu Tsai <wens@csie.org>
Sun, 6 Jul 2025 17:07:46 +0000 (01:07 +0800)
Nodes are supposed to be sorted by address, or if no addresses
apply, by node name. The rgmii0 pins are out of order, possibly
due to multiple patches adding pin mux settings conflicting.

Move the rgmii0 pins to the correct location.

Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Link: https://patch.msgid.link/20250628161608.3072968-4-wens@kernel.org
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi

index 458d7ecedacd477099921a0702eabef56a1320b5..30613a0b1124ea49acd81da4ce6198ad2433c6c2 100644 (file)
                        interrupt-controller;
                        #interrupt-cells = <3>;
 
-                       rgmii0_pins: rgmii0-pins {
-                               pins = "PH0", "PH1", "PH2", "PH3", "PH4",
-                                      "PH5", "PH6", "PH7", "PH9", "PH10",
-                                      "PH14", "PH15", "PH16", "PH17", "PH18";
-                               allwinner,pinmux = <5>;
-                               function = "emac0";
-                               drive-strength = <40>;
-                               bias-disable;
-                       };
-
                        mmc0_pins: mmc0-pins {
                                pins = "PF0" ,"PF1", "PF2", "PF3", "PF4", "PF5";
                                allwinner,pinmux = <2>;
                                bias-pull-up;
                        };
 
+                       rgmii0_pins: rgmii0-pins {
+                               pins = "PH0", "PH1", "PH2", "PH3", "PH4",
+                                      "PH5", "PH6", "PH7", "PH9", "PH10",
+                                      "PH14", "PH15", "PH16", "PH17", "PH18";
+                               allwinner,pinmux = <5>;
+                               function = "emac0";
+                               drive-strength = <40>;
+                               bias-disable;
+                       };
+
                        uart0_pb_pins: uart0-pb-pins {
                                pins = "PB9", "PB10";
                                allwinner,pinmux = <2>;