forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
1001354ca3
commit
a758c9b93f
|
@ -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"),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user