projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50fbabf
)
davinci: DA850/OMAP-L138: Set ASYNC3 domain flag for McASP
author
Chaithrika U S
<chaithrika@ti.com>
Tue, 13 Oct 2009 12:02:43 +0000
(17:32 +0530)
committer
Kevin Hilman
<khilman@deeprootsystems.com>
Wed, 25 Nov 2009 18:21:32 +0000
(10:21 -0800)
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>
arch/arm/mach-davinci/da850.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-davinci/da850.c
b/arch/arm/mach-davinci/da850.c
index bd79288e22acb055a0b2a6ce6c8df7772e4eb9de..0f27c93545bfc3d83d8d71de1e55242f01267bea 100644
(file)
--- 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 = {