[qcom-next] arm: dts: talos: Disable SD card controller#71
[qcom-next] arm: dts: talos: Disable SD card controller#71balajiselvanathan wants to merge 1 commit into
Conversation
The Talos EVK does not have SD card support. So, disable the sdhc_2 node in the U-Boot device tree to prevent unnecessary initialization attempts and eliminate boot warnings. Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
|
@balajiselvanathan can you check why the Linux DT enabled it in first place if it's not supported? I guess we might be missing something. |
|
Hi Sumit, I meant in uboot sd card is not yet supported. |
I suppose only clk settings might be missing like you did for Lemans. Can you rather properly fix it? |
I had added the clk settings, but getting this warning log during boot: |
Let's have a proper fix for the SD clocks instead of a DT workaround. The warning can be ignored by the user as it's not functional currently. |
The Talos EVK does not have SD card support. So, disable the sdhc_2 node in the U-Boot device tree to prevent unnecessary initialization attempts and eliminate boot warnings.