Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: net: dsa: allow additional ethernet-port properties

Explicitly allow additional properties for both the ethernet-port and
ethernet-ports properties. This specifically will allow the qca8k.yaml
binding to use shared properties.

Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Colin Foster and committed by
David S. Miller
16401cdb 3cec368a

+3 -1
+3 -1
Documentation/devicetree/bindings/net/dsa/dsa.yaml
··· 41 41 '#size-cells': 42 42 const: 0 43 43 44 + unevaluatedProperties: false 45 + 44 46 patternProperties: 45 47 "^(ethernet-)?port@[0-9]+$": 46 48 type: object ··· 50 48 51 49 $ref: dsa-port.yaml# 52 50 53 - unevaluatedProperties: false 51 + additionalProperties: true 54 52 55 53 oneOf: 56 54 - required: