summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio/x5/system-x5.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/iaudio/x5/system-x5.c')
-rw-r--r--firmware/target/coldfire/iaudio/x5/system-x5.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/target/coldfire/iaudio/x5/system-x5.c b/firmware/target/coldfire/iaudio/x5/system-x5.c
index dee605733f..97d5ecc715 100644
--- a/firmware/target/coldfire/iaudio/x5/system-x5.c
+++ b/firmware/target/coldfire/iaudio/x5/system-x5.c
@@ -37,7 +37,7 @@ void set_cpu_frequency(long frequency)
37 /* Refresh timer for bypass frequency */ 37 /* Refresh timer for bypass frequency */
38 PLLCR &= ~1; /* Bypass mode */ 38 PLLCR &= ~1; /* Bypass mode */
39 timers_adjust_prescale(CPUFREQ_DEFAULT_MULT, false); 39 timers_adjust_prescale(CPUFREQ_DEFAULT_MULT, false);
40 PLLCR = 0x13042045; 40 PLLCR = 0x13442045;
41 CSCR0 = 0x00001180; /* Flash: 4 wait states */ 41 CSCR0 = 0x00001180; /* Flash: 4 wait states */
42 CSCR1 = 0x00000980; /* LCD: 2 wait states */ 42 CSCR1 = 0x00000980; /* LCD: 2 wait states */
43 while(!(PLLCR & 0x80000000)) {}; /* Wait until the PLL has locked. 43 while(!(PLLCR & 0x80000000)) {}; /* Wait until the PLL has locked.
@@ -54,7 +54,7 @@ void set_cpu_frequency(long frequency)
54 /* Refresh timer for bypass frequency */ 54 /* Refresh timer for bypass frequency */
55 PLLCR &= ~1; /* Bypass mode */ 55 PLLCR &= ~1; /* Bypass mode */
56 timers_adjust_prescale(CPUFREQ_DEFAULT_MULT, false); 56 timers_adjust_prescale(CPUFREQ_DEFAULT_MULT, false);
57 PLLCR = 0x16030045; 57 PLLCR = 0x16430045;
58 CSCR0 = 0x00000580; /* Flash: 1 wait state */ 58 CSCR0 = 0x00000580; /* Flash: 1 wait state */
59 CSCR1 = 0x00000180; /* LCD: 0 wait states */ 59 CSCR1 = 0x00000180; /* LCD: 0 wait states */
60 while(!(PLLCR & 0x80000000)) {}; /* Wait until the PLL has locked. 60 while(!(PLLCR & 0x80000000)) {}; /* Wait until the PLL has locked.
@@ -70,7 +70,7 @@ void set_cpu_frequency(long frequency)
70 /* Refresh timer for bypass frequency */ 70 /* Refresh timer for bypass frequency */
71 PLLCR &= ~1; /* Bypass mode */ 71 PLLCR &= ~1; /* Bypass mode */
72 timers_adjust_prescale(CPUFREQ_DEFAULT_MULT, true); 72 timers_adjust_prescale(CPUFREQ_DEFAULT_MULT, true);
73 PLLCR = 0x10800200; /* Power down PLL, but keep CLSEL and CRSEL */ 73 PLLCR = 0x10400200; /* Power down PLL, but keep CLSEL and CRSEL */
74 CSCR0 = 0x00000180; /* Flash: 0 wait states */ 74 CSCR0 = 0x00000180; /* Flash: 0 wait states */
75 CSCR1 = 0x00000180; /* LCD: 0 wait states */ 75 CSCR1 = 0x00000180; /* LCD: 0 wait states */
76 DCR = (0x8000 | DEFAULT_REFRESH_TIMER); /* Refresh timer */ 76 DCR = (0x8000 | DEFAULT_REFRESH_TIMER); /* Refresh timer */