diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2015-02-23 18:39:45 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-04-14 05:48:08 +0200 |
commit | fc2f15d2f7134c0de2bd0a16310bdd68da78563b (patch) | |
tree | 5f1a4ec1dd9000feb74be92c043e79d46193cc53 /arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | |
parent | d3cfcb3e2cf44ab7493c9ca0b7a6368bdf3df2d0 (diff) | |
download | u-boot-imx-fc2f15d2f7134c0de2bd0a16310bdd68da78563b.zip u-boot-imx-fc2f15d2f7134c0de2bd0a16310bdd68da78563b.tar.gz u-boot-imx-fc2f15d2f7134c0de2bd0a16310bdd68da78563b.tar.bz2 |
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.h | 3 |
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 29e3816..f6523ea 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 |