bcmdhd driver force rescan SDIO on Android 5 ga using IMX6 platform

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

bcmdhd driver force rescan SDIO on Android 5 ga using IMX6 platform

跳至解决方案
3,806 次查看
mayqueen
Contributor IV

kernel: 3.10.53

As title, I porting the bcm4339 wifi module on Android 5 GA, it works, but when I turn off the wifi and turn on again,

it cannot works, kernel message as below:

======== Card detection to remove SDIO card! ========

dummy_sdmmc: probe of mmc1:0001:1 failed with error -110

dummy_sdmmc: probe of mmc1:0001:2 failed with error -110

I think it's due to the nonremovable sdio node definition for dts file, the only way is force mmc rescan when I turn off the wifi,

but how should I do? and how to fix this issue? it's serious.

I will share this patch if anyone solve this problem.

Thanks

标签 (2)
标记 (3)
0 项奖励
回复
1 解答
3,063 次查看
anilhani
Contributor II

hello may queen,

Did your issue resolved?

If its already resolved, please share how the you could able to resolved this.

在原帖中查看解决方案

0 项奖励
回复
3 回复数
3,064 次查看
anilhani
Contributor II

hello may queen,

Did your issue resolved?

If its already resolved, please share how the you could able to resolved this.

0 项奖励
回复
3,063 次查看
ASTRIHK
Contributor III

Hi May Queen,

Would you mind to share how and what to do in the dtsi files?

0 项奖励
回复
3,063 次查看
jimmychan
NXP TechSupport
NXP TechSupport

non-removable is used for non-removable slot (like emmc); assume always present.

For your wifi card, you can remove the non-removable setting from dtsi.

0 项奖励
回复