Files
u-boot/drivers
Kishon Vijay Abraham I 4564faeafb ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c
Commit d3cfcb3 (ARM: DRA7: Enable clocks for USB OTGSS and USB PHY)
changed the member names of prcm_regs from cm_l3init_usb_otg_ss_clkctrl
to cm_l3init_usb_otg_ss1_clkctrl and from cm_coreaon_usb_phy_core_clkctrl
to cm_coreaon_usb_phy1_core_clkctrl in order to differentiate between
the two dwc3 controllers present in dra7xx/am43xx and enabled these
clocks in enable_basic_clocks() in hw_data.c. However these clocks
continued to be enabled in board files/driver files for dwc3 host
mode functionality causing compilation break with few configs.

Fixed it here by making all the clocks enabled in enable_basic_clocks()
and removing it from board files/driver files here.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
2015-04-16 15:08:36 -04:00
..
2015-04-07 08:41:10 -04:00
2015-02-24 13:09:42 -08:00
2015-02-12 10:35:33 -07:00
2015-03-30 23:24:38 -05:00
2015-04-10 14:23:23 +02:00
2015-02-19 06:19:18 -07:00
2015-03-24 10:50:50 -04:00
2015-04-03 09:47:49 +03:00
2014-09-24 18:30:28 -04:00