public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.
@ 2009-09-05  0:03 Angelo Arrifano
  2009-09-22 21:56 ` [APPLIED] " Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Angelo Arrifano @ 2009-09-05  0:03 UTC (permalink / raw)
  To: linux-omap, Zebediah C. McClure

This clock is required for booting.

Signed-off-by: Angelo Arrifano <miknix@gmail.com>
---
 arch/arm/mach-omap1/clock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c
index 436eed2..d2d5ece 100644
--- a/arch/arm/mach-omap1/clock.c
+++ b/arch/arm/mach-omap1/clock.c
@@ -75,7 +75,7 @@ struct omap_clk {

 static struct omap_clk omap_clks[] = {
 	/* non-ULPD clocks */
-	CLK(NULL,	"ck_ref",	&ck_ref,	CK_16XX | CK_1510 | CK_310),
+	CLK(NULL,	"ck_ref",	&ck_ref,	CK_16XX | CK_1510 | CK_7XX | CK_310),
 	CLK(NULL,	"ck_dpll1",	&ck_dpll1,	CK_16XX | CK_1510 | CK_310),
 	/* CK_GEN1 clocks */
 	CLK(NULL,	"ck_dpll1out",	&ck_dpll1out.clk, CK_16XX),
-- 
1.6.3.3


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

end of thread, other threads:[~2009-09-22 22:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-05  0:03 [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850 Angelo Arrifano
2009-09-22 21:56 ` [APPLIED] " Tony Lindgren
2009-09-22 22:39   ` Angelo Arrifano
2009-09-22 22:36     ` Tony Lindgren

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