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
committerJuan Gutierrez <juan.gutierrez@nxp.com>2016-12-05 17:44:07 -0600
commit0be4f944f9234482c142070657aa0ca6d30396c7 (patch)
tree852104d11593efa6aec5404007614b2a528bb6c1 /arch/arm/boot/dts/imx6sxscm-evb-btwifi.dtsi
parentc7cba16b4087f09015568555be170d23185abdc6 (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 {