Message ID | 20221008185152.2411007-15-colin.foster@in-advantage.com |
---|---|
State | New |
Headers | show |
Series | add support for the the vsc7512 internal copper phys | expand |
On 08/10/2022 20:51, Colin Foster wrote: > The main purpose of the Ocelot chips are the Ethernet switching > functionalities. Document the support for these features. > > Signed-off-by: Colin Foster <colin.foster@in-advantage.com> > --- > > v4 > * New patch > > --- > Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml b/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml > index c6da91211a18..9ad42721418c 100644 > --- a/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml > +++ b/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml > @@ -56,6 +56,14 @@ patternProperties: > enum: > - mscc,ocelot-miim > > + "^ethernet-switch@[0-9a-f]+$": > + type: object > + $ref: /schemas/net/dsa/mscc,ocelot.yaml unevaluatedProperties: false (to be explicit even though they are not required) > + properties: > + compatible: > + enum: > + - mscc,vsc7512-switch > + > required: > - compatible > - reg Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml b/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml index c6da91211a18..9ad42721418c 100644 --- a/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml +++ b/Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml @@ -56,6 +56,14 @@ patternProperties: enum: - mscc,ocelot-miim + "^ethernet-switch@[0-9a-f]+$": + type: object + $ref: /schemas/net/dsa/mscc,ocelot.yaml + properties: + compatible: + enum: + - mscc,vsc7512-switch + required: - compatible - reg
The main purpose of the Ocelot chips are the Ethernet switching functionalities. Document the support for these features. Signed-off-by: Colin Foster <colin.foster@in-advantage.com> --- v4 * New patch --- Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+)