summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGovindraj.R <govindraj.raja@ti.com>2012-03-14 14:11:07 +0800
committerAndy Green <andy.green@linaro.org>2012-06-20 10:27:48 +0800
commitf0e537b09f9783d8e1f791037e801686155cd5dd (patch)
treee4e69acb244167a5673eb920914fcff4e2c45f32
parentce7c656f71ee2395e744ab358835aa87c638bb2f (diff)
clocks: usb: Remove host/tll clocks.
Host/tll clocks are managed from hwmod framework, remove the host/tll clock management from clock framework else, reset unsed clocks will gate it. As hwmod manages these module bits without calling clock api's. Signed-off-by: Govindraj.R <govindraj.raja@ti.com>
-rw-r--r--arch/arm/mach-omap2/clock54xx_data.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/clock54xx_data.c b/arch/arm/mach-omap2/clock54xx_data.c
index 3b95fdfb485..8185e637a7b 100644
--- a/arch/arm/mach-omap2/clock54xx_data.c
+++ b/arch/arm/mach-omap2/clock54xx_data.c
@@ -2038,8 +2038,6 @@ static struct clk usb_tll_hs_usb_ch2_clk = {
static struct clk usb_host_hs_fck = {
.name = "usb_host_hs_fck",
.ops = &clkops_omap2_dflt,
- .enable_reg = OMAP54XX_CM_L3INIT_USB_HOST_HS_CLKCTRL,
- .enable_bit = OMAP54XX_MODULEMODE_SWCTRL,
.clkdm_name = "l3init_clkdm",
.parent = &l3init_60m_fclk,
.recalc = &followparent_recalc,
@@ -2048,8 +2046,6 @@ static struct clk usb_host_hs_fck = {
static struct clk usb_tll_hs_ick = {
.name = "usb_tll_hs_ick",
.ops = &clkops_omap2_dflt,
- .enable_reg = OMAP54XX_CM_L3INIT_USB_TLL_HS_CLKCTRL,
- .enable_bit = OMAP54XX_MODULEMODE_HWCTRL,
.clkdm_name = "l3init_clkdm",
.parent = &l4_div_ck,
.recalc = &followparent_recalc,