diff options
author | Chaithrika U S <chaithrika@ti.com> | 2009-10-13 08:02:43 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:32 -0500 |
commit | 51157ed8c5983c2c2be527d46faa42387f3e3e3c (patch) | |
tree | 7c703716a2c9402b1b9660f3ebc93e5e300917c7 /arch/arm/mach-davinci/da850.c | |
parent | 50fbabfe8de683ad49455d4c337410e921c9b361 (diff) |
davinci: DA850/OMAP-L138: Set ASYNC3 domain flag for McASP
In the McASP clock definition add a flag to indicate that the peripheral clock
belongs to ASYNC3 clock domain.
Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/da850.c')
-rw-r--r-- | arch/arm/mach-davinci/da850.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index bd79288e22ac..0f27c93545bf 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c | |||
@@ -310,6 +310,7 @@ static struct clk mcasp_clk = { | |||
310 | .parent = &pll0_sysclk2, | 310 | .parent = &pll0_sysclk2, |
311 | .lpsc = DA8XX_LPSC1_McASP0, | 311 | .lpsc = DA8XX_LPSC1_McASP0, |
312 | .gpsc = 1, | 312 | .gpsc = 1, |
313 | .flags = DA850_CLK_ASYNC3, | ||
313 | }; | 314 | }; |
314 | 315 | ||
315 | static struct clk lcdc_clk = { | 316 | static struct clk lcdc_clk = { |