All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc/t208xqds: fixup for t208xqds
@ 2014-03-06  7:07 Shengzhou Liu
  2014-03-07 23:03 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Shengzhou Liu @ 2014-03-06  7:07 UTC (permalink / raw)
  To: u-boot

- change QIXIS timing parameter CONFIG_SYS_CS3_FTIM2 to 8 from 0.
- fix EMI2 for t2080qds, which was caused by adding t2081qds.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
 board/freescale/t208xqds/eth_t208xqds.c | 3 ++-
 include/configs/T208xQDS.h              | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/board/freescale/t208xqds/eth_t208xqds.c b/board/freescale/t208xqds/eth_t208xqds.c
index 7d8411b..d7a804d 100644
--- a/board/freescale/t208xqds/eth_t208xqds.c
+++ b/board/freescale/t208xqds/eth_t208xqds.c
@@ -36,14 +36,15 @@
 #define EMI1_SLOT3	3
 #define EMI1_SLOT4	4
 #define EMI1_SLOT5	5
+#define EMI2            7
 #elif defined(CONFIG_T2081QDS)
 #define EMI1_SLOT2      3
 #define EMI1_SLOT3      4
 #define EMI1_SLOT5      5
 #define EMI1_SLOT6      6
 #define EMI1_SLOT7      7
-#endif
 #define EMI2		8
+#endif
 
 static int mdio_mux[NUM_FM_PORTS];
 
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h
index c697824..c6d0b06 100644
--- a/include/configs/T208xQDS.h
+++ b/include/configs/T208xQDS.h
@@ -243,7 +243,7 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_SYS_CS3_FTIM1		(FTIM1_GPCM_TACO(0xff) | \
 					FTIM1_GPCM_TRAD(0x3f))
 #define CONFIG_SYS_CS3_FTIM2		(FTIM2_GPCM_TCS(0x0e) | \
-					FTIM2_GPCM_TCH(0x0) | \
+					FTIM2_GPCM_TCH(0x8) | \
 					FTIM2_GPCM_TWP(0x1f))
 #define CONFIG_SYS_CS3_FTIM3		0x0
 
-- 
1.8.0

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

* [U-Boot] [PATCH] powerpc/t208xqds: fixup for t208xqds
  2014-03-06  7:07 [U-Boot] [PATCH] powerpc/t208xqds: fixup for t208xqds Shengzhou Liu
@ 2014-03-07 23:03 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2014-03-07 23:03 UTC (permalink / raw)
  To: u-boot

On 03/05/2014 11:07 PM, Shengzhou Liu wrote:
> - change QIXIS timing parameter CONFIG_SYS_CS3_FTIM2 to 8 from 0.
> - fix EMI2 for t2080qds, which was caused by adding t2081qds.
> 
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> ---

Applied to u-boot-mpc85xx/master. Thanks.

York

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

end of thread, other threads:[~2014-03-07 23:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06  7:07 [U-Boot] [PATCH] powerpc/t208xqds: fixup for t208xqds Shengzhou Liu
2014-03-07 23:03 ` York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.