]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: am654_sdhci: Set ENDLL=1 for DDR52 mode
authorJudith Mendez <jm@ti.com>
Thu, 18 Apr 2024 19:00:59 +0000 (14:00 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 29 Apr 2024 16:55:27 +0000 (10:55 -0600)
commita124e31a97cd2963181d3a8a00678998bf9958a2
tree2446acb10a414771bd2917998ea081b1a2ea9868
parent056af04a39aef6d9777a8d4fc29917b4494db4a5
mmc: am654_sdhci: Set ENDLL=1 for DDR52 mode

According to the device datasheet [0], ENDLL=1 for
DDR52 mode, so call am654_sdhci_setup_dll() and write
itapdly after since we do not carry out tuning.

[0] https://www.ti.com/lit/ds/symlink/am62p.pdf

Fixes: c964447ea3d6 ("mmc: am654_sdhci: Add support for input tap delay")
Signed-off-by: Judith Mendez <jm@ti.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/am654_sdhci.c