From: viresh.kumar@linaro.org (Viresh Kumar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] clk: spear: fix WDT clock definition on SPEAr600
Date: Fri, 6 Apr 2018 13:27:07 +0530 [thread overview]
Message-ID: <20180406075707.GX3572@vireshk-i7> (raw)
In-Reply-To: <c7240072ab53d5d34a9756389729343243028eb3.1523000725.git-series.quentin.schulz@bootlin.com>
On 06-04-18, 09:50, Quentin Schulz wrote:
> There is no SPEAr600 device named "wdt". Instead, the description of the
> WDT (watchdog) was recently added to the Device Tree, and the device
> name is "fc880000.wdt", so we should associate the WDT fixed rate clock
> to this device name.
>
> Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
> ---
> drivers/clk/spear/spear6xx_clock.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/spear/spear6xx_clock.c b/drivers/clk/spear/spear6xx_clock.c
> index f911d9f..47810be 100644
> --- a/drivers/clk/spear/spear6xx_clock.c
> +++ b/drivers/clk/spear/spear6xx_clock.c
> @@ -147,7 +147,7 @@ void __init spear6xx_clk_init(void __iomem *misc_base)
>
> clk = clk_register_fixed_factor(NULL, "wdt_clk", "osc_30m_clk", 0, 1,
> 1);
> - clk_register_clkdev(clk, NULL, "wdt");
> + clk_register_clkdev(clk, NULL, "fc880000.wdt");
>
> /* clock derived from pll1 clk */
> clk = clk_register_fixed_factor(NULL, "cpu_clk", "pll1_clk",
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
next prev parent reply other threads:[~2018-04-06 7:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-06 7:50 [PATCH 1/2] ARM: SPEAr600: add DT description of the watchdog Quentin Schulz
2018-04-06 7:50 ` [PATCH 2/2] clk: spear: fix WDT clock definition on SPEAr600 Quentin Schulz
2018-04-06 7:57 ` Viresh Kumar [this message]
2018-04-06 20:47 ` Stephen Boyd
2018-04-06 7:56 ` [PATCH 1/2] ARM: SPEAr600: add DT description of the watchdog Viresh Kumar
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=20180406075707.GX3572@vireshk-i7 \
--to=viresh.kumar@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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