Răsfoiți Sursa

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>
Thomas Petazzoni 11 ani în urmă
părinte
comite
84f6e11f21
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      arch/arm/boot/dts/armada-xp-matrix.dts

+ 4 - 0
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 {