commit | a124e31a97cd2963181d3a8a00678998bf9958a2 | [log] [tgz] |
---|---|---|
author | Judith Mendez <jm@ti.com> | Thu Apr 18 14:00:59 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 29 10:55:27 2024 -0600 |
tree | 2446acb10a414771bd2917998ea081b1a2ea9868 | |
parent | 056af04a39aef6d9777a8d4fc29917b4494db4a5 [diff] |
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>