]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: mvebu: use the fixed-link PHY DT binding for the Armada XP Matrix board
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 16 May 2014 14:14:07 +0000 (16:14 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 May 2014 21:19:26 +0000 (17:19 -0400)
The Armada XP Matrix board has an Ethernet PHY that isn't configurable
through the MDIO bus, so we use the newly introduced fixed-link PHY DT
binding to represent the PHY of this platform and get network working.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm/boot/dts/armada-xp-matrix.dts

index c2242745b9b87a29afcfcc2fc77bf9178d5814f9..3bb8c008b14c822b26487d1c185ef18673aff1cf 100644 (file)
                        ethernet@30000 {
                                status = "okay";
                                phy-mode = "sgmii";
+                               fixed-link {
+                                       speed = <1000>;
+                                       full-duplex;
+                               };
                        };
 
                        pcie-controller {