[PATCH 2/3] fix-gta03-pclk.patch

Andy Green andy at openmoko.com
Fri Aug 22 15:54:23 CEST 2008


GTA03 PCLK runs at 66MHz, we need to set that right to get
1150kbps serial OK.

Signed-off-by: Andy Green <andy at openmoko.com>
---

 src/gta03/gta03.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gta03/gta03.c b/src/gta03/gta03.c
index 778fda5..27e3022 100644
--- a/src/gta03/gta03.c
+++ b/src/gta03/gta03.c
@@ -156,7 +156,7 @@ void port_init_gta03(void)
 	*MPLLCON = ((169 << 12) + (2 << 4) + 1);
 
 
-	serial_init_115200_s3c24xx(GTA03_DEBUG_UART, 50 /*MHz PCLK */);
+	serial_init_115200_s3c24xx(GTA03_DEBUG_UART, 66 /*MHz PCLK */);
 }
 
 /**




More information about the openmoko-kernel mailing list