Re: [U-Boot] [PATCH v2 2/2] mmc: rockchip: add clock init

2016-07-29 Thread Jaehoon Chung
Hi Kever, On 07/29/2016 03:42 PM, Kever Yang wrote: > Init clock for eMMC controller. Sorry for too often requesting something. If you add the commit msg in more detail, then it's more great.:) "Initialize the maximum clock with CMU, before setting the rockchip sdhci host controller." And

[U-Boot] [PATCH v2 2/2] mmc: rockchip: add clock init

2016-07-29 Thread Kever Yang
Init clock for eMMC controller. Signed-off-by: Kever Yang --- Changes in v2: - update base on comments from Jaehoon Chung drivers/mmc/rockchip_sdhci.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/rockchip_sdhci.c