All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geoff Levand <geoffrey.levand@am.sony.com>
To: mporter@mvista.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH][PPC32] Fix ebony uart clock
Date: Thu, 05 Aug 2004 16:31:06 -0700	[thread overview]
Message-ID: <4112C33A.40904@am.sony.com> (raw)

ebony-uart-clock-04.08.05.patch:

This patch corrects the Ebony board's uart clock value to the rate
of the external Epson SG-615P clock source.  Now good to 115Kbps.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> for CELF
---

  ebony.h |    3 ++-
  1 files changed, 2 insertions(+), 1 deletion(-)

  diff -X dontdiff -ruN 
linux-2.6.8-rc3.orig/arch/ppc/platforms/4xx/ebony.h 
branch_KGDB/arch/ppc/platforms/4xx/ebony.h
--- linux-2.6.8-rc3.orig/arch/ppc/platforms/4xx/ebony.h	2004-07-17 
21:59:03.000000000 -0700
+++ branch_KGDB/arch/ppc/platforms/4xx/ebony.h	2004-08-05 
15:58:40.000000000 -0700
@@ -64,7 +64,8 @@
  #define UART0_IO_BASE	(u8 *) 0xE0000200
  #define UART1_IO_BASE	(u8 *) 0xE0000300

-#define BASE_BAUD	33000000/3/16
+/* external Epson SG-615P */
+#define BASE_BAUD	691200

  #define STD_UART_OP(num)					\
  	{ 0, BASE_BAUD, 0, UART##num##_INT,			\



             reply	other threads:[~2004-08-05 23:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-05 23:31 Geoff Levand [this message]
2004-08-06  0:25 ` [PATCH][PPC32] Fix ebony uart clock Matt Porter

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=4112C33A.40904@am.sony.com \
    --to=geoffrey.levand@am.sony.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mporter@mvista.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 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.