Skip to content

Commit cd9ef86

Browse files
krzksuperna9999
authored andcommitted
arm64: dts: amlogic: 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: meson-gxm-rbox-pro.dtb: brcmf@1: $nodename:0: 'brcmf@1' does not match '^wifi(@.*)?$' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20250424084721.105113-1-krzysztof.kozlowski@linaro.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 19272b3 commit cd9ef86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
vmmc-supply = <&vddao_3v3>;
218218
vqmmc-supply = <&vddio_boot>;
219219

220-
brcmf: brcmf@1 {
220+
brcmf: wifi@1 {
221221
reg = <1>;
222222
compatible = "brcm,bcm4329-fmac";
223223
};

0 commit comments

Comments
 (0)