diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-05-13 00:14:24 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-15 07:29:42 -0400 |
commit | 7f217794ffa72f208a250b79ab0b7ea3de19677f (patch) | |
tree | e158792f6662bc7cad4e55a62f4efe7426215141 /drivers/mmc/host/sdhci-esdhc-imx.c | |
parent | e6511df4f25607e2e6d60062eb69c28c057329fa (diff) |
mmc: dt: Consolidate DT bindings
This patch unifies the current DT MMC bindings documentation and code,
adds generic MMC DT bindings documentation, and updates .dts files for
consistency.
[cjb: typo fixes, addition of max-frequency property]
Signed-off-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 8abdaf6697a8..0d2b082f2246 100644 --- a/drivers/mmc/host/sdhci-esdhc-imx.c +++ b/drivers/mmc/host/sdhci-esdhc-imx.c | |||
@@ -402,7 +402,7 @@ sdhci_esdhc_imx_probe_dt(struct platform_device *pdev, | |||
402 | if (!np) | 402 | if (!np) |
403 | return -ENODEV; | 403 | return -ENODEV; |
404 | 404 | ||
405 | if (of_get_property(np, "fsl,card-wired", NULL)) | 405 | if (of_get_property(np, "non-removable", NULL)) |
406 | boarddata->cd_type = ESDHC_CD_PERMANENT; | 406 | boarddata->cd_type = ESDHC_CD_PERMANENT; |
407 | 407 | ||
408 | if (of_get_property(np, "fsl,cd-controller", NULL)) | 408 | if (of_get_property(np, "fsl,cd-controller", NULL)) |