summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/mcbsp.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-12-27 21:55:48 +0000
committerArnd Bergmann <arnd@arndb.de>2011-12-27 21:55:48 +0000
commitf4ebf1d1f8d10b703493e76300605e8be2f21bf5 (patch)
tree128a3df4169021c975ccb08cac73298872a15db4 /arch/arm/mach-omap2/mcbsp.c
parentdc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50 (diff)
parent986b0c256b3b7920502969641a1cb6d2c525b750 (diff)
downloadtalos-op-linux-f4ebf1d1f8d10b703493e76300605e8be2f21bf5.tar.gz
talos-op-linux-f4ebf1d1f8d10b703493e76300605e8be2f21bf5.zip
Merge branch 'hwmod' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into omap/hwmod
Diffstat (limited to 'arch/arm/mach-omap2/mcbsp.c')
-rw-r--r--arch/arm/mach-omap2/mcbsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c
index 292eee3be15f..28fcb27005d2 100644
--- a/arch/arm/mach-omap2/mcbsp.c
+++ b/arch/arm/mach-omap2/mcbsp.c
@@ -145,6 +145,9 @@ static int omap_init_mcbsp(struct omap_hwmod *oh, void *unused)
pdata->reg_size = 4;
pdata->has_ccr = true;
}
+ pdata->set_clk_src = omap2_mcbsp_set_clk_src;
+ if (id == 1)
+ pdata->mux_signal = omap2_mcbsp1_mux_rx_clk;
if (oh->class->rev == MCBSP_CONFIG_TYPE3) {
if (id == 2)
@@ -174,9 +177,6 @@ static int omap_init_mcbsp(struct omap_hwmod *oh, void *unused)
name, oh->name);
return PTR_ERR(pdev);
}
- pdata->set_clk_src = omap2_mcbsp_set_clk_src;
- if (id == 1)
- pdata->mux_signal = omap2_mcbsp1_mux_rx_clk;
omap_mcbsp_count++;
return 0;
}
OpenPOWER on IntegriCloud