summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2021-01-21 04:41:24 +0100
committerArnd Bergmann <arnd@arndb.de>2021-02-02 18:14:00 +0100
commit5fb4df28da3b7a4d88e4d0650b151ea359c047fa (patch)
tree1cb725d9e262d6342b58af62f0c4820f2e8d85b6 /arch/arm/boot
parent1130466a4101bf16f7065de87d3e0a4ac233eda7 (diff)
downloadlinux-5fb4df28da3b7a4d88e4d0650b151ea359c047fa.tar.bz2
ARM: dts: mmp3: Extend the MPMU reg range
The ACGR register is at the offset of 0x1024, beyond the 4k originally assigned to the MPMU range. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Link: https://lore.kernel.org/r/20210121034130.1381872-7-lkundrak@v3.sk' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/mmp3.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi
index 4ae630d37d09..9f2b059f0900 100644
--- a/arch/arm/boot/dts/mmp3.dtsi
+++ b/arch/arm/boot/dts/mmp3.dtsi
@@ -567,7 +567,7 @@
soc_clocks: clocks@d4050000 {
compatible = "marvell,mmp3-clock";
- reg = <0xd4050000 0x1000>,
+ reg = <0xd4050000 0x2000>,
<0xd4282800 0x400>,
<0xd4015000 0x1000>;
reg-names = "mpmu", "apmu", "apbc";