]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: am654_sdhci: Add itap_del_ena[] to store itapdlyena bit
authorJudith Mendez <jm@ti.com>
Thu, 18 Apr 2024 19:00:58 +0000 (14:00 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 29 Apr 2024 16:55:27 +0000 (10:55 -0600)
commit056af04a39aef6d9777a8d4fc29917b4494db4a5
tree88b9694482d99c3b87d1bf103a9d5f9905152ced
parent5048b5c61afddddb0a6ff2e6bffdd9dd028e399b
mmc: am654_sdhci: Add itap_del_ena[] to store itapdlyena bit

Set itap_del_ena if ITAPDLY is found in DT or if the tuning
algorithm was executed and found the optimal ITAPDLY. Add the
functionality to save ITAPDLYENA that can be referenced later
by storing the bit in array itap_del_ena[].

Signed-off-by: Judith Mendez <jm@ti.com>
drivers/mmc/am654_sdhci.c