forked from len0rd/rockbox
iPod G3: Set the 'we (pretend to) know what we're doing so please let us' magic value. Aka unlock clock frequencies > 66MHz. Should make performance significantly better with problematic codecs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13845 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
85568d6040
commit
39c56b3f17
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ void set_cpu_frequency(long frequency)
|
|||
postmult = CPUFREQ_DEFAULT_MULT;
|
||||
cpu_frequency = frequency;
|
||||
|
||||
outl(0xd19b, 0xcf005038);
|
||||
outl(0x02, 0xcf005008);
|
||||
outl(0x55, 0xcf00500c);
|
||||
outl(0x6000, 0xcf005010);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue