]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP5/AM43xx: remove enabling USB clocks from enable_basic_clocks()
authorKishon Vijay Abraham I <kishon@ti.com>
Wed, 19 Aug 2015 10:46:28 +0000 (16:16 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:51 +0000 (11:29 +0200)
commit3b18cb1a1a736544520290320fb81af6a538adbe
treec89b3a30672976c789d91feb0771d955c3d8f7d0
parent998cdd6430bbf1a52a75d5fd84bb74dac303e003
ARM: OMAP5/AM43xx: remove enabling USB clocks from enable_basic_clocks()

Now that we have separate function to enable USB clocks, remove
enabling USB clocks from enable_basic_clocks(). Now board_usb_init()
should take care to invoke enable_usb_clocks() for enabling
USB clocks.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/am33xx/clock_am43xx.c
arch/arm/cpu/armv7/omap5/hw_data.c