
24 Jan
2018
24 Jan
'18
8:29 a.m.
On 01/24/2018 04:01 AM, Stephen Warren wrote:
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@nvidia.com Thanks!
Fixes: 9546eb92cb6 ("mmc: fix the wrong disabling clock")
Signed-off-by: Jaehoon Chung jh80.chung@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.
After fixing typo and changing with your commen, Applied to u-boot-mmc.
Best Regards, Jaehoon Chung