From: Kevin Hilman Date: Thu, 1 Nov 2007 18:11:34 +0000 (-0700) Subject: ARM: OMAP: 2430: add serial console ATAG X-Git-Tag: v2.6.24-omap1~225 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=commitdiff_plain;h=c69036d6e8c279aa062211c98da31586de1fc6a1 ARM: OMAP: 2430: add serial console ATAG Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index 9e6592c3b66..acfdf3ac348 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c @@ -349,9 +349,16 @@ static struct omap_uart_config sdp2430_uart_config __initdata = { .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), }; +static +struct omap_serial_console_config sdp2430_serial_console_config __initdata = { + .console_uart = 1, + .console_speed = 115200, +}; + static struct omap_board_config_kernel sdp2430_config[] __initdata = { {OMAP_TAG_UART, &sdp2430_uart_config}, {OMAP_TAG_LCD, &sdp2430_lcd_config}, + {OMAP_TAG_SERIAL_CONSOLE, &sdp2430_serial_console_config}, }; #if defined(CONFIG_I2C_OMAP) || defined(CONFIG_I2C_OMAP_MODULE)