Skip to content

Commit a510da3

Browse files
krzkgeertu
authored andcommitted
arm64: dts: renesas: beacon-renesom: Align wifi node name with bindings
Since commit 3c36067 ("dt-bindings: wireless: bcm4329-fmac: Use wireless-controller.yaml schema"), bindings expect 'wifi' as node name: r8a774a1-beacon-rzg2m-kit.dtb: bcrmf@1: $nodename:0: 'bcrmf@1' does not match '^wifi(@.*)?$' Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent e00ad79 commit a510da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
#address-cells = <1>;
301301
#size-cells = <0>;
302302

303-
brcmf: bcrmf@1 {
303+
brcmf: wifi@1 {
304304
reg = <1>;
305305
compatible = "brcm,bcm4329-fmac";
306306
interrupts-extended = <&gpio1 27 IRQ_TYPE_LEVEL_LOW>;

0 commit comments

Comments
 (0)