diff options
author | Tony Lindgren <tony@atomide.com> | 2006-12-07 16:58:17 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2007-09-20 21:34:50 -0400 |
commit | a524626b113e36fc70cb456449444018e3045d5f (patch) | |
tree | 90307a026ae10a96d214d8822d363e2452df7d72 /arch/arm/mach-omap1/board-palmtt.c | |
parent | c79ed1940ca9a4af5e9c182ac51f28dadd32956d (diff) |
ARM: OMAP: Sync board specific files with linux-omap
This patch syncs omap board specific files with linux-omap tree.
Patch consists mostly of driver updates done in linux-omap
tree for drivers not yet in mainline kernel.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-palmtt.c')
-rw-r--r-- | arch/arm/mach-omap1/board-palmtt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index 3c9a41a3d820..e47010fec275 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c | |||
@@ -314,8 +314,8 @@ static struct omap_uart_config palmtt_uart_config __initdata = { | |||
314 | }; | 314 | }; |
315 | 315 | ||
316 | static struct omap_board_config_kernel palmtt_config[] = { | 316 | static struct omap_board_config_kernel palmtt_config[] = { |
317 | { OMAP_TAG_USB, &palmtt_usb_config }, | 317 | { OMAP_TAG_USB, &palmtt_usb_config }, |
318 | { OMAP_TAG_LCD, &palmtt_lcd_config }, | 318 | { OMAP_TAG_LCD, &palmtt_lcd_config }, |
319 | { OMAP_TAG_UART, &palmtt_uart_config }, | 319 | { OMAP_TAG_UART, &palmtt_uart_config }, |
320 | }; | 320 | }; |
321 | 321 | ||