linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: pxa: fix one of the pxa RTC clocks
@ 2019-10-26 19:44 Robert Jarzmik
  2019-11-13 23:01 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Jarzmik @ 2019-10-26 19:44 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, linux-kernel, Robert Jarzmik

The pxa27x platforms have a single IP with 2 drivers, sa1100-rtc and
rtc-pxa drivers.

A previous patch fixed the sa1100-rtc case, but the pxa-rtc wasn't
fixed. This patch completes the previous one.

Fixes: 8b6d10345e16 ("clk: pxa: add missing pxa27x clocks for Irda and sa1100-rtc")
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
---
 drivers/clk/pxa/clk-pxa27x.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/pxa/clk-pxa27x.c b/drivers/clk/pxa/clk-pxa27x.c
index 4517ee28e7c5..e442970f7e79 100644
--- a/drivers/clk/pxa/clk-pxa27x.c
+++ b/drivers/clk/pxa/clk-pxa27x.c
@@ -436,6 +436,7 @@ struct dummy_clk {
 };
 static struct dummy_clk dummy_clks[] __initdata = {
 	DUMMY_CLK(NULL, "pxa27x-gpio", "osc_32_768khz"),
+	DUMMY_CLK(NULL, "pxa-rtc", "osc_32_768khz"),
 	DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"),
 	DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"),
 };
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: pxa: fix one of the pxa RTC clocks
  2019-10-26 19:44 [PATCH] clk: pxa: fix one of the pxa RTC clocks Robert Jarzmik
@ 2019-11-13 23:01 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2019-11-13 23:01 UTC (permalink / raw)
  To: Michael Turquette, Robert Jarzmik; +Cc: linux-clk, linux-kernel, Robert Jarzmik

Quoting Robert Jarzmik (2019-10-26 12:44:20)
> The pxa27x platforms have a single IP with 2 drivers, sa1100-rtc and
> rtc-pxa drivers.
> 
> A previous patch fixed the sa1100-rtc case, but the pxa-rtc wasn't
> fixed. This patch completes the previous one.
> 
> Fixes: 8b6d10345e16 ("clk: pxa: add missing pxa27x clocks for Irda and sa1100-rtc")
> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
> ---

Applied to clk-next


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-13 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-26 19:44 [PATCH] clk: pxa: fix one of the pxa RTC clocks Robert Jarzmik
2019-11-13 23:01 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).