|
@@ -267,6 +267,8 @@ int mmc_of_parse(struct mmc_host *host)
|
|
|
host->caps |= MMC_CAP_UHS_DDR50;
|
|
|
if (of_property_read_bool(np, "cap-power-off-card"))
|
|
|
host->caps |= MMC_CAP_POWER_OFF_CARD;
|
|
|
+ if (of_property_read_bool(np, "cap-mmc-hw-reset"))
|
|
|
+ host->caps |= MMC_CAP_HW_RESET;
|
|
|
if (of_property_read_bool(np, "cap-sdio-irq"))
|
|
|
host->caps |= MMC_CAP_SDIO_IRQ;
|
|
|
if (of_property_read_bool(np, "full-pwr-cycle"))
|