Commit 5209e0e6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Chen-Yu Tsai
Browse files

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



Since commit 3c360679 ("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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20250424084737.105215-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 224e9861
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -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>;