commit | 2a4b3b9f576eb2dc934c19fb66c8201eeae61390 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Sat Sep 24 00:29:33 2022 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Oct 21 11:54:13 2022 +0200 |
tree | 7d8b027e79276f69bc58ab31edebd18bd7d9f038 | |
parent | f3bccec50262a0a8bbc57f8863454608c15758bf [diff] |
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>