diff options
Diffstat (limited to 'arch/arm/mach-ux500/cpu.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c index e2360e7c770d..4b0a9b300312 100644 --- a/arch/arm/mach-ux500/cpu.c +++ b/arch/arm/mach-ux500/cpu.c | |||
@@ -51,7 +51,7 @@ void __init ux500_init_irq(void) | |||
51 | void __iomem *dist_base; | 51 | void __iomem *dist_base; |
52 | void __iomem *cpu_base; | 52 | void __iomem *cpu_base; |
53 | 53 | ||
54 | if (cpu_is_u8500_family()) { | 54 | if (cpu_is_u8500_family() || cpu_is_ux540_family()) { |
55 | dist_base = __io_address(U8500_GIC_DIST_BASE); | 55 | dist_base = __io_address(U8500_GIC_DIST_BASE); |
56 | cpu_base = __io_address(U8500_GIC_CPU_BASE); | 56 | cpu_base = __io_address(U8500_GIC_CPU_BASE); |
57 | } else | 57 | } else |