aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock2420_data.c
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2011-02-25 15:51:02 -0700
committerPaul Walmsley <paul@pwsan.com>2011-03-07 20:19:39 -0700
commita1fed577ddc0ca0ec7cf5e5ee033fe3df4192ebd (patch)
treec75e097dcdedff201bd86c0ab3b4c272b207e266 /arch/arm/mach-omap2/clock2420_data.c
parent4ef70c0694bf428d9f1d4722edaffa1dc5fa39e1 (diff)
downloadkernel_samsung_smdk4412-a1fed577ddc0ca0ec7cf5e5ee033fe3df4192ebd.zip
kernel_samsung_smdk4412-a1fed577ddc0ca0ec7cf5e5ee033fe3df4192ebd.tar.gz
kernel_samsung_smdk4412-a1fed577ddc0ca0ec7cf5e5ee033fe3df4192ebd.tar.bz2
OMAP2xxx: clock: fix parents for L3-derived clocks
Several clocks are listed as having the core L4 clock as their parent, when they are actually derived from the L3 clock. Fix these. Signed-off-by: Paul Walmsley <paul@pwsan.com>
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 68c0369..693a0a8 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 = {
static struct clk sdma_ick = {
.name = "sdma_ick",
.ops = &clkops_omap2_iclk_idle_only,
- .parent = &l4_ck,
+ .parent = &core_l3_ck,
.clkdm_name = "core_l3_clkdm",
.enable_reg = OMAP_CM_REGADDR(CORE_MOD, CM_ICLKEN3),
.enable_bit = OMAP24XX_AUTO_SDMA_SHIFT,