mmc: rockchip_sdhci: Add set_clock and config_dll sdhci_ops
authorJonas Karlman <jonas@kwiboo.se>
Tue, 18 Apr 2023 16:46:29 +0000 (16:46 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 21 Apr 2023 07:16:02 +0000 (15:16 +0800)
commit7e74522d5fbf2409974300d5de3e67e9c536a181
tree1da3a0fa88cda138af7c291887b40e152db1e9cf
parent0030d4971561c20edf66a76952ba32e5adf77ff5
mmc: rockchip_sdhci: Add set_clock and config_dll sdhci_ops

Add support for the set_clock and config_dll sdhci_ops. Use of these ops
will allow configuration of DLL while the output clock is disabled.

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