diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-09-06 10:40:11 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-09-06 10:40:11 +1000 |
commit | 919140e4f793460054f9448994ca6e62f48ef17c (patch) | |
tree | 9b667c46bbaa89a438f445d8c0b0df36e53d71e1 | |
parent | 9de803be49cd866de93ac9cdc0f0539f52d71d8b (diff) | |
download | meta-xilinx-919140e4f793460054f9448994ca6e62f48ef17c.tar.gz |
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 <nathan.rossi@xilinx.com>
-rw-r--r-- | conf/machine/boards/zedboard/zedboard-zynq7.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
11 | } ; | 11 | } ; |
12 | ps7_axi_interconnect_0: amba@0 { | 12 | ps7_axi_interconnect_0: amba@0 { |
13 | ps7_ethernet_0: ps7-ethernet@e000b000 { | 13 | ps7_ethernet_0: ps7-ethernet@e000b000 { |
14 | phy-handle = <&phy0>; | ||
15 | phy-mode = "rgmii-id"; | ||
14 | mdio { | 16 | mdio { |
15 | phy0: phy@7 { | 17 | phy0: phy@7 { |
16 | compatible = "marvell,88e1510"; | 18 | compatible = "marvell,88e1510"; |