summaryrefslogtreecommitdiff
path: root/arch/arm/mach-versatile/versatile_dt.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-09-20 16:01:10 -0700
committerUlf Hansson <ulf.hansson@linaro.org>2018-10-08 11:40:43 +0200
commit9ef986a697c6d733d86e76d9870b4f1f60512b7a (patch)
treea96cf6e8f742a9442f2e4cc43667ea63bd2647d9 /arch/arm/mach-versatile/versatile_dt.c
parent07be55b567a556c7e4d421e5f4bb4248933bfe32 (diff)
mmc: mmci: Drop support for pdata GPIO numbers
All the machines using the MMCI are passing GPIOs for the card detect and write protect using the device tree or descriptor table (one single case, Integrator/AP IM-PD1). Drop support for passing global GPIO numbers through platform data, noone is using it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'arch/arm/mach-versatile/versatile_dt.c')
-rw-r--r--arch/arm/mach-versatile/versatile_dt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-versatile/versatile_dt.c b/arch/arm/mach-versatile/versatile_dt.c
index 3c8d39c12909..e9d60687e416 100644
--- a/arch/arm/mach-versatile/versatile_dt.c
+++ b/arch/arm/mach-versatile/versatile_dt.c
@@ -89,15 +89,11 @@ unsigned int mmc_status(struct device *dev)
static struct mmci_platform_data mmc0_plat_data = {
.ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
.status = mmc_status,
- .gpio_wp = -1,
- .gpio_cd = -1,
};
static struct mmci_platform_data mmc1_plat_data = {
.ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
.status = mmc_status,
- .gpio_wp = -1,
- .gpio_cd = -1,
};
/*