mmc: fsl_esdhc: set sysctl register for clock initialization
authorYangbo Lu <yangbo.lu@nxp.com>
Tue, 20 Oct 2020 03:04:51 +0000 (11:04 +0800)
committerPeng Fan <peng.fan@nxp.com>
Sat, 28 Nov 2020 02:39:44 +0000 (10:39 +0800)
commit263ddfc3454ead3a988adef39b962479adce2b28
treeba219eb810f896950f258a61ed1fb9e2898f3d99
parentda129170600e33bdcea1762ebe4ea0a2c9312a9e
mmc: fsl_esdhc: set sysctl register for clock initialization

The initial clock setting should be through sysctl register only,
while the mmc_set_clock() will call mmc_set_ios() introduce other
configurations like bus width, mode, and so on.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/fsl_esdhc.c