mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
ARM: DRA7: Enable clocks for USB OTGSS2 and USB PHY2
Enabled clocks for the second dwc3 controller and second USB PHY present in DRA7. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
8af1be7678
commit
7beaf8b690
4 changed files with 23 additions and 0 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_l3init_60m_gfclk_clkctrl;
|
||||
|
||||
/* cm2.core */
|
||||
u32 cm_coreaon_bandgap_clkctrl;
|
||||
|
@ -231,6 +232,7 @@ struct prcm_regs {
|
|||
u32 cm_l3init_ocp2scp1_clkctrl;
|
||||
u32 cm_l3init_ocp2scp3_clkctrl;
|
||||
u32 cm_l3init_usb_otg_ss1_clkctrl;
|
||||
u32 cm_l3init_usb_otg_ss2_clkctrl;
|
||||
|
||||
u32 prm_irqstatus_mpu_2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue