mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Alexander Shiyan <shc_work@mail.ru>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 2/2] mx51-pdk: Move lowlevel_init before UART initialization
Date: Thu, 21 Jun 2012 11:41:17 +0200	[thread overview]
Message-ID: <20120621094117.GA28394@pengutronix.de> (raw)
In-Reply-To: <1340265903-16017-2-git-send-email-shc_work@mail.ru>

On Thu, Jun 21, 2012 at 12:05:03PM +0400, Alexander Shiyan wrote:

<please put the reason of this change here>

Sascha

> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
> ---
>  arch/arm/boards/freescale-mx51-pdk/board.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boards/freescale-mx51-pdk/board.c b/arch/arm/boards/freescale-mx51-pdk/board.c
> index 9ec331a..18c21ce 100644
> --- a/arch/arm/boards/freescale-mx51-pdk/board.c
> +++ b/arch/arm/boards/freescale-mx51-pdk/board.c
> @@ -246,7 +246,6 @@ static int f3s_devices_init(void)
>  	babbage_power_init();
>  
>  	console_flush();
> -	imx51_init_lowlevel(800);
>  	clock_notifier_call_chain();
>  
>  	imx51_iim_register_fec_ethaddr();
> @@ -274,6 +273,8 @@ static int f3s_console_init(void)
>  {
>  	mxc_iomux_v3_setup_multiple_pads(f3s_pads, ARRAY_SIZE(f3s_pads));
>  
> +	imx51_init_lowlevel(800);
> +
>  	imx51_add_uart0();
>  
>  	return 0;
> -- 
> 1.7.3.4
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2012-06-21  9:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-21  8:05 [PATCH 1/2] Setup UART-pads via iomux interface Alexander Shiyan
2012-06-21  8:05 ` [PATCH 2/2] mx51-pdk: Move lowlevel_init before UART initialization Alexander Shiyan
2012-06-21  9:41   ` Sascha Hauer [this message]
2012-06-21 10:25     ` Re[2]: " Alexander Shiyan
2012-06-21 18:49       ` Sascha Hauer

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=20120621094117.GA28394@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=shc_work@mail.ru \
    /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