From ddc7e541ae62f29d85b35cdf8d12c7322d353d51 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Thu, 15 Dec 2011 10:32:12 +0100 Subject: usb:gadget:s5p Enable the USB Gadget framework at Exynos4210 (C210 Universal) This commit enables support for USB Gadgets on the Exynos4210 (C210 Universal) reference target. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Minkyu Kang CC: Remy Bohmer --- arch/arm/include/asm/arch-exynos/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/include/asm') diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h index 4464d2715c..6d97b99548 100644 --- a/arch/arm/include/asm/arch-exynos/cpu.h +++ b/arch/arm/include/asm/arch-exynos/cpu.h @@ -46,6 +46,7 @@ #define EXYNOS4_ADC_BASE 0x13910000 #define EXYNOS4_PWMTIMER_BASE 0x139D0000 #define EXYNOS4_MODEM_BASE 0x13A00000 +#define EXYNOS4_USBPHY_CONTROL 0x10020704 #ifndef __ASSEMBLY__ #include -- cgit