]> git.baikalelectronics.ru Git - uboot.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)
commitef1acd4da74753d738331653115be18608cba2dd
tree9216df43a3a65305500a7a53db02b07d75c6108d
parent2d18ea582ec01dbb65cfa5299c377a47d74c16a9
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