ARM: dts: nxp: 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:

  imx7d-remarkable2.dtb: bcrmf@1: $nodename:0: 'bcrmf@1' does not match '^wifi(@.*)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2025-04-24 10:48:00 +02:00 committed by Shawn Guo
parent a1334d7a46
commit c7e5d6b4a3
3 changed files with 3 additions and 3 deletions

View File

@ -384,7 +384,7 @@ &usdhc2 {
#address-cells = <1>;
#size-cells = <0>;
brcmf: bcrmf@1 {
brcmf: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
};

View File

@ -374,7 +374,7 @@ &usdhc2 {
cap-power-off-card;
status = "okay";
brcmf: bcrmf@1 {
brcmf: wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
};

View File

@ -299,7 +299,7 @@ &ssp1 {
keep-power-in-suspend;
status = "okay";
wlan@1 {
wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
};