
23 Apr
2008
23 Apr
'08
9:05 a.m.
Hi,
p wrote:
Sorry for the newb question but I've been googling like mad and can't find any clues (or more likely, can't understand what I do find).
I'm looking at speed.c under /cpu/arm920t/s3c24xx and thinking this is the business end of CPU speed setting. I've been greping the source to see if I can track back to something calling them that I can understand, but no luck.
under your board/<boardname>/<boardfile> Take for example the board/smdk2410/smdk2410.c and change #if FCLK_SPEED==0 /* Fout = 203MHz, Fin = 12MHz for Audio */ #define M_MDIV 0xC3 #define M_PDIV 0x4 #define M_SDIV 0x1
Regards Michael