On Mon, Feb 3, 2020 at 12:33 PM Oliver Graute <oliver.gra...@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@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.

Reply via email to