]> git.baikalelectronics.ru Git - uboot.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)
commit0295600c2ebd714e5e2550d32787cc7700c648e4
tree7d8b027e79276f69bc58ab31edebd18bd7d9f038
parentc785e5e6242fdc44e7067c825a5dd63a4e83a5da
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