public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Kevin Hilman <khilman@mvista.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] ARM: OMAP: 2430: add serial console ATAG
Date: Thu, 15 Nov 2007 12:49:03 -0800	[thread overview]
Message-ID: <20071115204902.GG20686@atomide.com> (raw)
In-Reply-To: <20071101181134.117588023@mvista.com>

* 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

      reply	other threads:[~2007-11-15 20:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-01 18:11 [PATCH] ARM: OMAP: 2430: add serial console ATAG Kevin Hilman
2007-11-15 20:49 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071115204902.GG20686@atomide.com \
    --to=tony@atomide.com \
    --cc=khilman@mvista.com \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox