ARM: mstar: Adjust IMI size for mercury5
authorDaniel Palmer <daniel@0x0f.com>
Tue, 28 Jul 2020 10:03:17 +0000 (19:03 +0900)
committerArnd Bergmann <arnd@arndb.de>
Tue, 28 Jul 2020 11:15:47 +0000 (13:15 +0200)
mercury5 family chips have 128KB of SRAM in the IMI region.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/mercury5.dtsi

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