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: qca8k: utilize shared dsa.yaml

The dsa.yaml binding contains duplicated bindings for address and size
cells, as well as the reference to dsa-port.yaml. Instead of duplicating
this information, remove the reference to dsa-port.yaml and include the
full reference to dsa.yaml.

Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Suggested-by: Vladimir Oltean <olteanv@gmail.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
95682644 16401cdb

+3 -7
+3 -7
Documentation/devicetree/bindings/net/dsa/qca8k.yaml
··· 66 66 With the legacy mapping the reg corresponding to the internal 67 67 mdio is the switch reg with an offset of -1. 68 68 69 + $ref: "dsa.yaml#" 70 + 69 71 patternProperties: 70 72 "^(ethernet-)?ports$": 71 73 type: object 72 - properties: 73 - '#address-cells': 74 - const: 1 75 - '#size-cells': 76 - const: 0 77 - 78 74 patternProperties: 79 75 "^(ethernet-)?port@[0-6]$": 80 76 type: object ··· 112 116 - compatible 113 117 - reg 114 118 115 - additionalProperties: true 119 + unevaluatedProperties: false 116 120 117 121 examples: 118 122 - |