This change adds macro definitions for starting addresses of security
subsystems found on Samsung S3C64xx, S5PC100 and S5PV210 SoCs.

Signed-off-by: Vladimir Zapolskiy <[email protected]>
---
 arch/arm/mach-s3c64xx/include/mach/map.h |    2 ++
 arch/arm/mach-s5pc100/include/mach/map.h |    2 ++
 arch/arm/mach-s5pv210/include/mach/map.h |    3 +++
 3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c64xx/include/mach/map.h 
b/arch/arm/mach-s3c64xx/include/mach/map.h
index a1f13f0..5aa747b 100644
--- a/arch/arm/mach-s3c64xx/include/mach/map.h
+++ b/arch/arm/mach-s3c64xx/include/mach/map.h
@@ -101,6 +101,8 @@
 #define S3C64XX_PA_USB_HSPHY   (0x7C100000)
 #define S3C64XX_VA_USB_HSPHY   S3C_ADDR_CPU(0x00200000)
 
+#define S3C64XX_PA_SECSS       0x7D000000
+
 /* place VICs close together */
 #define VA_VIC0                        (S3C_VA_IRQ + 0x00)
 #define VA_VIC1                        (S3C_VA_IRQ + 0x10000)
diff --git a/arch/arm/mach-s5pc100/include/mach/map.h 
b/arch/arm/mach-s5pc100/include/mach/map.h
index ccbe6b7..9cce448 100644
--- a/arch/arm/mach-s5pc100/include/mach/map.h
+++ b/arch/arm/mach-s5pc100/include/mach/map.h
@@ -84,6 +84,8 @@
 
 #define S5PC100_PA_KEYPAD              0xF3100000
 
+#define S5PC100_PA_SECSS               0xF4000000
+
 /* Compatibiltiy Defines */
 
 #define S3C_PA_FB                      S5PC100_PA_FB
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h 
b/arch/arm/mach-s5pv210/include/mach/map.h
index 1dd5883..6161508 100644
--- a/arch/arm/mach-s5pv210/include/mach/map.h
+++ b/arch/arm/mach-s5pv210/include/mach/map.h
@@ -59,6 +59,8 @@
 
 #define S5PV210_PA_CFCON               0xE8200000
 
+#define S5PV210_PA_SECSS               0xEA000000
+
 #define S5PV210_PA_HSMMC(x)            (0xEB000000 + ((x) * 0x100000))
 
 #define S5PV210_PA_HSOTG               0xEC000000
@@ -113,6 +115,7 @@
 #define S5P_PA_SROMC                   S5PV210_PA_SROMC
 #define S5P_PA_SYSCON                  S5PV210_PA_SYSCON
 #define S5P_PA_TIMER                   S5PV210_PA_TIMER
+#define S5P_PA_SECSS                   S5PV210_PA_SECSS
 
 #define SAMSUNG_PA_ADC                 S5PV210_PA_ADC
 #define SAMSUNG_PA_CFCON               S5PV210_PA_CFCON
-- 
1.7.2.3

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to