summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-sdb.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/imx7d-sdb.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/imx7d-sdb.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-sdb.dts7
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts
index 09089bbb3d23..8f0322495717 100644
--- a/arch/arm/boot/dts/imx7d-sdb.dts
+++ b/arch/arm/boot/dts/imx7d-sdb.dts
@@ -29,6 +29,7 @@
bcmdhd_wlan_0: bcmdhd_wlan@0 {
compatible = "android,bcmdhd_wlan";
+ gpios = <&gpio4 20 0>; /* WL_HOST_WAKE */
wlreg_on-supply = <&wlreg_on>;
};
@@ -151,6 +152,7 @@
regulator-max-microvolt = <5000000>;
regulator-name = "wlreg_on";
gpio = <&gpio4 21 GPIO_ACTIVE_HIGH>;
+ startup-delay-us = <100>;
enable-active-high;
};
};
@@ -549,7 +551,7 @@
imx7d-sdb {
pinctrl_hog_1: hoggrp-1 {
fsl,pins = <
- MX7D_PAD_ECSPI2_SS0__GPIO4_IO23 0x80000000 /* bt reg on */
+ MX7D_PAD_ECSPI2_SS0__GPIO4_IO23 0x19 /* BT_REG_ON */
MX7D_PAD_EPDC_BDR0__GPIO2_IO28 0x59 /* headphone detect */
>;
};
@@ -898,7 +900,8 @@
MX7D_PAD_SD2_DATA1__SD2_DATA1 0x59
MX7D_PAD_SD2_DATA2__SD2_DATA2 0x59
MX7D_PAD_SD2_DATA3__SD2_DATA3 0x59
- MX7D_PAD_ECSPI2_MOSI__GPIO4_IO21 0x59 /* WL_REG_ON */
+ MX7D_PAD_ECSPI2_MOSI__GPIO4_IO21 0x19 /* WL_REG_ON */
+ MX7D_PAD_ECSPI2_SCLK__GPIO4_IO20 0x19 /* WL_HOST_WAKE */
>;
};