aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-davinci/da850.c1
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
315static struct clk lcdc_clk = { 316static struct clk lcdc_clk = {