aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/cpu.c')
-rw-r--r--arch/arm/mach-ux500/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c
index 4b4e59b30d81..0982279f51f3 100644
--- a/arch/arm/mach-ux500/cpu.c
+++ b/arch/arm/mach-ux500/cpu.c
@@ -39,7 +39,7 @@ void __init ux500_init_irq(void)
39 void __iomem *dist_base; 39 void __iomem *dist_base;
40 void __iomem *cpu_base; 40 void __iomem *cpu_base;
41 41
42 if (cpu_is_u8500()) { 42 if (cpu_is_u8500_family()) {
43 dist_base = __io_address(U8500_GIC_DIST_BASE); 43 dist_base = __io_address(U8500_GIC_DIST_BASE);
44 cpu_base = __io_address(U8500_GIC_CPU_BASE); 44 cpu_base = __io_address(U8500_GIC_CPU_BASE);
45 } else 45 } else
@@ -56,7 +56,7 @@ void __init ux500_init_irq(void)
56 * Init clocks here so that they are available for system timer 56 * Init clocks here so that they are available for system timer
57 * initialization. 57 * initialization.
58 */ 58 */
59 if (cpu_is_u8500()) 59 if (cpu_is_u8500_family())
60 db8500_prcmu_early_init(); 60 db8500_prcmu_early_init();
61 clk_init(); 61 clk_init();
62} 62}