]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commit
mfd: omap-usb-host: Get clocks based on hardware revision
authorRoger Quadros <rogerq@ti.com>
Thu, 27 Feb 2014 14:18:23 +0000 (16:18 +0200)
committerDan Murphy <DMurphy@ti.com>
Mon, 9 Jun 2014 13:37:51 +0000 (08:37 -0500)
commiteecf98df094d201902d7c01feb80fb724c7f9098
tree7428509219f51a58c9f83b0827123b9452dc92d7
parent9a08172a3acc598b2f136e6972875c01ae8aa771
mfd: omap-usb-host: Get clocks based on hardware revision

[ Upstream commit 3aca446acf32243029f5c83810b50aad3c32b6bf ]

Not all revisions have all the clocks so get the necessary clocks
based on hardware revision.

This should avoid un-necessary clk_get failure messages that were
observed earlier.

Also remove the dummy USB host clocks from the OMAP3 clock data.
These are no longer expected by the driver.

Acked-by: Mike Turquette <mturquette@linaro.org> [OMAP3 CLK data]
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Dan Murphy <DMurphy@ti.com>
arch/arm/mach-omap2/cclock3xxx_data.c
drivers/clk/ti/clk-3xxx.c
drivers/mfd/omap-usb-host.c