summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-03-18 11:27:58 +0300
committerLinus Walleij <linus.walleij@linaro.org>2021-05-18 13:51:21 +0300
commit59ba546d1662c4beb738725965041f350afe24b4 (patch)
treec4e0bab117ef1658247b4dd197eb1f5cb860f5ff /arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
parent7153218aef73928dae49c55831cb8b1c12b08ca7 (diff)
downloadlinux-59ba546d1662c4beb738725965041f350afe24b4.tar.xz
ARM: dts: ux500: Fix some compatible strings
The Golden and Skomer phones have BCM4334 WLAN+BT chips, so make the compatible strings reflect the new available bindings for these. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-ux500-samsung-skomer.dts')
-rw-r--r--arch/arm/boot/dts/ste-ux500-samsung-skomer.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts b/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
index d28a00757d0b..94afd7a0fe1f 100644
--- a/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
+++ b/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
@@ -211,7 +211,7 @@
#size-cells = <0>;
wifi@1 {
- compatible = "brcm,bcm4329-fmac";
+ compatible = "brcm,bcm4334-fmac", "brcm,bcm4329-fmac";
reg = <1>;
/* GPIO216 WL_HOST_WAKE */
interrupt-parent = <&gpio6>;
@@ -247,6 +247,7 @@
/* FIXME: not quite working yet, probably needs regulators */
bluetooth {
+ /* BCM4334B0 actually */
compatible = "brcm,bcm4330-bt";
shutdown-gpios = <&gpio6 30 GPIO_ACTIVE_HIGH>;
device-wakeup-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;