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/mmp2-dt.c | |
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/mmp2-dt.c')
-rw-r--r-- | arch/arm/mach-mmp/mmp2-dt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/mmp2-dt.c b/arch/arm/mach-mmp/mmp2-dt.c index 305a9daba6d6..8eec881191f4 100644 --- a/arch/arm/mach-mmp/mmp2-dt.c +++ b/arch/arm/mach-mmp/mmp2-dt.c @@ -33,7 +33,7 @@ static const char *const mmp2_dt_board_compat[] __initconst = { }; DT_MACHINE_START(MMP2_DT, "Marvell MMP2 (Device Tree Support)") - .map_io = mmp_map_io, + .map_io = mmp2_map_io, .init_time = mmp_init_time, .dt_compat = mmp2_dt_board_compat, MACHINE_END |