aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6400
diff options
context:
space:
mode:
authormerge <null@invalid>2009-03-10 08:10:41 +0000
committerAndy Green <agreen@octopus.localdomain>2009-03-10 08:10:41 +0000
commite8ee87681eb8a32f8a695053523e99ffcd5feb83 (patch)
treec9c166207b464529d994949a95cf97f45641ea82 /arch/arm/mach-s3c6400
parent8771f76e8249627e82a3530ce3008116619e8284 (diff)
MERGE-andy-tracking-patchset-edits
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r--arch/arm/mach-s3c6400/include/mach/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h
index 70bc211d125..eed98b327d6 100644
--- a/arch/arm/mach-s3c6400/include/mach/map.h
+++ b/arch/arm/mach-s3c6400/include/mach/map.h
@@ -59,6 +59,8 @@
#define S3C64XX_PA_MODEM (0x74108000)
#define S3C64XX_VA_MODEM S3C_ADDR(0x00600000)
+#define S3C64XX_PA_USBHOST (0x74300000)
+
/* place VICs close together */
#define S3C_VA_VIC0 (S3C_VA_IRQ + 0x00)
#define S3C_VA_VIC1 (S3C_VA_IRQ + 0x10000)
@@ -73,6 +75,7 @@
#define S3C_PA_IIC S3C64XX_PA_IIC0
#define S3C_PA_IIC1 S3C64XX_PA_IIC1
#define S3C_PA_FB S3C64XX_PA_FB
+#define S3C_PA_USBHOST S3C64XX_PA_USBHOST
#define S3C64XX_VA_OTG S3C_VA_OTG
#define S3C64XX_PA_OTG (0x7C000000)