We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4ad86 commit 25121f1Copy full SHA for 25121f1
drivers/mmc/host/bcm2835-sdhost.c
@@ -1675,7 +1675,7 @@ int bcm2835_sdhost_add_host(struct bcm2835_host *host)
1675
/* host controller capabilities */
1676
mmc->caps |= /* MMC_CAP_SDIO_IRQ |*/ MMC_CAP_4_BIT_DATA |
1677
MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED |
1678
- MMC_CAP_NEEDS_POLL | MMC_CAP_HW_RESET |
+ MMC_CAP_NEEDS_POLL | MMC_CAP_HW_RESET | MMC_CAP_ERASE |
1679
(ALLOW_CMD23 * MMC_CAP_CMD23);
1680
1681
spin_lock_init(&host->lock);
0 commit comments