arm64: dts: imx8m-venice: Pass "brcm,bcm4329-fmac"
authorFabio Estevam <festevam@denx.de>
Sun, 6 Aug 2023 23:33:33 +0000 (20:33 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Aug 2023 14:07:53 +0000 (22:07 +0800)
Pass "brcm,bcm4329-fmac" to fix the following schema warnings:

imx8mp-venice-gw74xx.dtb: wifi@0: compatible: 'oneOf' conditional failed, one must be fixed:
['cypress,cyw4373-fmac'] is too short
'cypress,cyw4373-fmac' is not one of ['brcm,bcm4329-fmac', 'pci14e4,43dc', 'pci14e4,4464', 'pci14e4,4488', 'pci14e4,4425', 'pci14e4,4433']
from schema $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#

imx8mn-venice-gw7902.dtb: wifi@0: compatible: 'oneOf' conditional failed, one must be fixed:
['brcm,bcm43455-fmac'] is too short
'brcm,bcm43455-fmac' is not one of ['brcm,bcm4329-fmac', 'pci14e4,43dc', 'pci14e4,4464', 'pci14e4,4488', 'pci14e4,4425', 'pci14e4,4433']
from schema $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts
arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts

index 9c998c695bce9820122ac7c4ad208f30b9539485..ed46d4f3e66f5e4dde6215c8cd4f83ff19ee17c5 100644 (file)
        status = "okay";
 
        wifi@0 {
-               compatible = "brcm,bcm43455-fmac";
+               compatible = "brcm,bcm43455-fmac", "brcm,bcm4329-fmac";
                reg = <0>;
        };
 };
index 506512b6abf578da0ad1033d8604975d3f473d3e..b318c2d08038d4fc08ad9cb62693db5168428ddc 100644 (file)
        status = "okay";
 
        wifi@0 {
-               compatible = "brcm,bcm43455-fmac";
+               compatible = "brcm,bcm43455-fmac", "brcm,bcm4329-fmac";
                reg = <0>;
        };
 };
index caf0ddfddd01cdbb57731fd5b9b83a774e9d5057..08746fb825614e3f97e51dabffdae121370b6a4a 100644 (file)
        status = "okay";
 
        wifi@0 {
-               compatible = "brcm,bcm43455-fmac";
+               compatible = "brcm,bcm43455-fmac", "brcm,bcm4329-fmac";
                reg = <0>;
        };
 };
index 3473423ac9398b6a40b952634bc0381ad848991b..faa370a5885ff48375d4a57ae2321c972ee52d71 100644 (file)
        status = "okay";
 
        wifi@0 {
-               compatible = "cypress,cyw4373-fmac";
+               compatible = "cypress,cyw4373-fmac", "brcm,bcm4329-fmac";
                reg = <0>;
        };
 };