summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/common.h
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-06-27 01:10:25 +0300
committerLubomir Rintel <lkundrak@v3.sk>2019-10-17 17:36:10 +0300
commite69fd5090dbd640a12b61feef78eb07a17cec209 (patch)
tree20af2a8013a91e058639c1bb4f286f9418f90236 /arch/arm/mach-mmp/common.h
parentdf8bf2d8a02082aba00dfbe6b93573fb008939d0 (diff)
downloadlinux-e69fd5090dbd640a12b61feef78eb07a17cec209.tar.xz
ARM: mmp: map the PGU as well
The MMP2 and later includes a system control unit in this area. We'll need that to initialize the secondary core on MMP3. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Diffstat (limited to 'arch/arm/mach-mmp/common.h')
-rw-r--r--arch/arm/mach-mmp/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/common.h b/arch/arm/mach-mmp/common.h
index 483b8b6d3005..ed56b3f15b45 100644
--- a/arch/arm/mach-mmp/common.h
+++ b/arch/arm/mach-mmp/common.h
@@ -5,4 +5,5 @@
extern void mmp_timer_init(int irq, unsigned long rate);
extern void __init mmp_map_io(void);
+extern void __init mmp2_map_io(void);
extern void mmp_restart(enum reboot_mode, const char *);