summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Schwarz <andre.schwarz@matrix-vision.de>2010-10-22 11:21:46 +0200
committerWolfgang Denk <wd@denx.de>2010-10-23 22:12:16 +0200
commit116ef54d6804e3140ff4fc383ff8b6b7c7cf9f7b (patch)
treed8661253691098c7343e17ee23e1c38842c0965c
parentc4b115f536b0cb41b0d863ab00fe52d7772433a0 (diff)
downloadtalos-obmc-uboot-116ef54d6804e3140ff4fc383ff8b6b7c7cf9f7b.tar.gz
talos-obmc-uboot-116ef54d6804e3140ff4fc383ff8b6b7c7cf9f7b.zip
MVBLM7: make TSEC2 work again.
SICRH has been misconfigured, i.e. TSEC2 clock + D[0:3] are GPIOs. Fix this to be RGMII signals again. Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
-rw-r--r--include/configs/MVBLM7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h
index 04d97cd1dc..44d45e3b3a 100644
--- a/include/configs/MVBLM7.h
+++ b/include/configs/MVBLM7.h
@@ -324,7 +324,7 @@
#define CONFIG_SYS_SCCR_TSEC1CM 1
#define CONFIG_SYS_SCCR_TSEC2CM 1
-#define CONFIG_SYS_SICRH 0x1fff8003
+#define CONFIG_SYS_SICRH 0x1fef0003
#define CONFIG_SYS_SICRL (SICRL_LDP_A | SICRL_USB1 | SICRL_USB0)
#define CONFIG_SYS_HID0_INIT 0x000000000
OpenPOWER on IntegriCloud