From: Angelo Arrifano <miknix@gmail.com>
To: linux-omap@vger.kernel.org, "Zebediah C. McClure" <zmc@lurian.net>
Subject: [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850.
Date: Sat, 05 Sep 2009 01:03:22 +0100 [thread overview]
Message-ID: <4AA1AACA.2090600@gmail.com> (raw)
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
next reply other threads:[~2009-09-04 23:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-05 0:03 Angelo Arrifano [this message]
2009-09-22 21:56 ` [APPLIED] [PATCH 3/3] [ARM] omap850: Use ck_ref clock for omap850 Tony Lindgren
2009-09-22 22:39 ` Angelo Arrifano
2009-09-22 22:36 ` Tony Lindgren
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=4AA1AACA.2090600@gmail.com \
--to=miknix@gmail.com \
--cc=linux-omap@vger.kernel.org \
--cc=zmc@lurian.net \
/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.