summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sxscm-evb-btwifi.dtsi
diff options
context:
space:
mode:
authorJuan Gutierrez <juan.gutierrez@nxp.com>2016-11-08 13:18:50 -0600
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:25:20 +0800
commit17ab6dff694a1b778d48cf2cdf5db01ece13bcaa (patch)
treea1c14ba4c514825450fa0270ff4e1ce175707f70 /arch/arm/boot/dts/imx6sxscm-evb-btwifi.dtsi
parentd86b44735ad95781f928d7608e7e94519944598a (diff)
MXSCM-220 dts: imx: add missing properties for wifi on imx6 scm boards
BCM WiFi driver needs to take care of card detect by itself. Using cd-post property tells the mmc core to not detect the card automatically during host driver probe and post it untill the client driver notifies to do it. The non-removable option is also required to fix a NULL dereference occurred when resuming from suspend. The pm-ignore-notify parameter is also included. Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sxscm-evb-btwifi.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sxscm-evb-btwifi.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sxscm-evb-btwifi.dtsi b/arch/arm/boot/dts/imx6sxscm-evb-btwifi.dtsi
index 479983edfb49..f55ac0d71bcb 100644
--- a/arch/arm/boot/dts/imx6sxscm-evb-btwifi.dtsi
+++ b/arch/arm/boot/dts/imx6sxscm-evb-btwifi.dtsi
@@ -106,6 +106,9 @@
&usdhc2 {
pinctrl-0 = <&pinctrl_wifi>;
bus-width = <4>;
+ non-removable;
+ cd-post;
+ pm-ignore-notify;
};
&usdhc3 {