diff options
Diffstat (limited to 'arch/arm/mach-realview/platsmp.c')
-rw-r--r-- | arch/arm/mach-realview/platsmp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/platsmp.c b/arch/arm/mach-realview/platsmp.c index 30a9c68591f6..e3bd9345c6a1 100644 --- a/arch/arm/mach-realview/platsmp.c +++ b/arch/arm/mach-realview/platsmp.c | |||
@@ -22,6 +22,7 @@ | |||
22 | 22 | ||
23 | #include <mach/board-eb.h> | 23 | #include <mach/board-eb.h> |
24 | #include <mach/board-pb11mp.h> | 24 | #include <mach/board-pb11mp.h> |
25 | #include <mach/board-pbx.h> | ||
25 | #include <mach/scu.h> | 26 | #include <mach/scu.h> |
26 | 27 | ||
27 | #include "core.h" | 28 | #include "core.h" |
@@ -40,6 +41,9 @@ static void __iomem *scu_base_addr(void) | |||
40 | return __io_address(REALVIEW_EB11MP_SCU_BASE); | 41 | return __io_address(REALVIEW_EB11MP_SCU_BASE); |
41 | else if (machine_is_realview_pb11mp()) | 42 | else if (machine_is_realview_pb11mp()) |
42 | return __io_address(REALVIEW_TC11MP_SCU_BASE); | 43 | return __io_address(REALVIEW_TC11MP_SCU_BASE); |
44 | else if (machine_is_realview_pbx() && | ||
45 | (core_tile_pbx11mp() || core_tile_pbxa9mp())) | ||
46 | return __io_address(REALVIEW_PBX_TILE_SCU_BASE); | ||
43 | else | 47 | else |
44 | return (void __iomem *)0; | 48 | return (void __iomem *)0; |
45 | } | 49 | } |