Skip to content

Commit 0202dfb

Browse files
Ciprian Marian Costeastorulf
authored andcommitted
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 <[email protected]> Reviewed-by: Frank Li <[email protected]> Acked-by: Adrian Hunter <[email protected]> Reviewed-by: Haibo Chen <[email protected]> Message-ID: <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 8593b68 commit 0202dfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mmc/host/sdhci-esdhc-imx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ static struct esdhc_soc_data usdhc_s32g2_data = {
304304
| ESDHC_FLAG_HAVE_CAP1 | ESDHC_FLAG_HS200
305305
| ESDHC_FLAG_HS400 | ESDHC_FLAG_HS400_ES
306306
| ESDHC_FLAG_SKIP_ERR004536 | ESDHC_FLAG_SKIP_CD_WAKE,
307+
.quirks = SDHCI_QUIRK_NO_LED,
307308
};
308309

309310
static struct esdhc_soc_data usdhc_imx7ulp_data = {

0 commit comments

Comments
 (0)