commit | 78df635883f5229a1b0d0e010db77b3c85d88617 | [log] [tgz] |
---|---|---|
author | Jonas Karlman <jonas@kwiboo.se> | Thu Apr 20 15:55:15 2023 +0000 |
committer | Kever Yang <kever.yang@rock-chips.com> | Fri Apr 21 15:54:19 2023 +0800 |
tree | 92d2e936272978d0d4cd5965c191cdc7c368ce93 | |
parent | ea31246ad2ac8446b18052cf1a081490ac0bed58 [diff] |
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>