From: Stephan Gerhold <stephan@gerhold.net>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
linux-clk@vger.kernel.org, Ulf Hansson <ulf.hansson@linaro.org>
Subject: Re: [PATCH] clk: ux500: Fix up the SGA clock for some variants
Date: Wed, 18 Dec 2019 19:50:30 +0100 [thread overview]
Message-ID: <20191218185030.GA60941@gerhold.net> (raw)
In-Reply-To: <20191217210504.27888-1-linus.walleij@linaro.org>
On Tue, Dec 17, 2019 at 10:05:04PM +0100, Linus Walleij wrote:
> Some of the special PRCMU firmware variants were not
> properly detected in the Ux500 clock driver, resulting
> in the wrong clock for the SGA.
>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Stephan Gerhold <stephan@gerhold.net>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Stephan Gerhold <stephan@gerhold.net>
> ---
> drivers/clk/ux500/u8500_of_clk.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/clk/ux500/u8500_of_clk.c b/drivers/clk/ux500/u8500_of_clk.c
> index 72ed97c6662a..0aedd42fad52 100644
> --- a/drivers/clk/ux500/u8500_of_clk.c
> +++ b/drivers/clk/ux500/u8500_of_clk.c
> @@ -99,8 +99,10 @@ static void u8500_clk_init(struct device_node *np)
> if (fw_version != NULL) {
> switch (fw_version->project) {
> case PRCMU_FW_PROJECT_U8500_C2:
> + case PRCMU_FW_PROJECT_U8500_MBL:
> case PRCMU_FW_PROJECT_U8520:
> case PRCMU_FW_PROJECT_U8420:
> + case PRCMU_FW_PROJECT_U8420_SYSCLK:
> sgaclk_parent = "soc0_pll";
> break;
> default:
> --
> 2.21.0
>
next prev parent reply other threads:[~2019-12-18 18:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-17 21:05 [PATCH] clk: ux500: Fix up the SGA clock for some variants Linus Walleij
2019-12-18 14:28 ` Ulf Hansson
2019-12-18 18:50 ` Stephan Gerhold [this message]
2020-01-05 7:27 ` Stephen Boyd
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=20191218185030.GA60941@gerhold.net \
--to=stephan@gerhold.net \
--cc=linus.walleij@linaro.org \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.org \
--cc=ulf.hansson@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.