All of lore.kernel.org
 help / color / mirror / Atom feed
From: fabioestevam@yahoo.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mx51_babbage: Fix ckih2 parameter in mx51_clocks_init function
Date: Wed, 17 Feb 2010 12:02:56 -0800 (PST)	[thread overview]
Message-ID: <88241.12409.qm@web51008.mail.re2.yahoo.com> (raw)

This patch is to be applied into Sascha's mxc-master branch.

Fix ckih2 parameter in mx51_clocks_init funtion. CKIH2 pin is left unconnected on Babbage.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/mach-mx5/board-mx51_babbage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-mx5/board-mx51_babbage.c b/arch/arm/mach-mx5/board-mx51_babbage.c
index d5ccb5f..ee67a71 100644
--- a/arch/arm/mach-mx5/board-mx51_babbage.c
+++ b/arch/arm/mach-mx5/board-mx51_babbage.c
@@ -79,7 +79,7 @@ static void __init mxc_board_init(void)
 
 static void __init mx51_babbage_timer_init(void)
 {
-	mx51_clocks_init(32768, 24000000, 22579200, 24576000);
+	mx51_clocks_init(32768, 24000000, 22579200, 0);
 }
 
 static struct sys_timer mxc_timer = {
-- 
1.6.0.4


      

             reply	other threads:[~2010-02-17 20:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-17 20:02 Fabio Estevam [this message]
2010-02-18  7:42 ` [PATCH] mx51_babbage: Fix ckih2 parameter in mx51_clocks_init function Sascha Hauer
2010-02-18  8:20   ` Amit Kucheria

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=88241.12409.qm@web51008.mail.re2.yahoo.com \
    --to=fabioestevam@yahoo.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.