diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-06-27 00:10:25 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2019-10-17 16:36:10 +0200 |
commit | e69fd5090dbd640a12b61feef78eb07a17cec209 (patch) | |
tree | 20af2a8013a91e058639c1bb4f286f9418f90236 /arch/arm/mach-mmp/common.h | |
parent | ARM: mmp: don't select CACHE_TAUROS2 on all ARCH_MMP (diff) | |
download | linux-e69fd5090dbd640a12b61feef78eb07a17cec209.tar.xz linux-e69fd5090dbd640a12b61feef78eb07a17cec209.zip |
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.h | 1 |
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 *); |