summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/l2x0-prefetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/l2x0-prefetch.c')
-rw-r--r--arch/arm/mach-ux500/l2x0-prefetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/l2x0-prefetch.c b/arch/arm/mach-ux500/l2x0-prefetch.c
index 48a4495533f..4085c351f20 100644
--- a/arch/arm/mach-ux500/l2x0-prefetch.c
+++ b/arch/arm/mach-ux500/l2x0-prefetch.c
@@ -107,7 +107,7 @@ static int __init prefetch_ctrl_init(void)
/* Get PL310 base address. It will be used as readonly. */
if (cpu_is_u5500())
l2x0_base = __io_address(U5500_L2CC_BASE);
- else if (cpu_is_u8500())
+ else if (cpu_is_u8500() || cpu_is_u9540())
l2x0_base = __io_address(U8500_L2CC_BASE);
else
ux500_unknown_soc();