summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorShengzhou Liu <Shengzhou.Liu@freescale.com>2014-11-24 17:18:28 +0800
committerYork Sun <yorksun@freescale.com>2014-12-05 08:06:16 -0800
commit10227aaa24847af4cd40354b90b8b73bfb1e3f2f (patch)
treec98572454ee8e60f99d8a997451afdd0792fb175 /include/configs
parent5818643bf4788062594cc0b1b188400f2d5fb211 (diff)
downloadtalos-obmc-uboot-10227aaa24847af4cd40354b90b8b73bfb1e3f2f.tar.gz
talos-obmc-uboot-10227aaa24847af4cd40354b90b8b73bfb1e3f2f.zip
board/t1024qds: add retimer support on t1024qds
Initialize retimer for XFI on t1024qds. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/T102xQDS.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h
index d24e06eacf..78ed243f93 100644
--- a/include/configs/T102xQDS.h
+++ b/include/configs/T102xQDS.h
@@ -555,11 +555,14 @@ unsigned long get_board_ddr_clk(void);
#define I2C_MUX_PCA_ADDR 0x77
#define I2C_MUX_PCA_ADDR_PRI 0x77 /* Primary Mux*/
-
+#define I2C_MUX_PCA_ADDR_SEC 0x76 /* Secondary multiplexer */
+#define I2C_RETIMER_ADDR 0x18
/* I2C bus multiplexer */
#define I2C_MUX_CH_DEFAULT 0x8
#define I2C_MUX_CH_DIU 0xC
+#define I2C_MUX_CH5 0xD
+#define I2C_MUX_CH7 0xF
/* LDI/DVI Encoder for display */
#define CONFIG_SYS_I2C_LDI_ADDR 0x38
OpenPOWER on IntegriCloud