Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: pxa: fix one of the pxa RTC clocks

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>
Link: https://lkml.kernel.org/r/20191026194420.11918-1-robert.jarzmik@free.fr
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Robert Jarzmik and committed by
Stephen Boyd
46acbcb4 54ecb8f7

+1
+1
drivers/clk/pxa/clk-pxa27x.c
··· 459 459 }; 460 460 static struct dummy_clk dummy_clks[] __initdata = { 461 461 DUMMY_CLK(NULL, "pxa27x-gpio", "osc_32_768khz"), 462 + DUMMY_CLK(NULL, "pxa-rtc", "osc_32_768khz"), 462 463 DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"), 463 464 DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"), 464 465 };