projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2075356
)
mmc: dw_mmc: remove the deprecated "supports-highspeed" property
author
Jaehoon Chung
<
[email protected]
>
Thu, 28 Jul 2016 09:55:27 +0000
(18:55 +0900)
committer
Ulf Hansson
<
[email protected]
>
Mon, 26 Sep 2016 19:31:37 +0000
(21:31 +0200)
Remvoe the deprecated "supports-highspeed" property.
DWMMC controller will not use this property anymore.
Signed-off-by: Jaehoon Chung <
[email protected]
>
Reviewed-by: Shawn Lin <
[email protected]
>
Signed-off-by: Ulf Hansson <
[email protected]
>
drivers/mmc/host/dw_mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/dw_mmc.c
b/drivers/mmc/host/dw_mmc.c
index 8ee1c86b6eff49953ccae9fec3c8ea07d7858ef2..4fcbc4012ed03b554185cf42eeb1567b915745f6 100644
(file)
--- a/
drivers/mmc/host/dw_mmc.c
+++ b/
drivers/mmc/host/dw_mmc.c
@@
-2964,11
+2964,6
@@
static struct dw_mci_board *dw_mci_parse_dt(struct dw_mci *host)
return ERR_PTR(ret);
}
- if (of_find_property(np, "supports-highspeed", NULL)) {
- dev_info(dev, "supports-highspeed property is deprecated.\n");
- pdata->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;
- }
-
return pdata;
}