aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6400
diff options
context:
space:
mode:
authorKyungmin Park <kyungmin.park@samsung.com>2009-01-28 15:45:50 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-28 15:45:50 +0000
commit2b9df57ebe5ff306fbbc5cabc0c8b82275dd245d (patch)
treec7edd65faf2f38e4f8994feb339f57b3b7cc7da4 /arch/arm/mach-s3c6400
parent2d09b65cb83a50cd4161dd06591a3a5d0c65c17f (diff)
introduce-samsung-s3c64xx-usb-otg-driver.patch
This was posted to the linux-usb list in Dec 2008 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
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 */