public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Add correct PLL settings for DragonBall VZ.
@ 2014-04-02 14:43 Daniel Palmer
  2014-04-02 14:43 ` [PATCH 2/2] Fix mach_sched_init for EZ and VZ DragonBall chips Daniel Palmer
  2014-04-03 12:41 ` [PATCH 1/2] Add correct PLL settings for DragonBall VZ Greg Ungerer
  0 siblings, 2 replies; 11+ messages in thread
From: Daniel Palmer @ 2014-04-02 14:43 UTC (permalink / raw)
  To: linux-m68k; +Cc: Daniel Palmer

Signed-off-by: Daniel Palmer <danieruru@gmail.com>
---
 arch/m68k/platform/68000/head.S | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/arch/m68k/platform/68000/head.S b/arch/m68k/platform/68000/head.S
index 536ef96..0d00489 100644
--- a/arch/m68k/platform/68000/head.S
+++ b/arch/m68k/platform/68000/head.S
@@ -91,12 +91,18 @@ _start:
 	movew	#0xe100, 0xfffff900		/* enable */
 #endif /* DEBUG_HEAD */
 
-#ifdef CONFIG_PILOT
+#if defined(CONFIG_PILOT)
 	movew	#0x2410, 0xfffff200		/* PLLCR */
+#elif defined(CONFIG_M68VZ328)
+	movew	#0x2493, 0xfffff200		/* PLLCR */
 #else
 	movew	#0x2400, 0xfffff200		/* PLLCR */
 #endif
+#if defined(CONFIG_M68VZ328)
+	movew	#0x0347, 0xfffff202		/* PLLFSR */
+#else
 	movew	#0x0123, 0xfffff202		/* PLLFSR */
+#endif
 	moveq	#0, %d0
 	movew	#16384, %d0			/* PLL settle wait loop */
 _pll_settle:
-- 
1.9.1

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

end of thread, other threads:[~2014-04-05  8:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02 14:43 [PATCH 1/2] Add correct PLL settings for DragonBall VZ Daniel Palmer
2014-04-02 14:43 ` [PATCH 2/2] Fix mach_sched_init for EZ and VZ DragonBall chips Daniel Palmer
2014-04-03 12:45   ` Greg Ungerer
2014-04-03 12:41 ` [PATCH 1/2] Add correct PLL settings for DragonBall VZ Greg Ungerer
2014-04-03 12:48   ` Geert Uytterhoeven
2014-04-04  3:18     ` Daniel Palmer
2014-04-04  8:16       ` Finn Thain
2014-04-04 13:42       ` Greg Ungerer
2014-04-04  7:45     ` Finn Thain
2014-04-04 13:35       ` Greg Ungerer
2014-04-05  8:46         ` Finn Thain

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