aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6400
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r--arch/arm/mach-s3c6400/include/mach/map.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h
index baf1c0f1ea5..19d4684f2ed 100644
--- a/arch/arm/mach-s3c6400/include/mach/map.h
+++ b/arch/arm/mach-s3c6400/include/mach/map.h
@@ -68,4 +68,10 @@
#define S3C_PA_IIC1 S3C64XX_PA_IIC1
#define S3C_PA_FB S3C64XX_PA_FB
+#define S3C64XX_VA_OTG S3C_VA_OTG
+#define S3C64XX_PA_OTG (0x7C000000)
+
+#define S3C64XX_VA_OTGSFR S3C_VA_OTGSFR
+#define S3C64XX_PA_OTGSFR (0x7C100000)
+
#endif /* __ASM_ARCH_6400_MAP_H */