From 919140e4f793460054f9448994ca6e62f48ef17c Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Fri, 6 Sep 2013 10:40:11 +1000 Subject: zedboard-zynq7: Fix DTS Network PHY node * Fix-up the Ethernet PHY node handle in the device-tree * This resolves the issue where the kernel will fail to correctly probe the PHY Signed-off-by: Nathan Rossi --- conf/machine/boards/zedboard/zedboard-zynq7.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/boards/zedboard/zedboard-zynq7.dtsi b/conf/machine/boards/zedboard/zedboard-zynq7.dtsi index 3f3d67ac..7c524e71 100644 --- a/conf/machine/boards/zedboard/zedboard-zynq7.dtsi +++ b/conf/machine/boards/zedboard/zedboard-zynq7.dtsi @@ -11,6 +11,8 @@ } ; ps7_axi_interconnect_0: amba@0 { ps7_ethernet_0: ps7-ethernet@e000b000 { + phy-handle = <&phy0>; + phy-mode = "rgmii-id"; mdio { phy0: phy@7 { compatible = "marvell,88e1510"; -- cgit v1.2.3-54-g00ecf