|
@@ -1182,6 +1182,9 @@ static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
|
|
else
|
|
else
|
|
sdhci_set_power(host, ios->vdd);
|
|
sdhci_set_power(host, ios->vdd);
|
|
|
|
|
|
|
|
+ if (host->ops->platform_send_init_74_clocks)
|
|
|
|
+ host->ops->platform_send_init_74_clocks(host, ios->power_mode);
|
|
|
|
+
|
|
ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
|
|
ctrl = sdhci_readb(host, SDHCI_HOST_CONTROL);
|
|
|
|
|
|
if (ios->bus_width == MMC_BUS_WIDTH_8)
|
|
if (ios->bus_width == MMC_BUS_WIDTH_8)
|