ARM: pxa: Transition pxa25x, pxa27x, pxa3xx to clk framework
[deliverable/linux.git] / arch / arm / mach-pxa / generic.c
index d988c531408975d1853cbbf56639378202666cef..ec510ecf83702f90d376369e799ab97d0bd5780b 100644 (file)
@@ -67,6 +67,8 @@ void __init pxa_timer_init(void)
                pxa25x_clocks_init();
        if (cpu_is_pxa27x())
                pxa27x_clocks_init();
+       if (cpu_is_pxa3xx())
+               pxa3xx_clocks_init();
        pxa_timer_nodt_init(IRQ_OST0, io_p2v(0x40a00000),
                            get_clock_tick_rate());
 }
This page took 0.023812 seconds and 5 git commands to generate.