diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-ux500/cpu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c index 46c372fb806..a3700bc374d 100644 --- a/arch/arm/mach-ux500/cpu.c +++ b/arch/arm/mach-ux500/cpu.c | |||
@@ -59,7 +59,8 @@ void __init ux500_init_irq(void) | |||
59 | * Init clocks here so that they are available for system timer | 59 | * Init clocks here so that they are available for system timer |
60 | * initialization. | 60 | * initialization. |
61 | */ | 61 | */ |
62 | prcmu_early_init(); | 62 | if (cpu_is_u8500()) |
63 | prcmu_early_init(); | ||
63 | clk_init(); | 64 | clk_init(); |
64 | } | 65 | } |
65 | 66 | ||