summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-04-04 16:43:52 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-04-04 16:43:52 +1000
commit746f2fa5aad30b5e2079c399934e73a76523ae33 (patch)
treefe98404984430c9f5b1dacd9f864b62c97d82973 /conf/machine
parente4e3a69341531350964d51b9d6b44578ed8f9c69 (diff)
downloadmeta-xilinx-746f2fa5aad30b5e2079c399934e73a76523ae33.tar.gz
qemuzynq: Fix device tree phy node address
* In QEMU GEM has the phy address of 23, not 7, it also does not respond to address 0 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/boards/qemu/qemuzynq.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/boards/qemu/qemuzynq.dts b/conf/machine/boards/qemu/qemuzynq.dts
index a4161dac..5d8b5ab9 100644
--- a/conf/machine/boards/qemu/qemuzynq.dts
+++ b/conf/machine/boards/qemu/qemuzynq.dts
@@ -15,9 +15,9 @@
15 phy-handle = <&phy0>; 15 phy-handle = <&phy0>;
16 phy-mode = "gmii"; 16 phy-mode = "gmii";
17 mdio { 17 mdio {
18 phy0: phy@7 { 18 phy0: phy@23 {
19 device_type = "ethernet-phy"; 19 device_type = "ethernet-phy";
20 reg = <7>; 20 reg = <23>;
21 } ; 21 } ;
22 } ; 22 } ;
23 } ; 23 } ;