Skip to content

Commit cd8165c

Browse files
Russell Kingdavem330
authored andcommitted
ARM: dts: vf610-zii-dev: use XAUI for DSA link ports
Use XAUI rather than XGMII for DSA link ports, as this is the interface mode that the switches actually use. XAUI is the 4 lane bus with clock per direction, whereas XGMII is a 32 bit bus with clock. Signed-off-by: Russell King <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2e51a8d commit cd8165c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/vf610-zii-dev-rev-c.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
switch0port10: port@10 {
122122
reg = <10>;
123123
label = "dsa";
124-
phy-mode = "xgmii";
124+
phy-mode = "xaui";
125125
link = <&switch1port10>;
126126
};
127127
};
@@ -208,7 +208,7 @@
208208
switch1port10: port@10 {
209209
reg = <10>;
210210
label = "dsa";
211-
phy-mode = "xgmii";
211+
phy-mode = "xaui";
212212
link = <&switch0port10>;
213213
};
214214
};

0 commit comments

Comments
 (0)