mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
mmc: mmci: Cascade EPROBE_DEFER from regulators.
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
dc5248820d
commit
9369c97cc7
@ -1613,7 +1613,10 @@ static int mmci_probe(struct amba_device *dev,
|
|||||||
dev_dbg(mmc_dev(mmc), "clocking block at %u Hz\n", mmc->f_max);
|
dev_dbg(mmc_dev(mmc), "clocking block at %u Hz\n", mmc->f_max);
|
||||||
|
|
||||||
/* Get regulators and the supported OCR mask */
|
/* Get regulators and the supported OCR mask */
|
||||||
mmc_regulator_get_supply(mmc);
|
ret = mmc_regulator_get_supply(mmc);
|
||||||
|
if (ret == -EPROBE_DEFER)
|
||||||
|
goto clk_disable;
|
||||||
|
|
||||||
if (!mmc->ocr_avail)
|
if (!mmc->ocr_avail)
|
||||||
mmc->ocr_avail = plat->ocr_mask;
|
mmc->ocr_avail = plat->ocr_mask;
|
||||||
else if (plat->ocr_mask)
|
else if (plat->ocr_mask)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user