aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2007-08-20 05:20:03 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-10-12 16:15:03 -0400
commitebebd9b0a1463d5de89017ad59a6b9cd4044687f (patch)
tree20ca1b530967ee235f454e00706eb89ef597cb51 /drivers/mmc/host/pxamci.h
parent22d8a73a8b39ef236c80ea73704884f7a7862193 (diff)
[ARM] pxa: update PXA MMC interface driver to use clk support
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mmc/host/pxamci.h')
-rw-r--r--drivers/mmc/host/pxamci.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/mmc/host/pxamci.h b/drivers/mmc/host/pxamci.h
index 3153e779d46a..748c7706f237 100644
--- a/drivers/mmc/host/pxamci.h
+++ b/drivers/mmc/host/pxamci.h
@@ -88,17 +88,3 @@
88#define MMC_RXFIFO 0x0040 /* 8 bit */ 88#define MMC_RXFIFO 0x0040 /* 8 bit */
89 89
90#define MMC_TXFIFO 0x0044 /* 8 bit */ 90#define MMC_TXFIFO 0x0044 /* 8 bit */
91
92/*
93 * The base MMC clock rate
94 */
95#ifdef CONFIG_PXA27x
96#define CLOCKRATE_MIN 304688
97#define CLOCKRATE_MAX 19500000
98#else
99#define CLOCKRATE_MIN 312500
100#define CLOCKRATE_MAX 20000000
101#endif
102
103#define CLOCKRATE CLOCKRATE_MAX
104