summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dqscm-qwks-wifi.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/imx6dqscm-qwks-wifi.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/imx6dqscm-qwks-wifi.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6dqscm-qwks-wifi.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dqscm-qwks-wifi.dtsi b/arch/arm/boot/dts/imx6dqscm-qwks-wifi.dtsi
index 4b2942739489..bafca7465bb2 100644
--- a/arch/arm/boot/dts/imx6dqscm-qwks-wifi.dtsi
+++ b/arch/arm/boot/dts/imx6dqscm-qwks-wifi.dtsi
@@ -87,5 +87,8 @@
pinctrl-0 = <&pinctrl_wifi>;
bus-width = <4>;
no-1-8-v;
+ non-removable;
+ cd-post;
+ pm-ignore-notify;
wifi-host;
};