* [PATCH][PPC32] Fix ebony uart clock
@ 2004-08-05 23:31 Geoff Levand
2004-08-06 0:25 ` Matt Porter
0 siblings, 1 reply; 2+ messages in thread
From: Geoff Levand @ 2004-08-05 23:31 UTC (permalink / raw)
To: mporter; +Cc: linux-kernel
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, \
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH][PPC32] Fix ebony uart clock
2004-08-05 23:31 [PATCH][PPC32] Fix ebony uart clock Geoff Levand
@ 2004-08-06 0:25 ` Matt Porter
0 siblings, 0 replies; 2+ messages in thread
From: Matt Porter @ 2004-08-06 0:25 UTC (permalink / raw)
To: Geoff Levand; +Cc: akpm, linux-kernel
On Thu, Aug 05, 2004 at 04:31:06PM -0700, Geoff Levand wrote:
> 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, \
Looks good for my Ebony board. Andrew, please apply.
-Matt
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-06 0:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-05 23:31 [PATCH][PPC32] Fix ebony uart clock Geoff Levand
2004-08-06 0:25 ` Matt Porter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox