summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sdb-btwifi.dts
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2016-09-01 20:49:45 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2016-09-14 17:26:24 +0800
commit27381936de0332d2867ea7efd0ee9476b551497f (patch)
tree92022e2b340e785f08ee0c940f699783702b7081 /arch/arm/boot/dts/imx6sx-sdb-btwifi.dts
parentdaade1027ecafd5eade2decb5ec149d0e1d888d7 (diff)
MLK-13179-3 bcmdhd: add OOB support for all IMX6 and IMX7 platforms
Enable OOB feature for MX6Q/DL SDB, MX6SL EVK, MX6SX SDB, MX7D SDB boards. NOTE: The performance optimization option CONFIG_BCM4339 is disabled by default due to a WiFi driver issue that it breaks MX6SL EVK. If user want to test performance on the above platforms (except MX6SL EVK), CONFIG_BCM4339 has to be enabled manually. Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> (cherry picked from commit ae55027339431f7d1c4251dd39ac484c9f9f4245)
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb-btwifi.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb-btwifi.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb-btwifi.dts b/arch/arm/boot/dts/imx6sx-sdb-btwifi.dts
index 09db55464c3f..ba5512e652fe 100644
--- a/arch/arm/boot/dts/imx6sx-sdb-btwifi.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb-btwifi.dts
@@ -30,6 +30,8 @@
bcmdhd_wlan_0: bcmdhd_wlan@0 {
compatible = "android,bcmdhd_wlan";
+ /* WL_HOST_WAKE: SD2_DAT1 (gpio6 9) */
+ gpios = <&gpio6 9 0>;
wlreg_on-supply = <&wlreg_on>;
};
};
@@ -72,6 +74,7 @@
MX6SX_PAD_KEY_COL0__GPIO2_IO_10 0x17059 /* CD */
MX6SX_PAD_KEY_ROW0__GPIO2_IO_15 0x17059 /* WP */
/* Murata Module control signals */
+ MX6SX_PAD_SD2_DATA1__GPIO6_IO_9 0x13069 /* WL_HOST_WAKE */
MX6SX_PAD_SD2_DATA2__GPIO6_IO_10 0x13069 /* WL_REG_ON */
>;
};