public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Walmsley <paul@pwsan.com>
To: linux-omap-open-source@linux.omap.com
Subject: [PATCH 6/7] dmtimer: fix source clocks for 3430
Date: Wed, 19 Sep 2007 15:10:05 -0600	[thread overview]
Message-ID: <20070919211139.315852628@pwsan.com> (raw)
In-Reply-To: 20070919210959.062447046@pwsan.com

[-- Attachment #1: fix_timer_for_3430_clock.patch --]
[-- Type: text/plain, Size: 799 bytes --]

Fix dmtimer source clock names for OMAP3430.

Signed-off-by: Paul Walmsley <paul@pwsan.com>

---
 arch/arm/plat-omap/dmtimer.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Index: linux-omap/arch/arm/plat-omap/dmtimer.c
===================================================================
--- linux-omap.orig/arch/arm/plat-omap/dmtimer.c	2007-09-19 10:40:13.000000000 -0600
+++ linux-omap/arch/arm/plat-omap/dmtimer.c	2007-09-19 12:55:15.000000000 -0600
@@ -162,12 +162,11 @@
 
 static const char *omap3_dm_source_names[] __initdata = {
 	"sys_ck",
-	"func_32k_ck",
-	"alt_ck",
+	"omap_32k_fck",
 	NULL
 };
 
-static struct clk **omap3_dm_source_clocks[3];
+static struct clk **omap3_dm_source_clocks[2];
 static const int dm_timer_count = ARRAY_SIZE(omap3_dm_timers);
 
 #else

-- 

  parent reply	other threads:[~2007-09-19 21:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-19 21:09 [PATCH 0/7] OMAP3 clock patches: first set Paul Walmsley
2007-09-19 21:10 ` [PATCH 1/7] omap2 arch: fix CONTROL_DEVCONF addresses for OMAP3430 Paul Walmsley
2007-09-19 21:10 ` [PATCH 2/7] omap2 clock: split out OMAP2/3 common defines, clksel rates Paul Walmsley
2007-09-19 21:10 ` [PATCH 3/7] omap2 clock: add support for inverted enable bits Paul Walmsley
2007-09-19 21:10 ` [PATCH 4/7] omap2 clock: add OMAP3430 clock definitions, basic code Paul Walmsley
2007-09-19 21:10 ` [PATCH 5/7] gpmc: fix GPMC code to boot on 3430 Paul Walmsley
2007-09-19 21:10 ` Paul Walmsley [this message]
2007-09-19 21:10 ` [PATCH 7/7] gpio: fix GPIO clock code for 3430 Paul Walmsley
  -- strict thread matches above, loose matches on Subject: below --
2007-09-27  6:11 [PATCH 0/7] OMAP3 clock patches: first set (take two) Paul Walmsley
2007-09-27  6:11 ` [PATCH 6/7] dmtimer: fix source clocks for 3430 Paul Walmsley

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=20070919211139.315852628@pwsan.com \
    --to=paul@pwsan.com \
    --cc=linux-omap-open-source@linux.omap.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox