]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: am654_sdhci: Fix OTAP/ITAP delay values
authorNitin Yadav <n-yadav@ti.com>
Thu, 18 Apr 2024 19:00:57 +0000 (14:00 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 29 Apr 2024 16:55:27 +0000 (10:55 -0600)
commit5048b5c61afddddb0a6ff2e6bffdd9dd028e399b
tree9448c1eb1ea048276af9afc5a83164e18d587183
parent6b8dd9ca6e06bc9ebd3d55cbbe094d4947e197bf
mmc: am654_sdhci: Fix OTAP/ITAP delay values

U-Boot is failing to boot class U1 UHS SD cards due to incorrect
OTAP and ITAP delay select values. Update OTAP and ITAP delay select
values from DT.

Fixes: c7d106b4eb3 ("mmc: am654_sdhci: Update output tap delay writes")
Signed-off-by: Nitin Yadav <n-yadav@ti.com>
Signed-off-by: Judith Mendez <jm@ti.com>
drivers/mmc/am654_sdhci.c