mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
dra7xx: Enable USB_PHY3 32KHz clock
DRA7xx has a 32KHz PHY clock for USB_PHY3 that must be enabled for USB1 instance in Super-Speed. Signed-off-by: Roger Quadros <rogerq@ti.com>
This commit is contained in:
parent
55efadde7e
commit
3599774eec
3 changed files with 14 additions and 2 deletions
|
@ -145,6 +145,7 @@ struct prcm_regs {
|
|||
u32 cm_ssc_modfreqdiv_dpll_unipro;
|
||||
u32 cm_coreaon_usb_phy1_core_clkctrl;
|
||||
u32 cm_coreaon_usb_phy2_core_clkctrl;
|
||||
u32 cm_coreaon_usb_phy3_core_clkctrl;
|
||||
u32 cm_coreaon_l3init_60m_gfclk_clkctrl;
|
||||
|
||||
/* cm2.core */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue