projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee490bc
)
ARM: shmobile: Include CA7 cores in APMU table
author
Magnus Damm
<damm@opensource.se>
Sat, 14 Sep 2013 15:29:16 +0000
(
00:29
+0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Mon, 30 Sep 2013 08:56:11 +0000
(17:56 +0900)
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>
arch/arm/mach-shmobile/platsmp-apmu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/platsmp-apmu.c
b/arch/arm/mach-shmobile/platsmp-apmu.c
index
caaaa35
..
1da5a72
100644
(file)
--- 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 },
}
};