diff options
author | Andrzej Zaborowski <balrog@zabor.org> | 2006-12-06 20:13:51 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2007-09-20 21:34:49 -0400 |
commit | c3695015087e21ff30606bf7fc661de1582af81b (patch) | |
tree | 39bbd9b6e10997dd7448a2dd64e48832ef575def /include/asm-arm/arch-omap/hardware.h | |
parent | 6ea59bb3083dea3b48003ea49de12a3e3c868b05 (diff) |
ARM: OMAP: Palm Tungsten E board update
General update of the board file for Palm Tungsten E. Registers the
platform devices contained in the PDA (ROM chip, keypad, infra-red)
and updates the configuration for USB and MMC, whose config values
were previously guessed in most cases due to lack of documentation
(and now are confirmed by a number of users). Macros for GPIO pins are
moved to a file in include/asm-arm/arch-omap.
Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/asm-arm/arch-omap/hardware.h')
-rw-r--r-- | include/asm-arm/arch-omap/hardware.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap/hardware.h b/include/asm-arm/arch-omap/hardware.h index e225f4f39b34..539f16d49ab3 100644 --- a/include/asm-arm/arch-omap/hardware.h +++ b/include/asm-arm/arch-omap/hardware.h | |||
@@ -330,6 +330,10 @@ | |||
330 | #include "board-voiceblue.h" | 330 | #include "board-voiceblue.h" |
331 | #endif | 331 | #endif |
332 | 332 | ||
333 | #ifdef CONFIG_MACH_OMAP_PALMTE | ||
334 | #include "board-palmte.h" | ||
335 | #endif | ||
336 | |||
333 | #endif /* !__ASSEMBLER__ */ | 337 | #endif /* !__ASSEMBLER__ */ |
334 | 338 | ||
335 | #endif /* __ASM_ARCH_OMAP_HARDWARE_H */ | 339 | #endif /* __ASM_ARCH_OMAP_HARDWARE_H */ |