summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/platsmp-apmu.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-09-14 15:29:16 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-09-30 08:56:11 (GMT)
commit43651b15de94d6a5e188ea032311e9661ec708d2 (patch)
treeb528c9c54ca87323b16c45a6aaa5144b44c06796 /arch/arm/mach-shmobile/platsmp-apmu.c
parentee490bcc4f2d456c40df93236cf6a1bce2d5ddd0 (diff)
downloadlinux-43651b15de94d6a5e188ea032311e9661ec708d2.tar.xz
ARM: shmobile: Include CA7 cores in APMU table
Add information to the shared APMU code regarding the APMU instance used to control the CA7 cores. This can be used on r8a7790 and r8a73a4, but should most likely be converted to DT in the future. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/platsmp-apmu.c')
-rw-r--r--arch/arm/mach-shmobile/platsmp-apmu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/platsmp-apmu.c b/arch/arm/mach-shmobile/platsmp-apmu.c
index caaaa35..1da5a72 100644
--- a/arch/arm/mach-shmobile/platsmp-apmu.c
+++ b/arch/arm/mach-shmobile/platsmp-apmu.c
@@ -86,6 +86,10 @@ static struct {
{
.iomem = DEFINE_RES_MEM(0xe6152000, 0x88),
.cpus = { 0, 1, 2, 3 },
+ },
+ {
+ .iomem = DEFINE_RES_MEM(0xe6151000, 0x88),
+ .cpus = { 0x100, 0x101, 0x102, 0x103 },
}
};