Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lubomir Rintel and committed by
Arnd Bergmann
5fb4df28 1130466a

+1 -1
+1 -1
arch/arm/boot/dts/mmp3.dtsi
··· 567 567 568 568 soc_clocks: clocks@d4050000 { 569 569 compatible = "marvell,mmp3-clock"; 570 - reg = <0xd4050000 0x1000>, 570 + reg = <0xd4050000 0x2000>, 571 571 <0xd4282800 0x400>, 572 572 <0xd4015000 0x1000>; 573 573 reg-names = "mpmu", "apmu", "apbc";