* [PATCH] ARM: OMAP: 2430: add serial console ATAG
@ 2007-11-01 18:11 Kevin Hilman
2007-11-15 20:49 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hilman @ 2007-11-01 18:11 UTC (permalink / raw)
To: linux-omap-open-source
Signed-off-by: Kevin Hilman <khilman@mvista.com>
Index: dev/arch/arm/mach-omap2/board-2430sdp.c
===================================================================
--- dev.orig/arch/arm/mach-omap2/board-2430sdp.c
+++ dev/arch/arm/mach-omap2/board-2430sdp.c
@@ -349,9 +349,16 @@ static struct omap_uart_config sdp2430_u
.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)
--
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: OMAP: 2430: add serial console ATAG
2007-11-01 18:11 [PATCH] ARM: OMAP: 2430: add serial console ATAG Kevin Hilman
@ 2007-11-15 20:49 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-11-15 20:49 UTC (permalink / raw)
To: Kevin Hilman; +Cc: linux-omap-open-source
* Kevin Hilman <khilman@mvista.com> [071101 11:12]:
> Signed-off-by: Kevin Hilman <khilman@mvista.com>
>
> Index: dev/arch/arm/mach-omap2/board-2430sdp.c
> ===================================================================
> --- dev.orig/arch/arm/mach-omap2/board-2430sdp.c
> +++ dev/arch/arm/mach-omap2/board-2430sdp.c
> @@ -349,9 +349,16 @@ static struct omap_uart_config sdp2430_u
> .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)
Pushing today.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-15 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-01 18:11 [PATCH] ARM: OMAP: 2430: add serial console ATAG Kevin Hilman
2007-11-15 20:49 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox