1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-25 17:07:31 +02:00

fix-gta03-pclk.patch

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

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green 2008-11-28 10:16:37 +00:00 committed by Andy Green
parent a560858377
commit 4542548a35

View File

@ -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 */);
}
/**