]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()
authorFaiz Abbas <faiz_abbas@ti.com>
Thu, 4 Feb 2021 09:40:47 +0000 (15:10 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 4 Feb 2021 15:07:57 +0000 (20:37 +0530)
commitc604e204eff2a465fe284d41e195e49f58bff72f
tree304d795e26e09f45d59e4bf1e483847bd07d13ab
parent43392b550e56b52274398763329f35d54109d291
mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()

There are some speed modes that work without switching the dll on.
Unconditionally switch off the DLL before setting clock frequency to
support this case. The software will automatically enable DLL for speed
modes that require it. This also means the dll_on priv data member is no
longer required.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/am654_sdhci.c