Skip to content

Commit

Permalink
dt-bindings: mfd: ocelot: add ethernet-switch hardware support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Foster authored and Jakub Kicinski committed Jan 31, 2023
1 parent dd43f5e commit 11fc80c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ patternProperties:
enum:
- mscc,ocelot-miim

"^ethernet-switch@[0-9a-f]+$":
type: object
$ref: /schemas/net/mscc,vsc7514-switch.yaml
unevaluatedProperties: false
properties:
compatible:
enum:
- mscc,vsc7512-switch

required:
- compatible
- reg
Expand Down

0 comments on commit 11fc80c

Please sign in to comment.