Re: [U-Boot] [PATCH] mmc: sdhci: assign to clk_mul when host version is upper than SD3.0

2016-10-25 Thread Jaehoon Chung
On 10/21/2016 08:52 PM, Jaehoon Chung wrote: > To prevent the wrong value check the SD version. > > Signed-off-by: Jaehoon Chung Applied on u-boot-mmc. Thanks! Best Regards, Jaehoon Chung > --- > drivers/mmc/sdhci.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --g

[U-Boot] [PATCH] mmc: sdhci: assign to clk_mul when host version is upper than SD3.0

2016-10-21 Thread Jaehoon Chung
To prevent the wrong value check the SD version. Signed-off-by: Jaehoon Chung --- drivers/mmc/sdhci.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index 10ff57e..766e9ee 100644 --- a/drivers/mmc/sdhci.c +++ b/drivers/mmc/sd