summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorSuriyan Ramasami <suriyan.r@gmail.com>2014-10-29 09:22:42 -0700
committerMinkyu Kang <mk7.kang@samsung.com>2014-11-17 19:33:21 +0900
commitbdba13282814224b865223b09f44509090d19fb1 (patch)
treeb08eea928b34f912b7e057f5dc4ee5c1300815a0 /arch/arm/include/asm
parent7e46be8aed6cd9ca4107d0b49d0fdfe42beea033 (diff)
downloadtalos-obmc-uboot-bdba13282814224b865223b09f44509090d19fb1.tar.gz
talos-obmc-uboot-bdba13282814224b865223b09f44509090d19fb1.zip
arm: odroid: enable/disable usb host phy for exynos4412
Enable/disable the usb host phy on the odroid U/X2 boards which are based on the Exynos4412 SOC. Signed-off-by: Suriyan Ramasami <suriyan.r@gmail.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r--arch/arm/include/asm/arch-exynos/power.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/power.h b/arch/arm/include/asm/arch-exynos/power.h
index e8a98a5471..3f97b31aea 100644
--- a/arch/arm/include/asm/arch-exynos/power.h
+++ b/arch/arm/include/asm/arch-exynos/power.h
@@ -210,6 +210,13 @@ struct exynos4_power {
unsigned int gps_alive_option;
};
+struct exynos4412_power {
+ unsigned char res1[0x0704];
+ unsigned int usbhost_phy_control;
+ unsigned int hsic1_phy_control;
+ unsigned int hsic2_phy_control;
+};
+
struct exynos5_power {
unsigned int om_stat;
unsigned char res1[0x18];
OpenPOWER on IntegriCloud