Skip to content

Commit 84c4a16

Browse files
committed
arm64: dts: allwinner: a523: Move rgmii0 pins to correct location
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>
1 parent 6e2662c commit 84c4a16

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,6 @@
126126
interrupt-controller;
127127
#interrupt-cells = <3>;
128128

129-
rgmii0_pins: rgmii0-pins {
130-
pins = "PH0", "PH1", "PH2", "PH3", "PH4",
131-
"PH5", "PH6", "PH7", "PH9", "PH10",
132-
"PH14", "PH15", "PH16", "PH17", "PH18";
133-
allwinner,pinmux = <5>;
134-
function = "emac0";
135-
drive-strength = <40>;
136-
bias-disable;
137-
};
138-
139129
mmc0_pins: mmc0-pins {
140130
pins = "PF0" ,"PF1", "PF2", "PF3", "PF4", "PF5";
141131
allwinner,pinmux = <2>;
@@ -163,6 +153,16 @@
163153
bias-pull-up;
164154
};
165155

156+
rgmii0_pins: rgmii0-pins {
157+
pins = "PH0", "PH1", "PH2", "PH3", "PH4",
158+
"PH5", "PH6", "PH7", "PH9", "PH10",
159+
"PH14", "PH15", "PH16", "PH17", "PH18";
160+
allwinner,pinmux = <5>;
161+
function = "emac0";
162+
drive-strength = <40>;
163+
bias-disable;
164+
};
165+
166166
uart0_pb_pins: uart0-pb-pins {
167167
pins = "PB9", "PB10";
168168
allwinner,pinmux = <2>;

0 commit comments

Comments
 (0)