Skip to content

Commit 6e17d13

Browse files
fifteenhexarndb
authored andcommitted
ARM: mstar: Adjust IMI size for infinity3
infinity3 has 128KB of SRAM at the IMI region. Signed-off-by: Daniel Palmer <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent e709252 commit 6e17d13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/infinity3.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
*/
66

77
#include "infinity.dtsi"
8+
9+
&imi {
10+
reg = <0xa0000000 0x20000>;
11+
};

0 commit comments

Comments
 (0)