From 95f74dad912563181e4701dc4bc163c49c2bd3b3 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Wed, 22 Oct 2014 17:18:22 +0300 Subject: 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 Signed-off-by: Ivan Khoronzhuk --- include/configs/ks2_evm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/ks2_evm.h') 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 */ -- cgit v1.1