aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/amba
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2014-03-21 05:46:39 -0400
committerUlf Hansson <ulf.hansson@linaro.org>2014-05-20 00:06:56 -0400
commit5080a08d0f8a4b2ba3a15e5ddc5ece84a444cad8 (patch)
treee1e6c873a8cd61f469b8b9146bada65bc6ca7b6a /include/linux/amba
parent3faf80dfa342e98b5780e0b78b7a670c7b61a9be (diff)
mmc: mmci: Enforce max frequency configuration through DT
Remove the option to provide a maximum frequency as platform data, enforce it through DT. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/amba')
-rw-r--r--include/linux/amba/mmci.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/amba/mmci.h b/include/linux/amba/mmci.h
index b992fc931295..3f95d32d5277 100644
--- a/include/linux/amba/mmci.h
+++ b/include/linux/amba/mmci.h
@@ -12,9 +12,6 @@ struct dma_chan;
12/** 12/**
13 * struct mmci_platform_data - platform configuration for the MMCI 13 * struct mmci_platform_data - platform configuration for the MMCI
14 * (also known as PL180) block. 14 * (also known as PL180) block.
15 * @f_max: the maximum operational frequency for this host in this
16 * platform configuration. When this is specified it takes precedence
17 * over the module parameter for the same frequency.
18 * @ocr_mask: available voltages on the 4 pins from the block, this 15 * @ocr_mask: available voltages on the 4 pins from the block, this
19 * is ignored if a regulator is used, see the MMC_VDD_* masks in 16 * is ignored if a regulator is used, see the MMC_VDD_* masks in
20 * mmc/host.h 17 * mmc/host.h
@@ -42,7 +39,6 @@ struct dma_chan;
42 * bidirectional channel 39 * bidirectional channel
43 */ 40 */
44struct mmci_platform_data { 41struct mmci_platform_data {
45 unsigned int f_max;
46 unsigned int ocr_mask; 42 unsigned int ocr_mask;
47 int (*ios_handler)(struct device *, struct mmc_ios *); 43 int (*ios_handler)(struct device *, struct mmc_ios *);
48 unsigned int (*status)(struct device *); 44 unsigned int (*status)(struct device *);