|
@@ -131,11 +131,17 @@ static void dw_mci_hi6220_set_ios(struct dw_mci *host, struct mmc_ios *ios)
|
|
host->bus_hz = clk_get_rate(host->biu_clk);
|
|
host->bus_hz = clk_get_rate(host->biu_clk);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+static int dw_mci_hi6220_execute_tuning(struct dw_mci_slot *slot, u32 opcode)
|
|
|
|
+{
|
|
|
|
+ return 0;
|
|
|
|
+}
|
|
|
|
+
|
|
static const struct dw_mci_drv_data hi6220_data = {
|
|
static const struct dw_mci_drv_data hi6220_data = {
|
|
.caps = dw_mci_hi6220_caps,
|
|
.caps = dw_mci_hi6220_caps,
|
|
.switch_voltage = dw_mci_hi6220_switch_voltage,
|
|
.switch_voltage = dw_mci_hi6220_switch_voltage,
|
|
.set_ios = dw_mci_hi6220_set_ios,
|
|
.set_ios = dw_mci_hi6220_set_ios,
|
|
.parse_dt = dw_mci_hi6220_parse_dt,
|
|
.parse_dt = dw_mci_hi6220_parse_dt,
|
|
|
|
+ .execute_tuning = dw_mci_hi6220_execute_tuning,
|
|
};
|
|
};
|
|
|
|
|
|
static const struct of_device_id dw_mci_k3_match[] = {
|
|
static const struct of_device_id dw_mci_k3_match[] = {
|