aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/pxa
diff options
context:
space:
mode:
authorRussell King - ARM Linux <linux@armlinux.org.uk>2016-09-19 21:12:12 +0200
committerRobert Jarzmik <robert.jarzmik@free.fr>2016-10-18 09:12:36 +0200
commita758c9b93f5c4e826b3c0849c96c630b1cce8f8d (patch)
treeb4664999b38594ddb03852be96ae916c5199e434 /drivers/clk/pxa
parentLinux 4.9-rc1 (diff)
downloadwireguard-linux-a758c9b93f5c4e826b3c0849c96c630b1cce8f8d.tar.xz
wireguard-linux-a758c9b93f5c4e826b3c0849c96c630b1cce8f8d.zip
clk: pxa25x: OSTIMER0 clocks from the main oscillator
The OSTIMER0 clock ticks at the main oscillator rate, not the 32kHz oscillator rate. Ensure that it is parented to the main oscillator. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Acked-by: Stephen Boyd <sboyd@codeaurora.org> Tested-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'drivers/clk/pxa')
-rw-r--r--drivers/clk/pxa/clk-pxa25x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/pxa/clk-pxa25x.c b/drivers/clk/pxa/clk-pxa25x.c
index a98b98e2a9e4..56b0a6027e38 100644
--- a/drivers/clk/pxa/clk-pxa25x.c
+++ b/drivers/clk/pxa/clk-pxa25x.c
@@ -230,7 +230,7 @@ static struct dummy_clk dummy_clks[] __initdata = {
DUMMY_CLK("GPIO11_CLK", NULL, "osc_3_6864mhz"),
DUMMY_CLK("GPIO12_CLK", NULL, "osc_32_768khz"),
DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"),
- DUMMY_CLK("OSTIMER0", NULL, "osc_32_768khz"),
+ DUMMY_CLK("OSTIMER0", NULL, "osc_3_6864mhz"),
DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"),
};