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:
eb5ba37
)
DaVinci: DM365: Correct USB parent clock
author
Sandeep Paulraj
<s-paulraj@ti.com>
Thu, 27 Aug 2009 20:39:43 +0000
(16:39 -0400)
committer
Kevin Hilman
<khilman@deeprootsystems.com>
Wed, 25 Nov 2009 18:21:17 +0000
(10:21 -0800)
The parent clock for the USB source clock is actually PLL1 aux clock,
not PLL2 sysclk1.
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/dm365.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-davinci/dm365.c
b/arch/arm/mach-davinci/dm365.c
index e81517434703f913e2c97ba1bd28bd4ec9008f5d..6c948b1fc406713faca383c828977822fcb68287 100644
(file)
--- a/
arch/arm/mach-davinci/dm365.c
+++ b/
arch/arm/mach-davinci/dm365.c
@@
-369,7
+369,7
@@
static struct clk timer3_clk = {
static struct clk usb_clk = {
.name = "usb",
- .parent = &pll
2_sysclk1
,
+ .parent = &pll
1_aux_clk
,
.lpsc = DAVINCI_LPSC_USB,
};