]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: rockchip_sdhci: Use set_clock and config_dll sdhci_ops
authorJonas Karlman <jonas@kwiboo.se>
Thu, 20 Apr 2023 15:55:15 +0000 (15:55 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 21 Apr 2023 07:54:19 +0000 (15:54 +0800)
commit5d4e9904338453bc0cd0e7ce9222a0ca7361984a
tree92d2e936272978d0d4cd5965c191cdc7c368ce93
parent0adc5de1b92eaed0f10badd012edfea33a6e6a36
mmc: rockchip_sdhci: Use set_clock and config_dll sdhci_ops

Change to configure clock and DLL in set_clock and config_dll ops
instead of in the set_ios_post ops.

With this change the output clock is turned off while configuring DLL
parameters, according to the design recommendations.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/mmc/rockchip_sdhci.c