Re: [PATCH V3 3/3] arm64: dts: imx8ulp-evk: Add the fec support

From: Andrew Lunn
Date: Mon Jul 18 2022 - 18:04:45 EST


> > + mdio {
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> > +
> > + ethphy: ethernet-phy {
>
> @1

The DT tools should of warned about this as well. So maybe the build
testing needs extending to run all the DT tools?

Andrew