diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-08-20 10:20:03 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-12 21:15:03 +0100 |
commit | ebebd9b0a1463d5de89017ad59a6b9cd4044687f (patch) | |
tree | 20ca1b530967ee235f454e00706eb89ef597cb51 /drivers/mmc/host/pxamci.h | |
parent | 22d8a73a8b39ef236c80ea73704884f7a7862193 (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.h | 14 |
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 @@ #define MMC_RXFIFO 0x0040 /* 8 bit */ #define MMC_TXFIFO 0x0044 /* 8 bit */ - -/* - * The base MMC clock rate - */ -#ifdef CONFIG_PXA27x -#define CLOCKRATE_MIN 304688 -#define CLOCKRATE_MAX 19500000 -#else -#define CLOCKRATE_MIN 312500 -#define CLOCKRATE_MAX 20000000 -#endif - -#define CLOCKRATE CLOCKRATE_MAX - |