Skip to content

Commit e4f7fbf

Browse files
Fabio EstevamShawn Guo
authored andcommitted
arm64: dts: imx8m-venice: Pass "brcm,bcm4329-fmac"
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>
1 parent 65344b9 commit e4f7fbf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@
801801
status = "okay";
802802

803803
wifi@0 {
804-
compatible = "brcm,bcm43455-fmac";
804+
compatible = "brcm,bcm43455-fmac", "brcm,bcm4329-fmac";
805805
reg = <0>;
806806
};
807807
};

arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@
726726
status = "okay";
727727

728728
wifi@0 {
729-
compatible = "brcm,bcm43455-fmac";
729+
compatible = "brcm,bcm43455-fmac", "brcm,bcm4329-fmac";
730730
reg = <0>;
731731
};
732732
};

arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
status = "okay";
680680

681681
wifi@0 {
682-
compatible = "brcm,bcm43455-fmac";
682+
compatible = "brcm,bcm43455-fmac", "brcm,bcm4329-fmac";
683683
reg = <0>;
684684
};
685685
};

arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@
737737
status = "okay";
738738

739739
wifi@0 {
740-
compatible = "cypress,cyw4373-fmac";
740+
compatible = "cypress,cyw4373-fmac", "brcm,bcm4329-fmac";
741741
reg = <0>;
742742
};
743743
};

0 commit comments

Comments
 (0)