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

ARM: mstar: Adjust IMI size of infinity

infinity has 88KB of SRAM at the IMI region.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Daniel Palmer and committed by
Arnd Bergmann
ab6be200 7f6348b6

+4
+4
arch/arm/boot/dts/infinity.dtsi
··· 5 5 */ 6 6 7 7 #include "mstar-v7.dtsi" 8 + 9 + &imi { 10 + reg = <0xa0000000 0x16000>; 11 + };