mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] arm: imx53-qsrb: fix initcalls on START-R board
Date: Fri, 7 Nov 2014 07:58:02 +0100	[thread overview]
Message-ID: <20141107065802.GV30369@pengutronix.de> (raw)
In-Reply-To: <1415206504-7140-1-git-send-email-l.stach@pengutronix.de>

On Wed, Nov 05, 2014 at 05:55:04PM +0100, Lucas Stach wrote:
> The compatible changed when we switched to the upstream
> DTs, so the initcalls would not be executed on the START-R
> board.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> Broken since 2014.06.0, maybe add to stable?

Did that.

Sascha

> ---
>  arch/arm/boards/freescale-mx53-qsb/board.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boards/freescale-mx53-qsb/board.c b/arch/arm/boards/freescale-mx53-qsb/board.c
> index 9a9bffa2ef6d..1128e686bc03 100644
> --- a/arch/arm/boards/freescale-mx53-qsb/board.c
> +++ b/arch/arm/boards/freescale-mx53-qsb/board.c
> @@ -81,7 +81,8 @@ static int loco_late_init(void)
>  	struct mc13xxx *mc34708;
>  	int rev;
>  
> -	if (!of_machine_is_compatible("fsl,imx53-qsb"))
> +	if (!of_machine_is_compatible("fsl,imx53-qsb") &&
> +	    !of_machine_is_compatible("fsl,imx53-qsrb"))
>  		return 0;
>  
>  	device_detect_by_name("mmc0");
> @@ -167,7 +168,8 @@ late_initcall(loco_late_init);
>  
>  static int loco_postcore_init(void)
>  {
> -	if (!of_machine_is_compatible("fsl,imx53-qsb"))
> +	if (!of_machine_is_compatible("fsl,imx53-qsb") &&
> +	    !of_machine_is_compatible("fsl,imx53-qsrb"))
>  		return 0;
>  
>  	imx53_init_lowlevel(1000);
> -- 
> 2.1.1
> 
> 
> _______________________________________________
> 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:[~2014-11-07  6:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-05 16:55 Lucas Stach
2014-11-07  6:58 ` Sascha Hauer [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=20141107065802.GV30369@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=l.stach@pengutronix.de \
    /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