From: Mika Laitio Date: Mon, 19 Jan 2009 23:01:02 +0000 (+0200) Subject: h63xx: uart1, uart2 and uart3 support X-Git-Tag: v2.6.16-omap1-h63xx-1~8 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=commitdiff_plain;h=6b42b4344847fcf01bac54e75400660b04a46ec5 h63xx: uart1, uart2 and uart3 support --- diff --git a/arch/arm/mach-omap1/board-h6300.c b/arch/arm/mach-omap1/board-h6300.c index 6e73ef55bb4..90b000bd694 100644 --- a/arch/arm/mach-omap1/board-h6300.c +++ b/arch/arm/mach-omap1/board-h6300.c @@ -42,8 +42,13 @@ static struct omap_lcd_config h6300_lcd_config __initdata = { .ctrl_name = "internal", }; +static struct omap_uart_config h6300_uart_config __initdata = { + .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), +}; + static struct omap_board_config_kernel h6300_config[] = { { OMAP_TAG_LCD, &h6300_lcd_config }, + { OMAP_TAG_UART, &h6300_uart_config }, }; static void __init h6300_init_irq(void)