Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mmc: sdhci-esdhc-imx: enable 'SDHCI_QUIRK_NO_LED' quirk for S32G

Enable SDHCI_QUIRK_NO_LED quirk for S32G2/S32G3 variants as the controller
does not have a LED signal line.

Signed-off-by: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Haibo Chen <haibo.chen@nxp.com>
Message-ID: <20241125083357.1041949-1-ciprianmarian.costea@oss.nxp.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Ciprian Marian Costea and committed by
Ulf Hansson
0202dfbd 8593b687

+1
+1
drivers/mmc/host/sdhci-esdhc-imx.c
··· 304 304 | ESDHC_FLAG_HAVE_CAP1 | ESDHC_FLAG_HS200 305 305 | ESDHC_FLAG_HS400 | ESDHC_FLAG_HS400_ES 306 306 | ESDHC_FLAG_SKIP_ERR004536 | ESDHC_FLAG_SKIP_CD_WAKE, 307 + .quirks = SDHCI_QUIRK_NO_LED, 307 308 }; 308 309 309 310 static struct esdhc_soc_data usdhc_imx7ulp_data = {