public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Temporary fix to boot OMAP1 based boards
@ 2008-09-23 15:23 Arun KS
  2008-09-23 22:43 ` Felipe Balbi
  2008-09-24  3:51 ` Hiroshi DOYU
  0 siblings, 2 replies; 16+ messages in thread
From: Arun KS @ 2008-09-23 15:23 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org

This patch is a temporary fix for a kernel panic causing at omap1_clk_init

Signed-off-by: Arun KS <arunks@mistralsolutions.com>
---
 arch/arm/plat-omap/include/mach/clock.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-omap/include/mach/clock.h
b/arch/arm/plat-omap/include/mach/clock.h
index f26ad8c..b9c471e 100644
--- a/arch/arm/plat-omap/include/mach/clock.h
+++ b/arch/arm/plat-omap/include/mach/clock.h
@@ -67,7 +67,11 @@ struct clk {
 	struct clk		*parent;
 	unsigned long		rate;
 	__u32			flags;
+#if defined(CONFIG_ARCH_OMAP1)
+	void __iomem            *enable_reg;
+#elif
 	u16			enable_reg;
+#endif
 	__u8			enable_bit;
 	__s8			usecount;
 	u8			idlest_bit;
-- 
1.5.3.4

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

end of thread, other threads:[~2008-09-24 14:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-23 15:23 [PATCH] Temporary fix to boot OMAP1 based boards Arun KS
2008-09-23 22:43 ` Felipe Balbi
2008-09-24  4:50   ` Arun KS
2008-09-24  3:51 ` Hiroshi DOYU
2008-09-24  7:05   ` Arun KS
2008-09-24  7:12     ` Tony Lindgren
2008-09-24  8:00       ` Tony Lindgren
2008-09-24  8:03         ` Paul Walmsley
2008-09-24  8:06           ` Tony Lindgren
2008-09-24  8:08             ` Paul Walmsley
2008-09-24  8:34               ` Tony Lindgren
2008-09-24  9:03                 ` Arun KS
2008-09-24 14:06                 ` Paul Walmsley
2008-09-24 14:27                   ` Tony Lindgren
2008-09-24 14:35                     ` Paul Walmsley
2008-09-24 14:43                       ` Tony Lindgren

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