Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd8165c3 authored by Russell King's avatar Russell King Committed by David S. Miller
Browse files

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: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2e51a8dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@
					switch0port10: port@10 {
						reg = <10>;
						label = "dsa";
						phy-mode = "xgmii";
						phy-mode = "xaui";
						link = <&switch1port10>;
					};
				};
@@ -208,7 +208,7 @@
					switch1port10: port@10 {
						reg = <10>;
						label = "dsa";
						phy-mode = "xgmii";
						phy-mode = "xaui";
						link = <&switch0port10>;
					};
				};