[meta-xilinx] Fix for Microzed ethernet issue: no PHY found
Cody Piersall
cody at arrc.ou.edu
Tue Mar 21 10:08:25 PDT 2017
Hi,
I upgraded my Microzed yocto project from jethro to morty, and found that
the ethernet does not work. I found a fix for it on Henry Feng's fork of
the repository:
https://github.com/HenryFeng2016/meta-xilinx/commit/348b1fe180ae778b396d50b016518614acae061e
Here is the patch:
diff --git a/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
b/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
index f0de60e..4e6418f 100644
--- a/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
+++ b/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
@@ -31,13 +31,6 @@
&gem0 {
status = "okay";
phy-mode = "rgmii-id";
- phy-handle = <ðernet_phy>;
-
- ethernet_phy: ethernet-phy at 0 {
- compatible = "marvell,88e1512";
- device_type = "ethernet-phy";
- reg = <0>;
- };
};
&sdhci0 {
Thanks,
Cody
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20170321/c43fa359/attachment.html>
More information about the meta-xilinx
mailing list