|
@@ -336,6 +336,9 @@ static void __init pxa3xx_base_clocks_init(void)
|
|
|
clk_register_clk_pxa3xx_smemc();
|
|
|
clk_register_gate(NULL, "CLK_POUT", "osc_13mhz", 0,
|
|
|
(void __iomem *)&OSCC, 11, 0, NULL);
|
|
|
+ clkdev_pxa_register(CLK_OSTIMER, "OSTIMER0", NULL,
|
|
|
+ clk_register_fixed_factor(NULL, "os-timer0",
|
|
|
+ "osc_13mhz", 0, 1, 4));
|
|
|
}
|
|
|
|
|
|
int __init pxa3xx_clocks_init(void)
|