[PATCH v1] imx: set CONFIG_FEC_MXC_PHYADDR to -1

Fabio Estevam festevam at gmail.com
Mon Feb 3 16:39:48 CET 2020


On Mon, Feb 3, 2020 at 12:33 PM Oliver Graute <oliver.graute at gmail.com> wrote:

> Yes, but phy addr 0 is currently not working that way for me. So I tried
> to solve it by autodetecting the phy. Please see this thread:

Looking at your other patch, it looks like you have:

+               ethphy0: ethernet-phy at 0 {
+                       compatible = "ethernet-phy-ieee802.3-c22";
+                       reg = <6>;
+                       at803x,eee-disabled;
+                       at803x,vddio-1p8v;
+               };

which shows a mismatch between the @0 and the reg field. Building with
W=1 should have warned you about that.

So it seems you need to fix your dts.


More information about the U-Boot mailing list