public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] MVBLM7: make TSEC2 work again.
@ 2010-10-22  9:21 Andre Schwarz
  2010-10-23 20:12 ` Wolfgang Denk
  2010-11-28 15:09 ` Kim Phillips
  0 siblings, 2 replies; 6+ messages in thread
From: Andre Schwarz @ 2010-10-22  9:21 UTC (permalink / raw)
  To: u-boot

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>
---

Kim,
sorry for late submission - this has been lingering around for a while.
Hopefully you can still appply it since it's a real bugfix.
Regards,
Andre

 include/configs/MVBLM7.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h
index 28e0d1b..431e102 100644
--- a/include/configs/MVBLM7.h
+++ b/include/configs/MVBLM7.h
@@ -348,7 +348,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
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-11-30 14:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-22  9:21 [U-Boot] [PATCH] MVBLM7: make TSEC2 work again Andre Schwarz
2010-10-23 20:12 ` Wolfgang Denk
2010-11-28 15:09 ` Kim Phillips
2010-11-30 13:32   ` Andre Schwarz
2010-11-30 14:17     ` Wolfgang Denk
2010-11-30 14:49       ` Andre Schwarz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox