public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] mx51_babbage: Fix ckih2 parameter in mx51_clocks_init function
@ 2010-02-17 20:02 Fabio Estevam
  2010-02-18  7:42 ` Sascha Hauer
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2010-02-17 20:02 UTC (permalink / raw)
  To: linux-arm-kernel

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


      

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-18  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-17 20:02 [PATCH] mx51_babbage: Fix ckih2 parameter in mx51_clocks_init function Fabio Estevam
2010-02-18  7:42 ` Sascha Hauer
2010-02-18  8:20   ` Amit Kucheria

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox