diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2011-04-08 04:22:09 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-13 23:50:44 (GMT) |
commit | 3e112662129b48bf8571ee5f7c49a4dbb3b70f04 (patch) | |
tree | 16a832a7946a04c1cfe80e4a6547dd40675514f6 /arch/arm/mach-exynos4/include | |
parent | b750106bafbf9e8cb888a2b3681f444d8183a296 (diff) | |
download | linux-3e112662129b48bf8571ee5f7c49a4dbb3b70f04.tar.xz |
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')
-rw-r--r-- | arch/arm/mach-exynos4/include/mach/map.h | 3 |
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 6330b73..213c2a2 100644 --- a/arch/arm/mach-exynos4/include/mach/map.h +++ b/arch/arm/mach-exynos4/include/mach/map.h @@ -101,6 +101,8 @@ #define EXYNOS4_PA_SROMC 0x12570000 +#define EXYNOS4_PA_EHCI 0x12580000 + #define EXYNOS4_PA_UART 0x13800000 #define EXYNOS4_PA_IIC(x) (0x13860000 + ((x) * 0x10000)) @@ -143,6 +145,7 @@ #define S5P_PA_SROMC EXYNOS4_PA_SROMC #define S5P_PA_SYSCON EXYNOS4_PA_SYSCON #define S5P_PA_TIMER EXYNOS4_PA_TIMER +#define S5P_PA_EHCI EXYNOS4_PA_EHCI #define SAMSUNG_PA_KEYPAD EXYNOS4_PA_KEYPAD |