<div dir="ltr">Hi,<div><br></div><div>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: <a href="https://github.com/HenryFeng2016/meta-xilinx/commit/348b1fe180ae778b396d50b016518614acae061e">https://github.com/HenryFeng2016/meta-xilinx/commit/348b1fe180ae778b396d50b016518614acae061e</a></div><div><br></div><div>Here is the patch:</div><div><br></div><div><div>diff --git a/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts b/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts</div><div>index f0de60e..4e6418f 100644</div><div>--- a/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts</div><div>+++ b/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts</div><div>@@ -31,13 +31,6 @@</div><div> &gem0 {</div><div>  status = "okay";</div><div>  phy-mode = "rgmii-id";</div><div>-  phy-handle = <ðernet_phy>;</div><div>-</div><div>-  ethernet_phy: ethernet-phy@0 {</div><div>-    compatible = "marvell,88e1512";</div><div>-    device_type = "ethernet-phy";</div><div>-    reg = <0>;</div><div>-  };</div><div> };</div><div> </div><div> &sdhci0 {</div></div><div><br></div><div><br></div><div>Thanks,</div><div><div>Cody</div></div></div>