projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1267340
)
ARM: dts: mmp2: Extend the MPMU reg range
author
Lubomir Rintel
<lkundrak@v3.sk>
Sat, 18 Jul 2020 20:50:10 +0000
(22:50 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Wed, 22 Jul 2020 20:05:02 +0000
(22:05 +0200)
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>
arch/arm/boot/dts/mmp2.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/mmp2.dtsi
b/arch/arm/boot/dts/mmp2.dtsi
index
9b8a156
..
9e77f68
100644
(file)
--- 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 0x
1
000>,
+ reg = <0xd4050000 0x
2
000>,
<0xd4282800 0x400>,
<0xd4015000 0x1000>;
reg-names = "mpmu", "apmu", "apbc";