arm64: dts: rockchip: Fix the rk3566-radxa-cm3 Wifi compatible

According to brcm,bcm4329-fmac.yaml, "brcm,bcm43455-fmac" needs the
"brcm,bcm4329-fmac" fallback.

Change it accordingly to fix the following dt-schema warning:

['brcm,bcm43455-fmac'] is too short

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://patch.msgid.link/20260721133421.44258-1-festevam@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Fabio Estevam 2026-07-21 10:34:21 -03:00 committed by Heiko Stuebner
parent a761818d9e
commit 7f1f09ed51

View File

@ -369,7 +369,7 @@ &sdmmc1 {
status = "okay";
wifi@1 {
compatible = "brcm,bcm43455-fmac";
compatible = "brcm,bcm43455-fmac", "brcm,bcm4329-fmac";
reg = <1>;
interrupt-parent = <&gpio2>;
interrupts = <RK_PC1 IRQ_TYPE_LEVEL_HIGH>;