commit | f13a830e6e4ad884069e25c7cd2dc333b474da98 | [log] [tgz] |
---|---|---|
author | Judith Mendez <jm@ti.com> | Thu Apr 18 14:01:00 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 29 10:55:27 2024 -0600 |
tree | 42b977389907f077da99d6522859b9347ad422c3 | |
parent | a124e31a97cd2963181d3a8a00678998bf9958a2 [diff] |
mmc: am654_sdhci: Fix ITAPDLY for HS400 timing At HS400 mode the ITAPDLY value is that from High Speed mode which is incorrect and may cause boot failures. The ITAPDLY for HS400 speed mode should be the same as ITAPDLY as HS200 timing after tuning is executed. Add the functionality to save ITAPDLY from HS200 tuning and save as HS400 ITAPDLY. Fixes: c964447ea3d6 ("mmc: am654_sdhci: Add support for input tap delay") Signed-off-by: Judith Mendez <jm@ti.com>