[EXT] Re: [PATCH] net: stmmac: dwmac-imx: pause the TXC clock in fixed-link
Andrew Lunn
andrew at lunn.ch
Wed Jul 26 11:30:57 PDT 2023
> > > +&eqos {
> > > + pinctrl-names = "default";
> > > + pinctrl-0 = <&pinctrl_eqos_rgmii>;
> > > + phy-mode = "rgmii-rxid";
> > > + phy-handle = <&fixed0>;
> > > + status = "okay";
> > > +
> > > + fixed0: fixed-link {
> > > + speed = <1000>;
> > > + full-duplex;
> > > + };
> >
> > This is just totally botched up.
> >
> > "fixed0" is _not_ a PHY, therefore you should NOT be referencing it in phy-
> > handle. Please see the DT binding document:
> >
>
> If there is a hidden rule here, it should be added to the CHECK_DTBS schema target.
> That way, users would get a warning or syntax error when running the tools, reminding
> them to follow the undisclosed rule.
I've no idea how to actually express that in yaml. phy-handle is just
a pointer to another node. There is no type associated to it, so i
don't see how we can say it needs to point to a node within an MDIO
bus. I wounder if it is possible to do a pattern match on the name of
the reference? It probably should match "*phy*".
Andrew
More information about the linux-arm-kernel
mailing list