aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/include/mach/map.h
diff options
context:
space:
mode:
authorJoonyoung Shim <jy0922.shim@samsung.com>2011-04-08 00:22:09 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-13 19:50:44 -0400
commit3e112662129b48bf8571ee5f7c49a4dbb3b70f04 (patch)
tree16a832a7946a04c1cfe80e4a6547dd40675514f6 /arch/arm/mach-exynos4/include/mach/map.h
parentb750106bafbf9e8cb888a2b3681f444d8183a296 (diff)
ARM: S5P: Add usb ehci device
This patch adds usb ehci device definition for samsung s5p cpus. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/arm/mach-exynos4/include/mach/map.h')
-rw-r--r--arch/arm/mach-exynos4/include/mach/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-exynos4/include/mach/map.h
index 6330b73b9ea7..213c2a27d7ca 100644
--- a/arch/arm/mach-exynos4/include/mach/map.h
+++ b/arch/arm/mach-exynos4/include/mach/map.h
@@ -101,6 +101,8 @@
101 101
102#define EXYNOS4_PA_SROMC 0x12570000 102#define EXYNOS4_PA_SROMC 0x12570000
103 103
104#define EXYNOS4_PA_EHCI 0x12580000
105
104#define EXYNOS4_PA_UART 0x13800000 106#define EXYNOS4_PA_UART 0x13800000
105 107
106#define EXYNOS4_PA_IIC(x) (0x13860000 + ((x) * 0x10000)) 108#define EXYNOS4_PA_IIC(x) (0x13860000 + ((x) * 0x10000))
@@ -143,6 +145,7 @@
143#define S5P_PA_SROMC EXYNOS4_PA_SROMC 145#define S5P_PA_SROMC EXYNOS4_PA_SROMC
144#define S5P_PA_SYSCON EXYNOS4_PA_SYSCON 146#define S5P_PA_SYSCON EXYNOS4_PA_SYSCON
145#define S5P_PA_TIMER EXYNOS4_PA_TIMER 147#define S5P_PA_TIMER EXYNOS4_PA_TIMER
148#define S5P_PA_EHCI EXYNOS4_PA_EHCI
146 149
147#define SAMSUNG_PA_KEYPAD EXYNOS4_PA_KEYPAD 150#define SAMSUNG_PA_KEYPAD EXYNOS4_PA_KEYPAD
148 151