Commit 59ba546d authored by Linus Walleij's avatar Linus Walleij

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7153218a
...@@ -121,7 +121,7 @@ mmc@80118000 { ...@@ -121,7 +121,7 @@ mmc@80118000 {
#size-cells = <0>; #size-cells = <0>;
wifi@1 { wifi@1 {
compatible = "brcm,bcm4329-fmac"; compatible = "brcm,bcm4334-fmac", "brcm,bcm4329-fmac";
reg = <1>; reg = <1>;
/* GPIO216 (WLAN_HOST_WAKE) */ /* GPIO216 (WLAN_HOST_WAKE) */
...@@ -162,6 +162,7 @@ uart@80120000 { ...@@ -162,6 +162,7 @@ uart@80120000 {
pinctrl-1 = <&u0_a_1_sleep>; pinctrl-1 = <&u0_a_1_sleep>;
bluetooth { bluetooth {
/* BCM4334B0 actually */
compatible = "brcm,bcm4330-bt"; compatible = "brcm,bcm4330-bt";
/* GPIO222 (BT_VREG_ON) */ /* GPIO222 (BT_VREG_ON) */
shutdown-gpios = <&gpio6 30 GPIO_ACTIVE_HIGH>; shutdown-gpios = <&gpio6 30 GPIO_ACTIVE_HIGH>;
......
...@@ -401,8 +401,7 @@ mmc@80118000 { ...@@ -401,8 +401,7 @@ mmc@80118000 {
status = "okay"; status = "okay";
wifi@1 { wifi@1 {
/* Actually BRCM4330 */ compatible = "brcm,bcm4330-fmac", "brcm,bcm4329-fmac";
compatible = "brcm,bcm4329-fmac";
reg = <1>; reg = <1>;
/* GPIO216 WL_HOST_WAKE */ /* GPIO216 WL_HOST_WAKE */
interrupt-parent = <&gpio6>; interrupt-parent = <&gpio6>;
...@@ -436,6 +435,7 @@ uart@80120000 { ...@@ -436,6 +435,7 @@ uart@80120000 {
status = "okay"; status = "okay";
bluetooth { bluetooth {
/* BCM4330B1 actually */
compatible = "brcm,bcm4330-bt"; compatible = "brcm,bcm4330-bt";
/* GPIO222 rail BT_VREG_EN to BT_REG_ON */ /* GPIO222 rail BT_VREG_EN to BT_REG_ON */
shutdown-gpios = <&gpio6 30 GPIO_ACTIVE_HIGH>; shutdown-gpios = <&gpio6 30 GPIO_ACTIVE_HIGH>;
......
...@@ -211,7 +211,7 @@ mmc@80118000 { ...@@ -211,7 +211,7 @@ mmc@80118000 {
#size-cells = <0>; #size-cells = <0>;
wifi@1 { wifi@1 {
compatible = "brcm,bcm4329-fmac"; compatible = "brcm,bcm4334-fmac", "brcm,bcm4329-fmac";
reg = <1>; reg = <1>;
/* GPIO216 WL_HOST_WAKE */ /* GPIO216 WL_HOST_WAKE */
interrupt-parent = <&gpio6>; interrupt-parent = <&gpio6>;
...@@ -247,6 +247,7 @@ uart@80120000 { ...@@ -247,6 +247,7 @@ uart@80120000 {
/* FIXME: not quite working yet, probably needs regulators */ /* FIXME: not quite working yet, probably needs regulators */
bluetooth { bluetooth {
/* BCM4334B0 actually */
compatible = "brcm,bcm4330-bt"; compatible = "brcm,bcm4330-bt";
shutdown-gpios = <&gpio6 30 GPIO_ACTIVE_HIGH>; shutdown-gpios = <&gpio6 30 GPIO_ACTIVE_HIGH>;
device-wakeup-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>; device-wakeup-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment