Skip to content

Commit

Permalink
davinci: DA850/OMAP-L138: Set ASYNC3 domain flag for McASP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chaithrika U S authored and Kevin Hilman committed Nov 25, 2009
1 parent 50fbabf commit 51157ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-davinci/da850.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ static struct clk mcasp_clk = {
.parent = &pll0_sysclk2,
.lpsc = DA8XX_LPSC1_McASP0,
.gpsc = 1,
.flags = DA850_CLK_ASYNC3,
};

static struct clk lcdc_clk = {
Expand Down

0 comments on commit 51157ed

Please sign in to comment.