]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitef18581715d6596347e83e167235607036b368d8
treeba219eb810f896950f258a61ed1fb9e2898f3d99
parent6d38198dffa13d3d6db1ca86f3a74fa6b236af83
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