summaryrefslogtreecommitdiff
path: root/firmware/target/arm/system-pp5002.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/system-pp5002.c')
-rw-r--r--firmware/target/arm/system-pp5002.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/system-pp5002.c b/firmware/target/arm/system-pp5002.c
index 20f68cc119..e8410df619 100644
--- a/firmware/target/arm/system-pp5002.c
+++ b/firmware/target/arm/system-pp5002.c
@@ -100,8 +100,8 @@ void set_cpu_frequency(long frequency)
100 outl(0x55, 0xcf00500c); 100 outl(0x55, 0xcf00500c);
101 outl(0x6000, 0xcf005010); 101 outl(0x6000, 0xcf005010);
102 102
103 /* Clock frequency = (24/8)*postmult */ 103 /* Clock frequency = (24/4)*postmult */
104 outl(8, 0xcf005018); 104 outl(4, 0xcf005018);
105 outl(postmult, 0xcf00501c); 105 outl(postmult, 0xcf00501c);
106 106
107 outl(0xe000, 0xcf005010); 107 outl(0xe000, 0xcf005010);