diff options
Diffstat (limited to 'arch/arm/mach-ux500/cpu.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c index 2bc0efbac584..46c372fb806d 100644 --- a/arch/arm/mach-ux500/cpu.c +++ b/arch/arm/mach-ux500/cpu.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <mach/hardware.h> | 19 | #include <mach/hardware.h> |
20 | #include <mach/setup.h> | 20 | #include <mach/setup.h> |
21 | #include <mach/devices.h> | 21 | #include <mach/devices.h> |
22 | #include <mach/prcmu.h> | ||
22 | 23 | ||
23 | #include "clock.h" | 24 | #include "clock.h" |
24 | 25 | ||
@@ -58,6 +59,7 @@ void __init ux500_init_irq(void) | |||
58 | * Init clocks here so that they are available for system timer | 59 | * Init clocks here so that they are available for system timer |
59 | * initialization. | 60 | * initialization. |
60 | */ | 61 | */ |
62 | prcmu_early_init(); | ||
61 | clk_init(); | 63 | clk_init(); |
62 | } | 64 | } |
63 | 65 | ||