]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dt-binding: net: wireless: fix node name in the BCM43xx example
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Mon, 15 May 2017 20:13:56 +0000 (22:13 +0200)
committerRob Herring <robh@kernel.org>
Fri, 19 May 2017 01:57:33 +0000 (20:57 -0500)
The example in the BCM43xx documentation uses "brcmf" as node name.
However, wireless devices should be named "wifi" instead. Fix this to
make sure that .dts authors can simply use the documentation as
reference (or simply copy the node from the documentation and then
adjust only the board specific bits).

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/net/wireless/brcm,bcm43xx-fmac.txt

index 5dbf169cd81c864a20c22f57fccef3a25a12bb58..590f622188de8874586a1b11772f82c4f17f100c 100644 (file)
@@ -31,7 +31,7 @@ mmc3: mmc@01c12000 {
        non-removable;
        status = "okay";
 
-       brcmf: bcrmf@1 {
+       brcmf: wifi@1 {
                reg = <1>;
                compatible = "brcm,bcm4329-fmac";
                interrupt-parent = <&pio>;