mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-25 20:04:03 +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:
parent
a560858377
commit
4542548a35
@ -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 */);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user