diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2011-10-27 10:36:47 +0200 |
---|---|---|
committer | Remy Bohmer <linux@bohmer.net> | 2011-12-11 14:44:49 +0100 |
commit | a954da2902e2e0fc54942691d6e0d64a7a1b3c3a (patch) | |
tree | 50ffd6a012a1ff4dc32eac5e96e0d7ec89de9a00 /arch | |
parent | 38517a7821d531aabe8e14a3806a7913b14a57b2 (diff) | |
download | u-boot-imx-a954da2902e2e0fc54942691d6e0d64a7a1b3c3a.zip u-boot-imx-a954da2902e2e0fc54942691d6e0d64a7a1b3c3a.tar.gz u-boot-imx-a954da2902e2e0fc54942691d6e0d64a7a1b3c3a.tar.bz2 |
usb:gadget:s5p Enable the USB Gadget framework at GONI
This commit enables support for USB Gadgets on the GONI
reference target.
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-s5pc1xx/cpu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-s5pc1xx/cpu.h b/arch/arm/include/asm/arch-s5pc1xx/cpu.h index e74959f..e699fc4 100644 --- a/arch/arm/include/asm/arch-s5pc1xx/cpu.h +++ b/arch/arm/include/asm/arch-s5pc1xx/cpu.h @@ -55,6 +55,10 @@ #define S5PC110_VIC1_BASE 0xF2100000 #define S5PC110_VIC2_BASE 0xF2200000 #define S5PC110_VIC3_BASE 0xF2300000 +#define S5PC110_OTG_BASE 0xEC000000 +#define S5PC110_PHY_BASE 0xEC100000 +#define S5PC110_USB_PHY_CONTROL 0xE010E80C + #ifndef __ASSEMBLY__ #include <asm/io.h> |