mbox series

[0/2] MMC: Add quirk to set the TESTCD bit

Message ID 20220418102040.4993-1-a-govindraju@ti.com
Headers show
Series MMC: Add quirk to set the TESTCD bit | expand

Message

Aswath Govindraju April 18, 2022, 10:20 a.m. UTC
The following series of patches add support for setting TESTCD bit
when SDCD line is connected to the controller, in the sdhci_am654.c
driver.

Aswath Govindraju (1):
  dt-bindings: mmc: sdhci-am654: Add flag to force setting to TESTCD bit

Vignesh Raghavendra (1):
  drivers: mmc: sdhci_am654: Add the quirk to set TESTCD bit

 .../devicetree/bindings/mmc/sdhci-am654.yaml  |  7 ++++++
 drivers/mmc/host/sdhci_am654.c                | 23 ++++++++++++++++++-
 2 files changed, 29 insertions(+), 1 deletion(-)