diff options
author | Vipul Kumar <vipul.kumar@xilinx.com> | 2018-02-16 19:07:20 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-03-01 08:03:01 +0100 |
commit | ce3c9a59afd0591a105a316335d7015d8d902367 (patch) | |
tree | 0e5e5b9c45e77964f22d6e06d66d569427f4fcf6 /include | |
parent | e7affad190fcebcb2c93eed97ae4a74d947cb14d (diff) |
i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEED
This patch added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEED
and set it to default value 100000.
Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/xilinx_zynqmp.h | 1 | ||||
-rw-r--r-- | include/configs/zynq-common.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 20ff1136bab..825af80d23d 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -126,7 +126,6 @@ /* I2C */ #if defined(CONFIG_SYS_I2C_ZYNQ) # define CONFIG_SYS_I2C -# define CONFIG_SYS_I2C_ZYNQ_SPEED 100000 #endif /* EEPROM */ diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index cf37f84e283..0ebb66b468e 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -120,7 +120,6 @@ /* I2C */ #if defined(CONFIG_SYS_I2C_ZYNQ) # define CONFIG_SYS_I2C -# define CONFIG_SYS_I2C_ZYNQ_SPEED 100000 #endif /* EEPROM */ |