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

dt-bindings: net: mscc,vsc7514-switch: Clean-up example indentation

The indentation for the example is completely messed up for
'ethernet-ports'. Fix it.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20231016-dt-net-cleanups-v1-6-a525a090b444@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Rob Herring and committed by
Jakub Kicinski
491ec40d b9823df7

+15 -15
+15 -15
Documentation/devicetree/bindings/net/mscc,vsc7514-switch.yaml
··· 185 185 }; 186 186 # VSC7512 (DSA) 187 187 - | 188 - ethernet-switch@1{ 188 + ethernet-switch@1 { 189 189 compatible = "mscc,vsc7512-switch"; 190 190 reg = <0x71010000 0x10000>, 191 191 <0x71030000 0x10000>, ··· 212 212 "port7", "port8", "port9", "port10", "qsys", 213 213 "ana", "s0", "s1", "s2"; 214 214 215 - ethernet-ports { 216 - #address-cells = <1>; 217 - #size-cells = <0>; 215 + ethernet-ports { 216 + #address-cells = <1>; 217 + #size-cells = <0>; 218 218 219 - port@0 { 220 - reg = <0>; 221 - ethernet = <&mac_sw>; 222 - phy-handle = <&phy0>; 223 - phy-mode = "internal"; 224 - }; 225 - port@1 { 226 - reg = <1>; 227 - phy-handle = <&phy1>; 228 - phy-mode = "internal"; 229 - }; 219 + port@0 { 220 + reg = <0>; 221 + ethernet = <&mac_sw>; 222 + phy-handle = <&phy0>; 223 + phy-mode = "internal"; 224 + }; 225 + port@1 { 226 + reg = <1>; 227 + phy-handle = <&phy1>; 228 + phy-mode = "internal"; 230 229 }; 231 230 }; 231 + }; 232 232 233 233 ...