]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OMAP4: clock-common: Move the usb dppl configuration to new func
authorGovindraj.R <govindraj.raja@ti.com>
Mon, 6 Feb 2012 03:55:36 +0000 (03:55 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 12 Feb 2012 09:11:31 +0000 (10:11 +0100)
commit860004c103c4a0f293fb9599cd17a53407882b1e
treebf2cefc916fe73ccfcd027431b6a3b6cfd690a5f
parent95f87910422020fbbdc3dbbdd3e00f84c53b0b26
OMAP4: clock-common: Move the usb dppl configuration to new func

usb dpll configuration is done only part of non-essential
dppl configuration however if CONFIG_USB_EHCI_OMAP is defined
we may have to configure usb dpll's for proper functioning
of usb modules. So move the usb dppl configuration to a new func.
and utilise the same during essential dpll configuration.

Signed-off-by: Govindraj.R <govindraj.raja@ti.com>
Tested-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/omap-common/clocks-common.c