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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
2,385 Views
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

Labels (2)
Tags (3)
0 Kudos
1 Solution
1,642 Views
anilhani
Contributor II

hello may queen,

Did your issue resolved?

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

View solution in original post

0 Kudos
3 Replies
1,643 Views
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 Kudos
1,642 Views
ASTRIHK
Contributor III

Hi May Queen,

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

0 Kudos
1,642 Views
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 Kudos