From 71045da8122c15ffa6cd31079f33b68f2a66b3e5 Mon Sep 17 00:00:00 2001 From: Rajeshwari Shinde Date: Mon, 14 May 2012 05:52:02 +0000 Subject: USB: EXYNOS: Set USB 2.0 HOST Link mode This patch adds a function to set usb host mode to USB 2.0 HOST Link for EXYNOS5 Signed-off-by: Rajeshwari Shinde --- arch/arm/include/asm/arch-exynos/system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/include') diff --git a/arch/arm/include/asm/arch-exynos/system.h b/arch/arm/include/asm/arch-exynos/system.h index c1d880f4c..42e1d21e5 100644 --- a/arch/arm/include/asm/arch-exynos/system.h +++ b/arch/arm/include/asm/arch-exynos/system.h @@ -49,6 +49,9 @@ struct exynos5_sysreg { }; #endif +#define USB20_PHY_CFG_HOST_LINK_EN (1 << 0) + +void set_usbhost_mode(unsigned int mode); void set_system_display_ctrl(void); #endif /* _EXYNOS4_SYSTEM_H */ -- cgit v1.2.3