summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHao Zhang <hzhang@ti.com>2014-10-22 17:18:22 +0300
committerTom Rini <trini@ti.com>2014-10-23 11:27:28 -0400
commit95f74dad912563181e4701dc4bc163c49c2bd3b3 (patch)
tree4cb5de57252cd195d3047858a1e34667052cd2bc /include
parenta43febde4452f254621c0c95d452c89ad498e959 (diff)
downloadblackbird-obmc-uboot-95f74dad912563181e4701dc4bc163c49c2bd3b3.tar.gz
blackbird-obmc-uboot-95f74dad912563181e4701dc4bc163c49c2bd3b3.zip
soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations
Enhance the driver to use cmu/comlane/lane specific configurations instead of 1 big array of configuration. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ks2_evm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h
index ec3f72effd..8037c3e6e2 100644
--- a/include/configs/ks2_evm.h
+++ b/include/configs/ks2_evm.h
@@ -319,4 +319,8 @@
which is NOT applicable for DDR ECC test */
#define CONFIG_MAX_UBOOT_MEM_SIZE (4 << 20) /* 4 MiB */
+/* SGMII SerDes */
+#define CONFIG_KS2_SERDES_SGMII_BASE KS2_SGMII_SERDES_BASE
+#define CONFIG_KS2_SERDES_LANES_PER_SGMII KS2_LANES_PER_SGMII_SERDES
+
#endif /* __CONFIG_KS2_EVM_H */
OpenPOWER on IntegriCloud