cd and wp remove from kernel

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

cd and wp remove from kernel

ソリューションへジャンプ
3,337件の閲覧回数
venkatachilakal
Contributor III

Hello All,

Can any one help how to remove the cd and wp pin logic from kernel. 

As I am using a similar design of SABRE SD board except the cd and wp pins. 

I have did the changes in u-boot and is working fine. But, I need to do the same in kernel also. 

Kernel Version :: 3.14.28 

Please help me .!!!

ラベル(4)
0 件の賞賛
返信
1 解決策
3,033件の閲覧回数
venkatachilakal
Contributor III

Its very simple 

Find the kernel Source Code .

Navigate to the arch/<architecture type >/boot/dts 

Find your board's device tree file and there keep the below settings in your usdhc block

broken-cd;
disable-wp;

Thats Its!!!

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
3,034件の閲覧回数
venkatachilakal
Contributor III

Its very simple 

Find the kernel Source Code .

Navigate to the arch/<architecture type >/boot/dts 

Find your board's device tree file and there keep the below settings in your usdhc block

broken-cd;
disable-wp;

Thats Its!!!

0 件の賞賛
返信
3,025件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi VENKATA

for kernel cd and wp pin logic please check sect.32.2.3 Devicetree Binding

attached Linux Manual.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信