Skip to content

Commit 11fc80c

Browse files
colin-foster-in-advantagekuba-moo
authored andcommitted
dt-bindings: mfd: ocelot: add ethernet-switch hardware support
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> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com> # regression Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent dd43f5e commit 11fc80c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ patternProperties:
5757
enum:
5858
- mscc,ocelot-miim
5959

60+
"^ethernet-switch@[0-9a-f]+$":
61+
type: object
62+
$ref: /schemas/net/mscc,vsc7514-switch.yaml
63+
unevaluatedProperties: false
64+
properties:
65+
compatible:
66+
enum:
67+
- mscc,vsc7512-switch
68+
6069
required:
6170
- compatible
6271
- reg

0 commit comments

Comments
 (0)