*** linux-orig/arch/arm/mach-pxa//sharpsl_power.c Wed Jun 18 17:09:04 2003 --- linux/arch/arm/mach-pxa//sharpsl_power.c Tue Sep 16 22:54:26 2003 *************** *** 458,463 **** --- 458,468 ---- cpu_xscale_sl_change_speed_145_without_lcd(); cccr_reg = CCCR; break; + case 0x242: + if ( CCCR == 0x0242 ) break; + cpu_xscale_sl_change_speed_242(); + cccr_reg = CCCR; + break; #if defined(CONFIG_ARCH_PXA_SHEPHERD) case 0x161: if ( CCCR == 0x0161 ) break; *************** *** 893,898 **** --- 898,906 ---- #if defined(CONFIG_ARCH_PXA_POODLE) || defined(CONFIG_ARCH_PXA_CORGI) if ( sharpsl_chg_freq == 0x0145 ) { cpu_xscale_sl_change_speed_145_without_lcd(); + } + else if ( sharpsl_chg_freq == 0x0242 ) { + cpu_xscale_sl_change_speed_242(); } #if defined(CONFIG_ARCH_PXA_SHEPHERD) else if ( sharpsl_chg_freq == 0x0161 ) {