Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51157ed8 authored by Chaithrika U S's avatar Chaithrika U S Committed by Kevin Hilman
Browse files

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: default avatarChaithrika U S <chaithrika@ti.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 50fbabfe
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -310,6 +310,7 @@ static struct clk mcasp_clk = {
	.parent		= &pll0_sysclk2,
	.parent		= &pll0_sysclk2,
	.lpsc		= DA8XX_LPSC1_McASP0,
	.lpsc		= DA8XX_LPSC1_McASP0,
	.gpsc		= 1,
	.gpsc		= 1,
	.flags		= DA850_CLK_ASYNC3,
};
};


static struct clk lcdc_clk = {
static struct clk lcdc_clk = {