* [PATCH] ARM: mach-davinci: fixed name and parent of pll1 sysclock6
@ 2011-11-04 11:00 Bas van den Berg
2011-12-02 15:57 ` Nori, Sekhar
0 siblings, 1 reply; 2+ messages in thread
From: Bas van den Berg @ 2011-11-04 11:00 UTC (permalink / raw)
To: linux-arm-kernel
The name and parent of pll1_sysclk6 should be pll1 and not pll0.
Checked and tested in debugfs on OmapL138.
Signed-off-by: Bas van den Berg <b.van.den.berg.nl@gmail.com>
---
arch/arm/mach-davinci/da850.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c
index b047f87..0962275 100644
--- a/arch/arm/mach-davinci/da850.c
+++ b/arch/arm/mach-davinci/da850.c
@@ -168,8 +168,8 @@ static struct clk pll1_sysclk5 = {
};
static struct clk pll1_sysclk6 = {
- .name = "pll0_sysclk6",
- .parent = &pll0_clk,
+ .name = "pll1_sysclk6",
+ .parent = &pll1_clk,
.flags = CLK_PLL,
.div_reg = PLLDIV6,
};
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-02 15:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-04 11:00 [PATCH] ARM: mach-davinci: fixed name and parent of pll1 sysclock6 Bas van den Berg
2011-12-02 15:57 ` Nori, Sekhar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox