Skip to content

Commit 46acbcb

Browse files
rjarzmikbebarino
authored andcommitted
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: 8b6d103 ("clk: pxa: add missing pxa27x clocks for Irda and sa1100-rtc") Signed-off-by: Robert Jarzmik <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 54ecb8f commit 46acbcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/pxa/clk-pxa27x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ struct dummy_clk {
459459
};
460460
static struct dummy_clk dummy_clks[] __initdata = {
461461
DUMMY_CLK(NULL, "pxa27x-gpio", "osc_32_768khz"),
462+
DUMMY_CLK(NULL, "pxa-rtc", "osc_32_768khz"),
462463
DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"),
463464
DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"),
464465
};

0 commit comments

Comments
 (0)