*** linux-orig/arch/arm/mach-pxa//sharpsl_power.c Thu Feb 27 11:47:28 2003 --- linux/arch/arm/mach-pxa//sharpsl_power.c Fri Sep 12 23:49:34 2003 *************** *** 393,398 **** --- 393,403 ---- 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; } sharpsl_chg_freq &= 0x0000ffff; mdelay(500); *************** *** 809,814 **** --- 814,822 ---- #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(); } cccr_reg = CCCR; printk("FCS : CCCR = %x\n",cccr_reg);