diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2020-07-18 23:50:10 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-07-22 23:05:02 +0300 |
commit | f45a04a5ec448ad8ded1cdc095f6acb005e6b66a (patch) | |
tree | 8b87ee1803e4c239dc0c54f046c8c7fc755c8839 /arch/arm/boot/dts/mmp2.dtsi | |
parent | 1267340fe51c15dcc22d2f11d1c69f97c5e2f878 (diff) | |
download | linux-f45a04a5ec448ad8ded1cdc095f6acb005e6b66a.tar.xz |
ARM: dts: mmp2: Extend the MPMU reg range
The ACGR register is at the offset of 0x1024, beyond the 4k originally
assigned to the MPMU range.
Link: https://lore.kernel.org/r/20200718205019.184927-5-lkundrak@v3.sk
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/mmp2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/mmp2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mmp2.dtsi b/arch/arm/boot/dts/mmp2.dtsi index 9b8a156cf73e..9e77f685fb18 100644 --- a/arch/arm/boot/dts/mmp2.dtsi +++ b/arch/arm/boot/dts/mmp2.dtsi @@ -415,7 +415,7 @@ soc_clocks: clocks { compatible = "marvell,mmp2-clock"; - reg = <0xd4050000 0x1000>, + reg = <0xd4050000 0x2000>, <0xd4282800 0x400>, <0xd4015000 0x1000>; reg-names = "mpmu", "apmu", "apbc"; |