ARM: dts: msm: Add QDSD_BOOT_CTL to sdhci node for MSM8953 MTP.
Add TLMM_QDSD_BOOT_CTL register address into sdhc node so that
mmc driver should be able to access this register and update it.
The mmc driver would need to update this register for proper
SD card detection functionality. The default value of this
register routes the SD card detect pin to QDSD. If QDSS driver
is present, then it updates this register during its probe.
But if QDSS driver is disabled (which a debug driver so its
not mandatory to enable it), then the default configuration is
affecting SD card detection functionality since the card-detect
gpio is routed to QDSD. To avoid this, mmc driver has to update
it with correct value to ensure proper SD card detection.
Change-Id: I7807ead56fa149393642b9b34feb35b139d07806
Signed-off-by:
Pradeep P V K <ppvk@codeaurora.org>
Loading
Please register or sign in to comment