summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/armada-xp-matrix.dts
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-05-16 16:14:07 +0200
committerDavid S. Miller <davem@davemloft.net>2014-05-16 17:19:26 -0400
commit84f6e11f21d40025ae9b0ebbf1c9b3be91ea8e1a (patch)
treefaa633af7d98bd712b99220c0a35da13c59e4e2d /arch/arm/boot/dts/armada-xp-matrix.dts
parent83895bedeee6fbf56d887af4280bf9edcc80da60 (diff)
ARM: mvebu: use the fixed-link PHY DT binding for the Armada XP Matrix board
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>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-matrix.dts')
-rw-r--r--arch/arm/boot/dts/armada-xp-matrix.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-xp-matrix.dts b/arch/arm/boot/dts/armada-xp-matrix.dts
index c2242745b9b8..3bb8c008b14c 100644
--- a/arch/arm/boot/dts/armada-xp-matrix.dts
+++ b/arch/arm/boot/dts/armada-xp-matrix.dts
@@ -61,6 +61,10 @@
ethernet@30000 {
status = "okay";
phy-mode = "sgmii";
+ fixed-link {
+ speed = <1000>;
+ full-duplex;
+ };
};
pcie-controller {