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)
commitb8a63c869cafc1509193b6b7544c03fcdd0265ca
tree92d2e936272978d0d4cd5965c191cdc7c368ce93
parent7e74522d5fbf2409974300d5de3e67e9c536a181
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