Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: b.van.den.berg.nl@gmail.com (Bas van den Berg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mach-davinci: fixed name and parent of pll1 sysclock6
Date: Fri, 4 Nov 2011 12:00:07 +0100	[thread overview]
Message-ID: <20111104110004.GA15331@altenpts-laptop> (raw)

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

             reply	other threads:[~2011-11-04 11:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-04 11:00 Bas van den Berg [this message]
2011-12-02 15:57 ` [PATCH] ARM: mach-davinci: fixed name and parent of pll1 sysclock6 Nori, Sekhar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111104110004.GA15331@altenpts-laptop \
    --to=b.van.den.berg.nl@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox