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 .!!!
Solved! Go to Solution.
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!!!
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!!!
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!
-----------------------------------------------------------------------------------------------------------------------