diff options
author | Manjunath Hadli <manjunath.hadli@ti.com> | 2011-12-15 07:11:51 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2012-01-20 11:27:28 -0500 |
commit | 719f56f2e45c3ab2a7873d45f1c115db568b1a29 (patch) | |
tree | dd31d1b5eba5685d9111cb431c2894ed143037e0 /arch/arm/mach-davinci/include | |
parent | 887b8a9345ae3f23527ca830a326f0b339119c25 (diff) |
ARM: davinci: dm365: move private definitions to C file
Move register base addresses and offsets used only in dm365.c
from arch/arm/mach-davinci/include/mach/dm365.h in to the C
file as these definitions are used only in C file.
This helps reduce code in arch/arm/mach-davinci/include/mach/
which is not really needed by rest of the kernel.
Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/include')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/dm365.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-davinci/include/mach/dm365.h b/arch/arm/mach-davinci/include/mach/dm365.h index 2563bf4e93a1..51924de847b2 100644 --- a/arch/arm/mach-davinci/include/mach/dm365.h +++ b/arch/arm/mach-davinci/include/mach/dm365.h | |||
@@ -20,22 +20,6 @@ | |||
20 | #include <mach/keyscan.h> | 20 | #include <mach/keyscan.h> |
21 | #include <media/davinci/vpfe_capture.h> | 21 | #include <media/davinci/vpfe_capture.h> |
22 | 22 | ||
23 | #define DM365_EMAC_BASE (0x01D07000) | ||
24 | #define DM365_EMAC_MDIO_BASE (DM365_EMAC_BASE + 0x4000) | ||
25 | #define DM365_EMAC_CNTRL_OFFSET (0x0000) | ||
26 | #define DM365_EMAC_CNTRL_MOD_OFFSET (0x3000) | ||
27 | #define DM365_EMAC_CNTRL_RAM_OFFSET (0x1000) | ||
28 | #define DM365_EMAC_CNTRL_RAM_SIZE (0x2000) | ||
29 | |||
30 | /* Base of key scan register bank */ | ||
31 | #define DM365_KEYSCAN_BASE (0x01C69400) | ||
32 | |||
33 | #define DM365_RTC_BASE (0x01C69000) | ||
34 | |||
35 | #define DAVINCI_DM365_VC_BASE (0x01D0C000) | ||
36 | #define DAVINCI_DMA_VC_TX 2 | ||
37 | #define DAVINCI_DMA_VC_RX 3 | ||
38 | |||
39 | #define DM365_ASYNC_EMIF_CONTROL_BASE 0x01D10000 | 23 | #define DM365_ASYNC_EMIF_CONTROL_BASE 0x01D10000 |
40 | #define DM365_ASYNC_EMIF_DATA_CE0_BASE 0x02000000 | 24 | #define DM365_ASYNC_EMIF_DATA_CE0_BASE 0x02000000 |
41 | #define DM365_ASYNC_EMIF_DATA_CE1_BASE 0x04000000 | 25 | #define DM365_ASYNC_EMIF_DATA_CE1_BASE 0x04000000 |