]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ARM: mstar: Add IMI SRAM region
authorDaniel Palmer <daniel@0x0f.com>
Tue, 28 Jul 2020 10:03:15 +0000 (19:03 +0900)
committerArnd Bergmann <arnd@arndb.de>
Tue, 28 Jul 2020 11:15:47 +0000 (13:15 +0200)
commit7f6348b6a5096c46cf5b833d8ea0ae5eeb61e336
treefc14dd0045b297c7b7772762f97ef3a901f1c709
parent9e30b098f25f525af048e685ccb79fc958cfd200
ARM: mstar: Add IMI SRAM region

All MStar v7 SoCs have an internal SRAM region that is between 64KB
(infinity2m) and 128KB(infinity3, mercury5).

The region is always at the same base address and is used for the
second stage loader (MStar IPL or u-boot SPL) and will be used for
the DDR self-refresh entry code within the kernel eventually.

This patch adds a 128KB region to the SoC and the minimum 64KB SRAM
region to the base dtsi. Families with more SRAM will override the
size in their family level dtsi.

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