summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dqscm-qwks-wifi.dtsi
AgeCommit message (Collapse)Author
2019-02-12MXSCM-220 dts: imx: add missing properties for wifi on imx6 scm boardsJuan Gutierrez
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>
2019-02-12MLK-13245 ARM: dts: imx: generic dtsi support for qwks boardJuan Gutierrez
Add the generic dtsi configuration support, including Wifi, for the SCM i.MX6DQ Quick Start Board (QWKS) Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com> Signed-off-by: Alejandro Sierra <alejandro.sierra@nxp.com>