]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/mach-ux500/cpu.c
ux500: Call prmcu_init only for u8500
[mv-sheeva.git] / arch / arm / mach-ux500 / cpu.c
index 46c372fb806dbc5235cf9fa360547b30c2006038..a3700bc374d379c6e4fbfc57aef7d5c8b92c0803 100644 (file)
@@ -59,7 +59,8 @@ void __init ux500_init_irq(void)
         * Init clocks here so that they are available for system timer
         * initialization.
         */
-       prcmu_early_init();
+       if (cpu_is_u8500())
+               prcmu_early_init();
        clk_init();
 }