From: Kurt Kanzenbach Date: Wed, 13 May 2020 14:02:49 +0000 (+0200) Subject: dt-bindings: net: dsa: b53: Add missing size and address cells to example X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=61d0301e6c05db55446c7c9b3b3294244649e7bc;p=linux.git dt-bindings: net: dsa: b53: Add missing size and address cells to example Add the missing size and address cells to the b53 example. Otherwise, it may not compile or issue warnings if directly copied into a device tree. Signed-off-by: Kurt Kanzenbach Acked-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/Documentation/devicetree/bindings/net/dsa/b53.txt b/Documentation/devicetree/bindings/net/dsa/b53.txt index 5201bc15fdd67..cfd1afdc6e940 100644 --- a/Documentation/devicetree/bindings/net/dsa/b53.txt +++ b/Documentation/devicetree/bindings/net/dsa/b53.txt @@ -110,6 +110,9 @@ Ethernet switch connected via MDIO to the host, CPU port wired to eth0: #size-cells = <0>; ports { + #address-cells = <1>; + #size-cells = <0>; + port0@0 { reg = <0>; label = "lan1";