ARM: dts: vf610-zii-dev: use XAUI for DSA link ports
authorRussell King <rmk+kernel@armlinux.org.uk>
Tue, 12 Dec 2017 09:29:51 +0000 (09:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Dec 2017 19:59:15 +0000 (14:59 -0500)
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 <rmk+kernel@armlinux.org.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm/boot/dts/vf610-zii-dev-rev-c.dts

index 02a6227..15a685d 100644 (file)
                                        switch0port10: port@10 {
                                                reg = <10>;
                                                label = "dsa";
-                                               phy-mode = "xgmii";
+                                               phy-mode = "xaui";
                                                link = <&switch1port10>;
                                        };
                                };
                                        switch1port10: port@10 {
                                                reg = <10>;
                                                label = "dsa";
-                                               phy-mode = "xgmii";
+                                               phy-mode = "xaui";
                                                link = <&switch0port10>;
                                        };
                                };