[PATCH 1/2] ARM: dts: imx6qdl-gw5904: add internal mdio nodes
Andrew Lunn
andrew at lunn.ch
Fri Dec 2 05:08:38 PST 2022
On Thu, Dec 01, 2022 at 10:02:08PM -0300, Fabio Estevam wrote:
> Hi Tim,
>
> [Adding Andrew]
It is not wrong, but it should also mostly not be needed. The switch
driver can link internal PHYs to ports.
> > port at 5 {
> > reg = <5>;
> > label = "cpu";
> > ethernet = <&fec>;
> > + phy-mode = "rgmii-id";
> > +
> > + fixed-link {
> > + speed = <1000>;
> > + full-duplex;
> > + };
> > };
This part is needed to make a warning go away. Does the SoC network interface
have phy-mode = "rgmii"; ?
Andrew
More information about the linux-arm-kernel
mailing list