diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-11-19 11:16:07 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-11-19 11:16:07 +1000 |
| commit | cb7329a596a5ab2d1392c1962f9975eeef8e4576 (patch) | |
| tree | 4e21199c3fd1c81cfc0b30aca6e4605ccb893183 | |
| parent | bda51e10ae9100316fb9c686d438b9dee123ad32 (diff) | |
| download | meta-xilinx-cb7329a596a5ab2d1392c1962f9975eeef8e4576.tar.gz | |
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 <philip@balister.org>
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
| -rw-r--r-- | conf/machine/boards/zedboard/zedboard-zynq7.dtsi | 6 |
1 files 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 @@ | |||
| 14 | phy-handle = <&phy0>; | 14 | phy-handle = <&phy0>; |
| 15 | phy-mode = "rgmii-id"; | 15 | phy-mode = "rgmii-id"; |
| 16 | mdio { | 16 | mdio { |
| 17 | phy0: phy@7 { | 17 | phy0: phy@0 { |
| 18 | compatible = "marvell,88e1510"; | 18 | compatible = "marvell,88e1518"; |
| 19 | device_type = "ethernet-phy"; | 19 | device_type = "ethernet-phy"; |
| 20 | reg = <7>; | 20 | reg = <0>; |
| 21 | } ; | 21 | } ; |
| 22 | } ; | 22 | } ; |
| 23 | } ; | 23 | } ; |
