Message ID | 20231016-dt-net-cleanups-v1-8-a525a090b444@kernel.org |
---|---|
State | Accepted |
Commit | 31f47f303c6b15d1d6fde74e9ba108465ed58c51 |
Headers | show |
Series | dt-bindings: net: Child node schema cleanups | expand |
On Mon, Oct 16, 2023 at 04:44:27PM -0500, Rob Herring wrote: > Constraints on 'ethernet-ports' node properties are already defined by the > reference to ethernet-switch.yaml, so they can be dropped from the DSA > schema. > > Signed-off-by: Rob Herring <robh@kernel.org> > --- Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
diff --git a/Documentation/devicetree/bindings/net/dsa/dsa.yaml b/Documentation/devicetree/bindings/net/dsa/dsa.yaml index e6010821f86f..6107189d276a 100644 --- a/Documentation/devicetree/bindings/net/dsa/dsa.yaml +++ b/Documentation/devicetree/bindings/net/dsa/dsa.yaml @@ -40,15 +40,6 @@ $defs: patternProperties: "^(ethernet-)?ports$": - type: object - additionalProperties: false - - properties: - '#address-cells': - const: 1 - '#size-cells': - const: 0 - patternProperties: "^(ethernet-)?port@[0-9a-f]+$": description: Ethernet switch ports
Constraints on 'ethernet-ports' node properties are already defined by the reference to ethernet-switch.yaml, so they can be dropped from the DSA schema. Signed-off-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/net/dsa/dsa.yaml | 9 --------- 1 file changed, 9 deletions(-)