]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: sdhci: Check and call config_dll callback functions
authorAshok Reddy Soma <ashok.reddy.soma@amd.com>
Tue, 10 Jan 2023 11:31:22 +0000 (04:31 -0700)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 31 Jan 2023 13:02:27 +0000 (22:02 +0900)
commit6f5bb9913ca54fe0a3e45f83458eb71103e22ef7
tree9216df43a3a65305500a7a53db02b07d75c6108d
parent14ef4c7be5b5881e2c50642ae15f0f12c28fdf60
mmc: sdhci: Check and call config_dll callback functions

Check if the low level driver supports config_dll callback function and
call it if it does. Call with dll disable before calling set_clock and
with dll enable after it.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
drivers/mmc/sdhci.c
include/sdhci.h