1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
From: Mans Rullgard <mans@mansr.com>
Date: Mon, 29 Sep 2008 19:56:45 +0000 (+0100)
Subject: OMAP3: Set MPU clock to 600 MHz
X-Git-Url: http://git.mansr.com/?p=u-boot;a=commitdiff_plain;h=caccdb772c3028a3e3e801fb1554788150752ffc
OMAP3: Set MPU clock to 600 MHz
---
diff --git a/cpu/omap3/lowlevel_init.S b/cpu/omap3/lowlevel_init.S
index 1f9a0e9..f95a65f 100644
--- a/cpu/omap3/lowlevel_init.S
+++ b/cpu/omap3/lowlevel_init.S
@@ -208,7 +208,7 @@ mpu_dpll_param:
/* ES1 */
.word 0x17D,0x0C,0x03,0x01
/* ES2 */
-.word 0x1F4,0x0C,0x03,0x01
+.word 0x258,0x0C,0x03,0x01
/* 3410 */
.word 0x10A,0x0C,0x03,0x01
|