summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2015-02-23 18:39:45 +0530
committerMarek Vasut <marex@denx.de>2015-04-14 05:48:08 +0200
commitfc2f15d2f7134c0de2bd0a16310bdd68da78563b (patch)
tree5f1a4ec1dd9000feb74be92c043e79d46193cc53 /arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
parentd3cfcb3e2cf44ab7493c9ca0b7a6368bdf3df2d0 (diff)
downloadblackbird-obmc-uboot-fc2f15d2f7134c0de2bd0a16310bdd68da78563b.tar.gz
blackbird-obmc-uboot-fc2f15d2f7134c0de2bd0a16310bdd68da78563b.zip
ARM: AM43xx: Enable clocks for USB OTGSS and USB PHY
Enabled clocks for dwc3 controller and USB PHY present in AM43xx. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/hardware_am43xx.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/hardware_am43xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h b/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
index 29e3816c1a..f6523ea927 100644
--- a/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
+++ b/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
@@ -73,6 +73,9 @@
#define CM_DEVICE_INST 0x44df4100
#define PRM_DEVICE_INST 0x44df4000
+#define USBOTGSSX_CLKCTRL_OPTFCLKEN_REFCLK960 (1 << 8)
+#define USBPHY0_CLKCTRL_OPTFCLKEN_CLK32K (1 << 8)
+
/* Control status register */
#define CTRL_CRYSTAL_FREQ_SRC_MASK (1 << 31)
#define CTRL_CRYSTAL_FREQ_SRC_SHIFT 31
OpenPOWER on IntegriCloud