]> git.baikalelectronics.ru Git - uboot.git/commit
arm: dts: db410c: Add missing cd-gpios for SD card detection
authorStephan Gerhold <stephan@gerhold.net>
Sun, 27 Jun 2021 11:06:15 +0000 (13:06 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 6 Jul 2021 18:12:15 +0000 (14:12 -0400)
commitbb1e608ddd3ee7f9286cb6f58cb8bb36e896d042
treeca439e351afa4d85094911cef10bc4d9d114e2ad
parent4802a2b2a2b57aecacfaa5adbcac72aaa147c9b9
arm: dts: db410c: Add missing cd-gpios for SD card detection

It looks like SD card detection is broken at the moment for DB410c.
The eMMC is detected correctly, but the SD card is not.

This is probably similar to the issue fixed in commit 4c6b225203a4
("mmc: msm_sdhci: Use mmc_of_parse for setting host_caps") for eMMC,
except that the SD card does not have a property like "non-removable"
that skips the card detection.

The SDHCI on DB410c cannot detect itself if a SD card is inserted,
so add the necessary cd-gpios to make SD card detection work again.

While at it, fix the #gpio-cells for the soc_gpios to avoid DTC
warnings - the soc_gpios are actually already used with two cells
for the gpio-leds so this was just wrong all the time.

Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
arch/arm/dts/dragonboard410c.dts