Skip to content

Commit

Permalink
ARM: dts: ux500: Fix some compatible strings
Browse files Browse the repository at this point in the history
[ Upstream commit 59ba546 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
linusw authored and gregkh committed Jul 25, 2021
1 parent b28ddd2 commit 4f0520f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/ste-ux500-samsung-golden.dts
Expand Up @@ -121,7 +121,7 @@
#size-cells = <0>;

wifi@1 {
compatible = "brcm,bcm4329-fmac";
compatible = "brcm,bcm4334-fmac", "brcm,bcm4329-fmac";
reg = <1>;

/* GPIO216 (WLAN_HOST_WAKE) */
Expand Down Expand Up @@ -162,6 +162,7 @@
pinctrl-1 = <&u0_a_1_sleep>;

bluetooth {
/* BCM4334B0 actually */
compatible = "brcm,bcm4330-bt";
/* GPIO222 (BT_VREG_ON) */
shutdown-gpios = <&gpio6 30 GPIO_ACTIVE_HIGH>;
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/ste-ux500-samsung-janice.dts
Expand Up @@ -401,8 +401,7 @@
status = "okay";

wifi@1 {
/* Actually BRCM4330 */
compatible = "brcm,bcm4329-fmac";
compatible = "brcm,bcm4330-fmac", "brcm,bcm4329-fmac";
reg = <1>;
/* GPIO216 WL_HOST_WAKE */
interrupt-parent = <&gpio6>;
Expand Down Expand Up @@ -436,6 +435,7 @@
status = "okay";

bluetooth {
/* BCM4330B1 actually */
compatible = "brcm,bcm4330-bt";
/* GPIO222 rail BT_VREG_EN to BT_REG_ON */
shutdown-gpios = <&gpio6 30 GPIO_ACTIVE_HIGH>;
Expand Down
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
Expand Up @@ -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>;
Expand Down Expand Up @@ -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>;
Expand Down

0 comments on commit 4f0520f

Please sign in to comment.