]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
h63xx: uart1, uart2 and uart3 support.
authorMika Laitio <lamikr@pilppa.org>
Sat, 7 Feb 2009 23:18:10 +0000 (01:18 +0200)
committerMika Laitio <lamikr@pilppa.org>
Sat, 7 Feb 2009 23:18:10 +0000 (01:18 +0200)
arch/arm/mach-omap1/board-h6300.c

index 749db4b3b612a307655714e6a5901f05b8458a81..146198fee65bcbe5ab62396ad357f539b49173fb 100644 (file)
@@ -43,8 +43,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)