"Chaithrika U S" <[email protected]> writes: > This piece of code is not present in da850.c file (in DaVinci GIT tree) even > though the log shows that this patch has been pushed. Can you please check > this.
You're right. I discovered yesterday that I screwed up the merge of v2.6.32-rc5. The result was that several of the more recent patches were in my various branches but not properly merged to maste. I rebuilt yesterday and should push an updated master shortly. Kevin > On Sat, Oct 17, 2009 at 00:39:49, Kevin Hilman wrote: >> From: Chaithrika U S <[email protected]> >> >> 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 <[email protected]> >> Signed-off-by: Kevin Hilman <[email protected]> >> --- >> 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 120ede0..a13a6c4 100644 >> --- a/arch/arm/mach-davinci/da850.c >> +++ b/arch/arm/mach-davinci/da850.c >> @@ -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 = { >> -- >> 1.6.4.3 >> >> _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
