diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-h3.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h3.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index bf08b6ad22ee..4b872f3822b5 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c | |||
@@ -50,6 +50,11 @@ | |||
50 | #include <mach/dma.h> | 50 | #include <mach/dma.h> |
51 | #include <mach/common.h> | 51 | #include <mach/common.h> |
52 | 52 | ||
53 | #include "board-h3.h" | ||
54 | |||
55 | /* In OMAP1710 H3 the Ethernet is directly connected to CS1 */ | ||
56 | #define OMAP1710_ETHR_START 0x04000300 | ||
57 | |||
53 | #define H3_TS_GPIO 48 | 58 | #define H3_TS_GPIO 48 |
54 | 59 | ||
55 | static int h3_keymap[] = { | 60 | static int h3_keymap[] = { |