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

Commit 84f6e11f authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by David S. Miller
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 83895bed
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -61,6 +61,10 @@
			ethernet@30000 {
			ethernet@30000 {
				status = "okay";
				status = "okay";
				phy-mode = "sgmii";
				phy-mode = "sgmii";
				fixed-link {
					speed = <1000>;
					full-duplex;
				};
			};
			};


			pcie-controller {
			pcie-controller {