]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: am654_sdhci: Add the quirk to set TESTCD bit
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>
Tue, 2 Jul 2024 19:54:29 +0000 (21:54 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 11 Jul 2024 19:15:37 +0000 (13:15 -0600)
commitafdce7686371191dbe85b0ec3814abc364a22205
tree2d3df97b89a0bb3ab7af492bdd90b4b4e99e15ab
parent9945a30e2ed1e1a62585355865755e0e1b744d0a
mmc: am654_sdhci: Add the quirk to set TESTCD bit

The ARASAN MMC controller on Keystone 3 class of devices need the SDCD
line to be connected for proper functioning.

In cases where this can't be connected, add a quirk to force the
controller into test mode and set the TESTCD bit. Use the flag
"ti,fails-without-test-cd", to implement this above quirk when required.

Additionally, this quirk also avoids waiting for the controller debounce
time.

This commit is similar to linux kernel commit c7666240ec76
("drivers: mmc: sdhci_am654: Add the quirk to set TESTCD bit").

Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
drivers/mmc/am654_sdhci.c