On 13/03/2022 01:25, Michael Walle wrote: > The MDIO controller has support to release the internal PHYs from reset > by specifying a second memory resource. This is different between the > currently supported SparX-5 and the LAN966x. Add a new compatible to > distiguish between these two. > > Signed-off-by: Michael Walle <michael@xxxxxxxx> > --- > Documentation/devicetree/bindings/net/mscc-miim.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/net/mscc-miim.txt b/Documentation/devicetree/bindings/net/mscc-miim.txt > index 7104679cf59d..a9efff252ca6 100644 > --- a/Documentation/devicetree/bindings/net/mscc-miim.txt > +++ b/Documentation/devicetree/bindings/net/mscc-miim.txt > @@ -2,7 +2,7 @@ Microsemi MII Management Controller (MIIM) / MDIO > ================================================= > > Properties: > -- compatible: must be "mscc,ocelot-miim" > +- compatible: must be "mscc,ocelot-miim" or "mscc,lan966x-miim" No wildcards, use one, specific compatible. Best regards, Krzysztof