Re: [PATCH 1/2] mmc: fsl_esdhc: set sysctl register for clock initialization

2020-10-19 Thread Jaehoon Chung
Dear Yangbo, On 10/16/20 12:13 PM, Yangbo Lu wrote: > 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 Reviewed-by: Jaehoon Chung

[PATCH 1/2] mmc: fsl_esdhc: set sysctl register for clock initialization

2020-10-15 Thread Yangbo Lu
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 --- drivers/mmc/fsl_esdhc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g