ARM: mstar: Adjust IMI size of infinity
authorDaniel Palmer <daniel@0x0f.com>
Tue, 28 Jul 2020 10:03:16 +0000 (19:03 +0900)
committerArnd Bergmann <arnd@arndb.de>
Tue, 28 Jul 2020 11:15:47 +0000 (13:15 +0200)
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>
arch/arm/boot/dts/infinity.dtsi

index f68e6d5..cd911ad 100644 (file)
@@ -5,3 +5,7 @@
  */
 
 #include "mstar-v7.dtsi"
+
+&imi {
+       reg = <0xa0000000 0x16000>;
+};