In digging throught the kernel code, I found how clockable this cpu
is. I also found that the speed was defaulting to 192 MHz instead of
206 MHz.
On line 340, I found in arch/arm/kernel/scale.c:
static const scale_platform_data_t bitsy_platform_data =
{
1,
9, /* Default speed: 191.7 MHz */
12, /* Speed limit: 235.9 MHz - heard rumor YMMV */
sa11x0_3_6864_speeds,
{ bitsy_freq_regs }
};
Looking at the code, we can change the 9 to a 10 and this would give us
our 206 MHz.
Would this be an acceptable change?
Sonny (OS1R1S)
Received on Fri Oct 13 01:20:33 2000
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:43:44 EDT