aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock2420_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/clock2420_data.c')
-rw-r--r--arch/arm/mach-omap2/clock2420_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock2420_data.c b/arch/arm/mach-omap2/clock2420_data.c
index 68c03691e56a..693a0a84c33d 100644
--- a/arch/arm/mach-omap2/clock2420_data.c
+++ b/arch/arm/mach-omap2/clock2420_data.c
@@ -1614,7 +1614,7 @@ static struct clk sdma_fck = {
1614static struct clk sdma_ick = { 1614static struct clk sdma_ick = {
1615 .name = "sdma_ick", 1615 .name = "sdma_ick",
1616 .ops = &clkops_omap2_iclk_idle_only, 1616 .ops = &clkops_omap2_iclk_idle_only,
1617 .parent = &l4_ck, 1617 .parent = &core_l3_ck,
1618 .clkdm_name = "core_l3_clkdm", 1618 .clkdm_name = "core_l3_clkdm",
1619 .enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN3), 1619 .enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN3),
1620 .enable_bit = OMAP24XX_AUTO_SDMA_SHIFT, 1620 .enable_bit = OMAP24XX_AUTO_SDMA_SHIFT,