mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
ARM: dts: exynos: align Broadcom WiFi with dtschema
The Broadcom BCM4329 family dtschema expects devices to be compatible
also with brcm,bcm4329-fmac:
arch/arm/boot/dts/exynos3250-rinato.dt.yaml: wifi@1: compatible: 'oneOf' conditional failed, one must be fixed:
['brcm,bcm4334-fmac'] is too short
'brcm,bcm4329-fmac' was expected
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210505135941.59898-1-krzysztof.kozlowski@canonical.com
This commit is contained in:
parent
6efb943b86
commit
cc29e39412
|
|
@ -653,7 +653,7 @@ &mshc_1 {
|
|||
mmc-pwrseq = <&wlan_pwrseq>;
|
||||
|
||||
brcmf: wifi@1 {
|
||||
compatible = "brcm,bcm4334-fmac";
|
||||
compatible = "brcm,bcm4334-fmac", "brcm,bcm4329-fmac";
|
||||
reg = <1>;
|
||||
|
||||
interrupt-parent = <&gpx1>;
|
||||
|
|
|
|||
|
|
@ -806,7 +806,7 @@ &sdhci_3 {
|
|||
pinctrl-0 = <&sd3_clk>, <&sd3_cmd>, <&sd3_bus4>;
|
||||
|
||||
brcmf: wifi@1 {
|
||||
compatible = "brcm,bcm4330-fmac";
|
||||
compatible = "brcm,bcm4330-fmac", "brcm,bcm4329-fmac";
|
||||
reg = <1>;
|
||||
|
||||
interrupt-parent = <&gpx2>;
|
||||
|
|
|
|||
|
|
@ -521,7 +521,7 @@ &sdhci_3 {
|
|||
pinctrl-0 = <&sd3_clk>, <&sd3_cmd>, <&sd3_bus4>;
|
||||
|
||||
brcmf: wifi@1 {
|
||||
compatible = "brcm,bcm4330-fmac";
|
||||
compatible = "brcm,bcm4330-fmac", "brcm,bcm4329-fmac";
|
||||
reg = <1>;
|
||||
|
||||
interrupt-parent = <&gpx2>;
|
||||
|
|
|
|||
|
|
@ -614,7 +614,7 @@ &sdhci_3 {
|
|||
pinctrl-0 = <&sd3_clk>, <&sd3_cmd>, <&sd3_bus4>;
|
||||
|
||||
brcmf: wifi@1 {
|
||||
compatible = "brcm,bcm4330-fmac";
|
||||
compatible = "brcm,bcm4330-fmac", "brcm,bcm4329-fmac";
|
||||
reg = <1>;
|
||||
interrupt-parent = <&gpx2>;
|
||||
interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user