Re: [PATCH] net: phy: TLK10X initial driver submission

From: Andrew Lunn
Date: Tue Apr 24 2018 - 13:52:48 EST


> > +Required properties:
> > + - reg - The ID number for the phy, usually a small integer
>
> Isn't this the MDIO bus address?

Hi Rob

Yes. This text has been take direct from the generic PHY binding.

> This should have a compatible string too.

Please see Documentation/devicetree/bindings/net/phy.txt

compatible strings are optional. We know what device it is from its ID
registers, which are in a well known location.

Andrew