[PATCH][PPC32] Fix ebony uart clock

From: Geoff Levand
Date: Thu Aug 05 2004 - 18:33:41 EST


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@xxxxxxxxxxx> 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, \


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/