summaryrefslogtreecommitdiffstats
path: root/configs/xilinx_zynqmp_zcu100_revC_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-01-18 09:10:39 +0100
committerMichal Simek <michal.simek@xilinx.com>2019-02-14 14:31:10 +0100
commit8bdad43333cb71d65929a9f7d19f323c76364b67 (patch)
treebabf8275d447f0d26d59caf63da4416f9d3497ee /configs/xilinx_zynqmp_zcu100_revC_defconfig
parente0bc7574fa91786cd296fb778f29c997b9c8f6fd (diff)
downloadu-boot-8bdad43333cb71d65929a9f7d19f323c76364b67.tar.gz
u-boot-8bdad43333cb71d65929a9f7d19f323c76364b67.tar.xz
u-boot-8bdad43333cb71d65929a9f7d19f323c76364b67.zip
arm64: zynqmp: Switch all platforms to DM_I2C
CONFIG_PCA953X is not needed because of PCA953X is integrated in gpio subsystem already. That's why also remove CMD_PCA953X which is only for this driver. zcu102/zcu104-revC/zcu106/zcu111 contain links to eeprom which stores MAC address. DM_I2C is not enabled for the whole SoC because it increase size for mini configurations and there is no I2C symbol present to setup dependencies. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/xilinx_zynqmp_zcu100_revC_defconfig')
-rw-r--r--configs/xilinx_zynqmp_zcu100_revC_defconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/xilinx_zynqmp_zcu100_revC_defconfig b/configs/xilinx_zynqmp_zcu100_revC_defconfig
index a3c81eb7e9..2a0ec272a0 100644
--- a/configs/xilinx_zynqmp_zcu100_revC_defconfig
+++ b/configs/xilinx_zynqmp_zcu100_revC_defconfig
@@ -49,8 +49,10 @@ CONFIG_FPGA_XILINX=y
CONFIG_FPGA_ZYNQMPPL=y
CONFIG_DM_GPIO=y
CONFIG_XILINX_GPIO=y
-CONFIG_SYS_I2C_ZYNQ=y
-CONFIG_ZYNQ_I2C1=y
+CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_CADENCE=y
+CONFIG_I2C_MUX=y
+CONFIG_I2C_MUX_PCA954x=y
CONFIG_LED=y
CONFIG_LED_GPIO=y
CONFIG_MISC=y