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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
2,881件の閲覧回数
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 解決策
2,138件の閲覧回数
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 返答(返信)
2,139件の閲覧回数
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 件の賞賛
返信
2,138件の閲覧回数
ASTRIHK
Contributor III

Hi May Queen,

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

0 件の賞賛
返信
2,138件の閲覧回数
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 件の賞賛
返信