arm64: dts: allwinner: Align wifi node name with bindings

Since commit 3c3606793f ("dt-bindings: wireless: bcm4329-fmac: Use
wireless-controller.yaml schema"), bindings expect 'wifi' as node name:

  sun50i-h6-orangepi-3.dtb: sdio-wifi@1: $nodename:0: 'sdio-wifi@1' does not match '^wifi(@.*)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20250424084737.105215-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
Krzysztof Kozlowski 2025-04-24 10:47:36 +02:00 committed by Chen-Yu Tsai
parent 224e986158
commit 5209e0e62e
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ &mmc1 {
non-removable;
status = "okay";
brcm: sdio-wifi@1 {
brcm: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
interrupt-parent = <&r_pio>;

View File

@ -28,7 +28,7 @@ &mmc1 {
non-removable;
status = "okay";
brcm: sdio-wifi@1 {
brcm: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
interrupt-parent = <&r_pio>;