aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prcm43xx.h
diff options
context:
space:
mode:
authorGeorge Cherian <george.cherian@ti.com>2013-10-14 18:06:24 +0530
committerPaul Walmsley <paul@pwsan.com>2013-10-14 11:46:52 -0600
commitfacfbc49b4815a05c94621a1f0ec549cbd95a760 (patch)
treea525ef6e95a624eaaf39944dcd3291e65e698d76 /arch/arm/mach-omap2/prcm43xx.h
parentARM: OMAP2+: AM43x PRCM init (diff)
downloadlinux-dev-facfbc49b4815a05c94621a1f0ec549cbd95a760.tar.xz
linux-dev-facfbc49b4815a05c94621a1f0ec549cbd95a760.zip
ARM: OMAP2+: hwmod: Add USB hwmod data for AM437x.
Add hwmod for USBSS and the OCP2SCP for AM437x. AM437x has got 2 instances of USBSS. Signed-off-by: George Cherian <george.cherian@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/prcm43xx.h')
-rw-r--r--arch/arm/mach-omap2/prcm43xx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prcm43xx.h b/arch/arm/mach-omap2/prcm43xx.h
index f0636eca7a6e..0d66a6e81efa 100644
--- a/arch/arm/mach-omap2/prcm43xx.h
+++ b/arch/arm/mach-omap2/prcm43xx.h
@@ -137,5 +137,9 @@
#define AM43XX_CM_PER_SPI4_CLKCTRL_OFFSET 0x0520
#define AM43XX_CM_PER_GPIO4_CLKCTRL_OFFSET 0x0490
#define AM43XX_CM_PER_GPIO5_CLKCTRL_OFFSET 0x0498
+#define AM43XX_CM_PER_USB_OTG_SS0_CLKCTRL_OFFSET 0x0260
+#define AM43XX_CM_PER_USBPHYOCP2SCP0_CLKCTRL_OFFSET 0x05B8
+#define AM43XX_CM_PER_USB_OTG_SS1_CLKCTRL_OFFSET 0x0268
+#define AM43XX_CM_PER_USBPHYOCP2SCP1_CLKCTRL_OFFSET 0x05C0
#endif