aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-05-10 11:49:37 +0200
committerStefan Roese <sr@denx.de>2006-05-10 11:49:37 +0200
commitd1dd22f92effc7f98d21fa538593c72c932d4513 (patch)
tree6d8e5ffc93aacf720de8c6b9e5787b94b825fa64
parent77f633425b5ef0eee3c3fe9d133775ed74ef3b5b (diff)
OMAP 5912/OSK: update EMIFS CS1 timings:
Problems have been seen in the linux kernel's smc91x network driver due to improper bus timings. The latest 2.6 OMAP kernels currently have a workaround, but this fix belongs in u-boot. Patch by Kevin Hilman, 13 Oct 2005
-rw-r--r--CHANGELOG6
-rw-r--r--board/omap5912osk/lowlevel_init.S2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 569a20b34..e63643524 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,12 @@
Changes since U-Boot 1.1.4:
======================================================================
+* OMAP 5912/OSK: update EMIFS CS1 timings:
+ Problems have been seen in the linux kernel's smc91x network driver
+ due to improper bus timings. The latest 2.6 OMAP kernels currently
+ have a workaround, but this fix belongs in u-boot.
+ Patch by Kevin Hilman, 13 Oct 2005
+
* Fix REG_MPU_LOAD_TIMER definition in multiple OMAP ports
Patch by Hiroki Kaminaga, 11 Mar 2006
diff --git a/board/omap5912osk/lowlevel_init.S b/board/omap5912osk/lowlevel_init.S
index d2d429e9e..a1fa097d9 100644
--- a/board/omap5912osk/lowlevel_init.S
+++ b/board/omap5912osk/lowlevel_init.S
@@ -439,7 +439,7 @@ VAL_DPLL1_CTL:
VAL_TC_EMIFS_CS0_CONFIG:
.word 0x002130b0
VAL_TC_EMIFS_CS1_CONFIG:
- .word 0x00001131
+ .word 0x00001133
VAL_TC_EMIFS_CS2_CONFIG:
.word 0x000055f0
VAL_TC_EMIFS_CS3_CONFIG: