diff options
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/dm365.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/dm365.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/dm365.h b/arch/arm/mach-davinci/include/mach/dm365.h index 2291c0d2c2a0..d8d988a0b58b 100644 --- a/arch/arm/mach-davinci/include/mach/dm365.h +++ b/arch/arm/mach-davinci/include/mach/dm365.h | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <mach/hardware.h> | 17 | #include <mach/hardware.h> |
18 | #include <mach/emac.h> | 18 | #include <mach/emac.h> |
19 | #include <mach/asp.h> | 19 | #include <mach/asp.h> |
20 | #include <mach/keyscan.h> | ||
20 | 21 | ||
21 | #define DM365_EMAC_BASE (0x01D07000) | 22 | #define DM365_EMAC_BASE (0x01D07000) |
22 | #define DM365_EMAC_CNTRL_OFFSET (0x0000) | 23 | #define DM365_EMAC_CNTRL_OFFSET (0x0000) |
@@ -25,7 +26,11 @@ | |||
25 | #define DM365_EMAC_MDIO_OFFSET (0x4000) | 26 | #define DM365_EMAC_MDIO_OFFSET (0x4000) |
26 | #define DM365_EMAC_CNTRL_RAM_SIZE (0x2000) | 27 | #define DM365_EMAC_CNTRL_RAM_SIZE (0x2000) |
27 | 28 | ||
29 | /* Base of key scan register bank */ | ||
30 | #define DM365_KEYSCAN_BASE (0x01C69400) | ||
31 | |||
28 | void __init dm365_init(void); | 32 | void __init dm365_init(void); |
29 | void __init dm365_init_asp(struct snd_platform_data *pdata); | 33 | void __init dm365_init_asp(struct snd_platform_data *pdata); |
34 | void __init dm365_init_ks(struct davinci_ks_platform_data *pdata); | ||
30 | 35 | ||
31 | #endif /* __ASM_ARCH_DM365_H */ | 36 | #endif /* __ASM_ARCH_DM365_H */ |