]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: rockchip: Allow clocks to be missing
authorSimon Glass <sjg@chromium.org>
Fri, 20 Sep 2024 07:24:40 +0000 (09:24 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 3 Oct 2024 17:52:17 +0000 (11:52 -0600)
commitb2f571fe71b10e78bb0afc28e9f31bc3da0d16dd
tree7dec455a11cb5410d08c6ef3b1b087105432ce62
parente59e50217a3132c90d1bd0e1d2a5eb4bfb097cc2
mmc: rockchip: Allow clocks to be missing

Allow MMC init when clock support is not enabled in a particular phase.

Refactor the setting of priv->emmc_clk so it is a bit clearer.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/rockchip_dw_mmc.c
drivers/mmc/rockchip_sdhci.c