summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-exynos/system.h
diff options
context:
space:
mode:
authorRajeshwari Shinde <rajeshwari.s@samsung.com>2012-05-14 05:52:02 (GMT)
committerMarek Vasut <marex@denx.de>2012-07-09 16:27:55 (GMT)
commit71045da8122c15ffa6cd31079f33b68f2a66b3e5 (patch)
tree0668c6962fc9e1710fbf4901c0295eb3c792ca64 /arch/arm/include/asm/arch-exynos/system.h
parentf9c4e04be712633d453bdf5c871966dea99243f6 (diff)
downloadu-boot-71045da8122c15ffa6cd31079f33b68f2a66b3e5.tar.xz
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 <rajeshwari.s@samsung.com>
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/system.h')
-rw-r--r--arch/arm/include/asm/arch-exynos/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/system.h b/arch/arm/include/asm/arch-exynos/system.h
index c1d880f..42e1d21 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 */