mmc: omap_hsmmc: don't fill the send_init_stream callback
This is not required. The MMC core sends CMD0 right after the initialization and it serves the same purpose. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
This commit is contained in:
parent
b2ffa3320a
commit
db52e19ced
@ -775,14 +775,6 @@ tuning_error:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void omap_hsmmc_send_init_stream(struct udevice *dev)
|
|
||||||
{
|
|
||||||
struct omap_hsmmc_data *priv = dev_get_priv(dev);
|
|
||||||
struct hsmmc *mmc_base = priv->base_addr;
|
|
||||||
|
|
||||||
mmc_init_stream(mmc_base);
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void mmc_enable_irq(struct mmc *mmc, struct mmc_cmd *cmd)
|
static void mmc_enable_irq(struct mmc *mmc, struct mmc_cmd *cmd)
|
||||||
@ -1521,7 +1513,6 @@ static const struct dm_mmc_ops omap_hsmmc_ops = {
|
|||||||
#ifdef MMC_SUPPORTS_TUNING
|
#ifdef MMC_SUPPORTS_TUNING
|
||||||
.execute_tuning = omap_hsmmc_execute_tuning,
|
.execute_tuning = omap_hsmmc_execute_tuning,
|
||||||
#endif
|
#endif
|
||||||
.send_init_stream = omap_hsmmc_send_init_stream,
|
|
||||||
#if CONFIG_IS_ENABLED(MMC_UHS_SUPPORT)
|
#if CONFIG_IS_ENABLED(MMC_UHS_SUPPORT)
|
||||||
.wait_dat0 = omap_hsmmc_wait_dat0,
|
.wait_dat0 = omap_hsmmc_wait_dat0,
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user