From cb7329a596a5ab2d1392c1962f9975eeef8e4576 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 19 Nov 2013 11:16:07 +1000 Subject: boards/zedboard: Fix Ethernet PHY dts node * The Ethernet PHY on the ZedBoard is not guaranteed to be on address 7, instead use the phy broadcast address of 0 which is acceptable as no other devices are on the MDIO bus for the ZedBoard. Reported-by: Philip Balister Signed-off-by: Nathan Rossi --- conf/machine/boards/zedboard/zedboard-zynq7.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/boards/zedboard/zedboard-zynq7.dtsi b/conf/machine/boards/zedboard/zedboard-zynq7.dtsi index 9849226a..af5c8b0e 100644 --- a/conf/machine/boards/zedboard/zedboard-zynq7.dtsi +++ b/conf/machine/boards/zedboard/zedboard-zynq7.dtsi @@ -14,10 +14,10 @@ phy-handle = <&phy0>; phy-mode = "rgmii-id"; mdio { - phy0: phy@7 { - compatible = "marvell,88e1510"; + phy0: phy@0 { + compatible = "marvell,88e1518"; device_type = "ethernet-phy"; - reg = <7>; + reg = <0>; } ; } ; } ; -- cgit v1.2.3-54-g00ecf