diff options
author | Hao Zhang <hzhang@ti.com> | 2014-10-22 17:18:22 +0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 11:27:28 -0400 |
commit | 95f74dad912563181e4701dc4bc163c49c2bd3b3 (patch) | |
tree | 4cb5de57252cd195d3047858a1e34667052cd2bc /include/configs | |
parent | a43febde4452f254621c0c95d452c89ad498e959 (diff) | |
download | u-boot-imx-95f74dad912563181e4701dc4bc163c49c2bd3b3.zip u-boot-imx-95f74dad912563181e4701dc4bc163c49c2bd3b3.tar.gz u-boot-imx-95f74dad912563181e4701dc4bc163c49c2bd3b3.tar.bz2 |
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/configs')
-rw-r--r-- | include/configs/ks2_evm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h index ec3f72e..8037c3e 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 */ |