summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Byshko <rbyshko@gmail.com>2014-07-24 22:54:20 +0200
committerHans de Goede <hdegoede@redhat.com>2014-07-31 15:37:22 +0200
commit06cdd94077b2ee94f6542cd794b1339d0275e149 (patch)
tree6f3e6ae3a658969084d108413236ed40fb819a7c
parenta6e50a88d8d3724fc75f1c6959b80a6c7c69cbad (diff)
downloadtalos-obmc-uboot-06cdd94077b2ee94f6542cd794b1339d0275e149.tar.gz
talos-obmc-uboot-06cdd94077b2ee94f6542cd794b1339d0275e149.zip
sunxi: add defines to control USB Host clocks/resets
The commit adds three defines which will be used in the EHCI driver to enable USB clock and assert reset controllers of the corresponding PHYs. Signed-off-by: Roman Byshko <rbyshko@gmail.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--arch/arm/include/asm/arch-sunxi/clock_sun4i.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-sunxi/clock_sun4i.h b/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
index 2531cbdcd5..1ba997adf9 100644
--- a/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
+++ b/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
@@ -256,4 +256,8 @@ struct sunxi_ccm_reg {
#define CCM_GMAC_CTRL_GPIT_MII (0x0 << 2)
#define CCM_GMAC_CTRL_GPIT_RGMII (0x1 << 2)
+#define CCM_USB_CTRL_PHY1_RST (0x1 << 1)
+#define CCM_USB_CTRL_PHY2_RST (0x1 << 2)
+#define CCM_USB_CTRL_PHYGATE (0x1 << 8)
+
#endif /* _SUNXI_CLOCK_SUN4I_H */
OpenPOWER on IntegriCloud