|
@@ -272,6 +272,8 @@ static int byt_emmc_probe_slot(struct sdhci_pci_slot *slot)
|
|
MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR;
|
|
MMC_CAP_HW_RESET | MMC_CAP_1_8V_DDR;
|
|
slot->host->mmc->caps2 |= MMC_CAP2_HC_ERASE_SZ;
|
|
slot->host->mmc->caps2 |= MMC_CAP2_HC_ERASE_SZ;
|
|
slot->hw_reset = sdhci_pci_int_hw_reset;
|
|
slot->hw_reset = sdhci_pci_int_hw_reset;
|
|
|
|
+ if (slot->chip->pdev->device == PCI_DEVICE_ID_INTEL_BSW_EMMC)
|
|
|
|
+ slot->host->timeout_clk = 1000; /* 1000 kHz i.e. 1 MHz */
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|