BCM WiFi driver needs to take care of card detect by itself.
Using cd-post property to tell MMC core not detect card automatically
during host driver probe and post it until client driver tells it to
do it.
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Arulpandiyan Vadivel <arulpandiyan_vadivel@mentor.com>
Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
pinctrl-0 = <&pinctrl_wifi>;
bus-width = <4>;
no-1-8-v;
+ non-removable;
+ cd-post;
wifi-host;
};
pinctrl-0 = <&pinctrl_wifi>;
bus-width = <4>;
no-1-8-v;
+ non-removable;
+ cd-post;
wifi-host;
};
pinctrl-0 = <&pinctrl_wifi>;
bus-width = <4>;
no-1-8-v; /* force 3.3V VIO */
+ non-removable;
+ cd-post;
wifi-host; /* pull in card detect mechanism for BCMDHD driver */
status = "okay";
};
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc1 &pinctrl_wifi>;
no-1-8-v;
+ non-removable;
+ cd-post;
wifi-host; /* add hook for SD card detect mechanism for BCMDHD driver */
};