Home
last modified time | relevance | path

Searched hist:c0fafe64a5a8fbbd48c4d3bed730f45dfa6d85b5 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc.cdiff c0fafe64a5a8fbbd48c4d3bed730f45dfa6d85b5 Mon Jan 22 23:04:30 CST 2018 Jaehoon Chung <jh80.chung@samsung.com> mmc: fix to assign to correct clock value when clock is enabling

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.

Fixes: 9546eb92cb6 ("mmc: fix the wrong disabling clock")
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Tested-by: Guillaume GARDET <guillaume.gardet@free.fr>
Tested-by: Anand Moon <linux.amoon@gmail.com>
Tested-by: Stephen Warren <swarren@nvidia.com>