[U-Boot] [PATCH] mmc: fix to assign to corret clock value when clock is enabling
Stephen Warren
swarren at wwwdotorg.org
Tue Jan 23 19:01:33 UTC 2018
On 01/22/2018 10:04 PM, Jaehoon Chung wrote:
> When clock is enabling, it's assigned to 0 as mmc->clock.
> Then it can't initialize any card.
> Fix to assign to correct clock value as mmc->cfg->f_min or f_max.
Tested-by: Stephen Warren <swarren at nvidia.com>
Thanks!
> Fixes: 9546eb92cb6 ("mmc: fix the wrong disabling clock")
>
> Signed-off-by: Jaehoon Chung <jh80.chung at samsung.com>
Nit: There's usually not a blank line between the Fixes: and
Signed-off-by: lines.
Nit: s/corret/correct/ in the patch subject.
More information about the U-Boot
mailing list