summaryrefslogtreecommitdiffstats
path: root/conf/machine/boards/microzed
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-04-21 14:12:42 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-04-21 14:12:42 +1000
commit965b8e54c45b60e9d346178c8285552c3d70c28d (patch)
tree3605164372cc325ed97d83c8c824af7b093b7996 /conf/machine/boards/microzed
parent771ca5f0e643a72eddcccde9cd19fbf49ff81650 (diff)
downloadmeta-xilinx-965b8e54c45b60e9d346178c8285552c3d70c28d.tar.gz
zynq7-base.dtsi: Update bindings for PHYs attached to ethernet nodes
* Update the bindings to match upstream definitions for the PHY * The macb driver does not follow the phy-handle property and relies on the PHY being located as the first child node of the ethernet device * Remove the MDIO node and update all boards to nest the PHY as the first child node of the ethernet device, this change is backward compatible with the bindings for the linux-xlnx xemacps driver which follows the phy-handle definition Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/boards/microzed')
-rw-r--r--conf/machine/boards/microzed/microzed-zynq7-board.dtsi10
1 files changed, 4 insertions, 6 deletions
diff --git a/conf/machine/boards/microzed/microzed-zynq7-board.dtsi b/conf/machine/boards/microzed/microzed-zynq7-board.dtsi
index 91630b14..9c57b6de 100644
--- a/conf/machine/boards/microzed/microzed-zynq7-board.dtsi
+++ b/conf/machine/boards/microzed/microzed-zynq7-board.dtsi
@@ -16,12 +16,10 @@
16 ps7_ethernet_0: ps7-ethernet@e000b000 { 16 ps7_ethernet_0: ps7-ethernet@e000b000 {
17 phy-handle = <&phy0>; 17 phy-handle = <&phy0>;
18 phy-mode = "rgmii-id"; 18 phy-mode = "rgmii-id";
19 mdio { 19 phy0: phy@0 {
20 phy0: phy@0 { 20 compatible = "marvell,88e1512";
21 compatible = "marvell,88e1512"; 21 device_type = "ethernet-phy";
22 device_type = "ethernet-phy"; 22 reg = <0>;
23 reg = <0>;
24 } ;
25 } ; 23 } ;
26 } ; 24 } ;
27 ps7_qspi_0: ps7-qspi@e000d000 { 25 ps7_qspi_0: ps7-qspi@e000d000 {