]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mmc: fsl_esdhc: fix problem when using clk driver
authorYe Li <ye.li@nxp.com>
Fri, 23 Sep 2022 22:29:33 +0000 (00:29 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 21 Oct 2022 09:54:13 +0000 (11:54 +0200)
commite0709aff27a239c154564bcd1a4b96a94f22b1bb
tree7d8b027e79276f69bc58ab31edebd18bd7d9f038
parent16d6457d844e48ef4c8231fae3f4535a61c05f24
mmc: fsl_esdhc: fix problem when using clk driver

Move init_clk_usdhc to non-clk driver case, since assigned-clocks properties
will initialize the clocks by clk driver.

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/fsl_esdhc_imx.c