Index: firmware/target/arm/as3525/system-as3525.c =================================================================== --- firmware/target/arm/as3525/system-as3525.c (Revision 19262) +++ firmware/target/arm/as3525/system-as3525.c (Arbeitskopie) @@ -235,7 +235,7 @@ : : : "r0" ); sdram_init(); - + CGU_PERI |= (15<<2)|0x1; /* pclk = PLLA / 15+1 = 24 MHz */ /* enable timer interface for TIMER1 & TIMER2 */ CGU_PERI |= CGU_TIMERIF_CLOCK_ENABLE; Index: firmware/target/arm/as3525/sansa-fuze/lcd-fuze.c =================================================================== --- firmware/target/arm/as3525/sansa-fuze/lcd-fuze.c (Revision 19262) +++ firmware/target/arm/as3525/sansa-fuze/lcd-fuze.c (Arbeitskopie) @@ -43,13 +43,13 @@ static void lcd_delay(int x) { /* This is just arbitrary - the OF does something more complex */ - x *= 1024; + x *= 256; while (x--); } static void as3525_dbop_init(void) { - CGU_DBOP = (1<<3) | (4-1); + CGU_DBOP = (1<<3); DBOP_TIMPOL_01 = 0xe167e167; DBOP_TIMPOL_23 = 0xe167006e;