diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-esdhc-imx.c')
-rw-r--r-- | drivers/mmc/host/sdhci-esdhc-imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c index d190d04636a7..365b16c230f8 100644 --- a/drivers/mmc/host/sdhci-esdhc-imx.c +++ b/drivers/mmc/host/sdhci-esdhc-imx.c | |||
@@ -404,7 +404,7 @@ sdhci_esdhc_imx_probe_dt(struct platform_device *pdev, | |||
404 | if (!np) | 404 | if (!np) |
405 | return -ENODEV; | 405 | return -ENODEV; |
406 | 406 | ||
407 | if (of_get_property(np, "fsl,card-wired", NULL)) | 407 | if (of_get_property(np, "non-removable", NULL)) |
408 | boarddata->cd_type = ESDHC_CD_PERMANENT; | 408 | boarddata->cd_type = ESDHC_CD_PERMANENT; |
409 | 409 | ||
410 | if (of_get_property(np, "fsl,cd-controller", NULL)) | 410 | if (of_get_property(np, "fsl,cd-controller", NULL)) |