*** linux-orig/arch/arm/mach-pxa//sharpsl_apm.c Wed Jun 18 16:12:25 2003 --- linux/arch/arm/mach-pxa//sharpsl_apm.c Tue Sep 16 23:37:48 2003 *************** *** 1112,1117 **** --- 1112,1119 ---- #else if ( cccr_reg == 0x145 ) { cpu_xscale_sl_change_speed_145(); + } else if ( cccr_reg == 0x242 ) { + cpu_xscale_sl_change_speed_242(); } else { cpu_xscale_change_speed_241(); } *************** *** 2646,2652 **** cpu_xscale_sl_change_speed_161(); #else #if 1 // default 400MHz ! sharpsl_chg_freq = (unsigned int)0x00000241; #else cpu_xscale_sl_change_speed_145_without_lcd(); #endif --- 2648,2655 ---- cpu_xscale_sl_change_speed_161(); #else #if 1 // default 400MHz ! sharpsl_chg_freq = (unsigned int)0x00000242; ! cpu_xscale_sl_change_speed_242(); #else cpu_xscale_sl_change_speed_145_without_lcd(); #endif