]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 16 Apr 2015 11:47:00 +0000 (17:17 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:21 +0000 (21:47 +0200)
commiteecadd563757653ae8cb31d769dc28fe88e35f8f
treec48f16c797778d7f24caa016557be7a24e71f658
parentde925a605ef6fcb372802b3e3814f778cd82fe43
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>
arch/arm/cpu/armv7/omap5/hw_data.c
board/ti/beagle_x15/board.c
drivers/usb/phy/omap_usb_phy.c