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: remove address-cells and size-cells from switch node

The children of the switch node don't have a unit address, and therefore
should not need the #address-cells or #size-cells entries. Fix the example
schemas accordingly.

Suggested-by: Vladimir Oltean <olteanv@gmail.com>
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
54890925 afdc0aab

-4
-4
Documentation/devicetree/bindings/net/dsa/qca8k.yaml
··· 148 148 149 149 switch@10 { 150 150 compatible = "qca,qca8337"; 151 - #address-cells = <1>; 152 - #size-cells = <0>; 153 151 reset-gpios = <&gpio 42 GPIO_ACTIVE_LOW>; 154 152 reg = <0x10>; 155 153 ··· 207 209 208 210 switch@10 { 209 211 compatible = "qca,qca8337"; 210 - #address-cells = <1>; 211 - #size-cells = <0>; 212 212 reset-gpios = <&gpio 42 GPIO_ACTIVE_LOW>; 213 213 reg = <0x10>; 214 214