summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Rubini <rubini@gnudd.com>2011-02-15 09:47:58 -0700
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-02-15 09:47:58 -0700
commitb791d7727d3f045cbe912beccdae6767378d0fca (patch)
treeb08a71da9818863e52aa023a8fb9a4f80a2568ea
parentdb6babf5fd47643d14d01b41b0949c50c8af57d2 (diff)
u8500 snowball: make ether faster (squash in d5f1508)
-rw-r--r--board/st/u8500/u8500.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/st/u8500/u8500.c b/board/st/u8500/u8500.c
index 49587b534..6acdd3e52 100644
--- a/board/st/u8500/u8500.c
+++ b/board/st/u8500/u8500.c
@@ -581,6 +581,8 @@ int board_late_init(void)
/* setup FSMC for LAN controler */
writel(0x305b, 0x80000000);
+ /* the default is too slow */
+ writel(0x01010110, 0x80000004);
}
out: