From: Arnd Bergmann <arnd@arndb.de>
To: Lee Jones <lee.jones@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linus.walleij@stericsson.com
Subject: Re: [PATCH 1/1] ARM: ux500: Fix u9540 booting issues
Date: Tue, 27 Nov 2012 12:36:01 +0000 [thread overview]
Message-ID: <201211271236.01493.arnd@arndb.de> (raw)
In-Reply-To: <1354008890-10476-1-git-send-email-lee.jones@linaro.org>
On Tuesday 27 November 2012, Lee Jones wrote:
> The u9540 stopped booting after the v3.7 merge window due to
> a lack of common clk support and early PRCMU initialisation.
> In this patch we rectify these issues, placing the u9540
> development board back into a successfully booting state.
> - if (cpu_is_u8500_family())
> + if (cpu_is_u8500_family() || cpu_is_u9540())
> u8500_clk_init();
> - else if (cpu_is_u9540())
> - u9540_clk_init();
> else if (cpu_is_u8540())
> u8540_clk_init();
It certainly doesn't /look/ right, even if it works. Can you explain why
u8540_clk_init works and u9540_clk_init doesn't?
Arnd
next prev parent reply other threads:[~2012-11-27 12:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-27 9:34 [PATCH 1/1] ARM: ux500: Fix u9540 booting issues Lee Jones
2012-11-27 12:36 ` Arnd Bergmann [this message]
2012-11-27 13:03 ` Lee Jones
2013-01-24 16:06 ` Linus Walleij
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=201211271236.01493.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=lee.jones@linaro.org \
--cc=linus.walleij@stericsson.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
/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