forked from len0rd/rockbox
Correct DEV_TIMING for CPUFREQ_DEFAULT. Was changed by fault in former power management commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16716 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bcc50a18ba
commit
178df1cfcf
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ static void pp_set_cpu_frequency(long frequency)
|
|||
while (!(PLL_STATUS & 0x80000000)); /* wait for relock */
|
||||
#endif
|
||||
scale_suspend_core(true);
|
||||
DEV_TIMING1 = 0x00000808;
|
||||
DEV_TIMING1 = 0x00000303;
|
||||
CLOCK_SOURCE = 0x20007777; /* source #1, #2, #3, #4: PLL (#2 active) */
|
||||
scale_suspend_core(false);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue