summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/system-jz4760.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/system-jz4760.c b/firmware/target/mips/ingenic_jz47xx/system-jz4760.c
index eab3ef64e6..73bd31c72c 100644
--- a/firmware/target/mips/ingenic_jz47xx/system-jz4760.c
+++ b/firmware/target/mips/ingenic_jz47xx/system-jz4760.c
@@ -451,7 +451,7 @@ static void pll0_init(unsigned int freq)
451 * DIV should be one of [1, 2, 3, 4, 6, 8] 451 * DIV should be one of [1, 2, 3, 4, 6, 8]
452 */ 452 */
453 const int div[2][6] = { { 1, 2, 2, 2, 2, 2 }, 453 const int div[2][6] = { { 1, 2, 2, 2, 2, 2 },
454 { 1, 6, 6, 6, 6, 6 } }; 454 { 1, 4, 4, 4, 4, 4 } };
455 const int n2FR[9] = { 455 const int n2FR[9] = {
456 0, 0, 1, 2, 3, 0, 4, 0, 5 456 0, 0, 1, 2, 3, 0, 4, 0, 5
457 }; 457 };