From 2b9df57ebe5ff306fbbc5cabc0c8b82275dd245d Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Wed, 28 Jan 2009 15:45:50 +0000 Subject: introduce-samsung-s3c64xx-usb-otg-driver.patch This was posted to the linux-usb list in Dec 2008 Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- arch/arm/mach-s3c6400/include/mach/map.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/arm/mach-s3c6400/include/mach/map.h') 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 */ -- cgit v1.2.3