diff options
author | Tomasz Figa <t.figa@samsung.com> | 2012-12-10 23:58:43 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-08 12:52:30 -0400 |
commit | 41de89860baf8e62fd74e83338058575398ad21f (patch) | |
tree | ac2a7b8d1dbf2a6161a30f86e90f9018702b8fe7 /arch/arm/plat-samsung/include | |
parent | bca28f8f6b93fc1fb000d8695e59266d307aceab (diff) |
ARM: EXYNOS: Add IO mapping for non-secure SYSRAM.
On TrustZone-enabled boards the non-secure SYSRAM is used for secondary
CPU bring-up, so add a mapping for it.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/include')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/map-s5p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/map-s5p.h b/arch/arm/plat-samsung/include/plat/map-s5p.h index c2d7bdae5891..c18678610bc0 100644 --- a/arch/arm/plat-samsung/include/plat/map-s5p.h +++ b/arch/arm/plat-samsung/include/plat/map-s5p.h | |||
@@ -22,6 +22,7 @@ | |||
22 | #define S5P_VA_GPIO3 S3C_ADDR(0x02280000) | 22 | #define S5P_VA_GPIO3 S3C_ADDR(0x02280000) |
23 | 23 | ||
24 | #define S5P_VA_SYSRAM S3C_ADDR(0x02400000) | 24 | #define S5P_VA_SYSRAM S3C_ADDR(0x02400000) |
25 | #define S5P_VA_SYSRAM_NS S3C_ADDR(0x02410000) | ||
25 | #define S5P_VA_DMC0 S3C_ADDR(0x02440000) | 26 | #define S5P_VA_DMC0 S3C_ADDR(0x02440000) |
26 | #define S5P_VA_DMC1 S3C_ADDR(0x02480000) | 27 | #define S5P_VA_DMC1 S3C_ADDR(0x02480000) |
27 | #define S5P_VA_SROMC S3C_ADDR(0x024C0000) | 28 | #define S5P_VA_SROMC S3C_ADDR(0x024C0000) |