projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78b8382
)
ARM: davinci: dm646x does not have a DSP domain
author
Sekhar Nori
<nsekhar@ti.com>
Mon, 14 Nov 2011 20:12:08 +0000
(
01:42
+0530)
committer
Sekhar Nori
<nsekhar@ti.com>
Mon, 5 Dec 2011 11:17:16 +0000
(16:47 +0530)
Fix the incorrect classification of DSP clock into a
seperate DSP domain on DM646x.
Per the reference guide (http://www.ti.com/lit/ug/spruep9e/spruep9e.pdf)
there is only one "AlwaysON" power domain on DM6467.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/dm646x.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-davinci/dm646x.c
b/arch/arm/mach-davinci/dm646x.c
index
0b68ed5
..
af27c13
100644
(file)
--- a/
arch/arm/mach-davinci/dm646x.c
+++ b/
arch/arm/mach-davinci/dm646x.c
@@
-161,7
+161,6
@@
static struct clk dsp_clk = {
.name = "dsp",
.parent = &pll1_sysclk1,
.lpsc = DM646X_LPSC_C64X_CPU,
- .flags = PSC_DSP,
.usecount = 1, /* REVISIT how to disable? */
};