From 1a25eddaa74e99f65d20e6cfdd4e95a0fdaa2093 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 17 May 2010 12:36:33 +0000 Subject: HD200 - decrease wait states for lcd when boosted git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26103 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/coldfire/mpio/hd200/system-hd200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/target/coldfire/mpio/hd200/system-hd200.c b/firmware/target/coldfire/mpio/hd200/system-hd200.c index f7e270e094..a11499b2f1 100644 --- a/firmware/target/coldfire/mpio/hd200/system-hd200.c +++ b/firmware/target/coldfire/mpio/hd200/system-hd200.c @@ -68,7 +68,7 @@ void cf_set_cpu_frequency(long frequency) timers_adjust_prescale(CPUFREQ_DEFAULT_MULT, false); PLLCR = 0x0102c049 | (PLLCR & 0x70C00000); CSCR0 = 0x00001180; /* Flash: 4 wait states */ - CSCR3 = 0x00001180; /* LCD: 4 wait states */ + CSCR3 = 0x00000580; /* LCD: 4 wait states */ while(!(PLLCR & 0x80000000)) {}; /* Wait until the PLL has locked. This may take up to 10ms! */ timers_adjust_prescale(CPUFREQ_MAX_MULT, true); -- cgit v1.2.3