From d134c44dd686eb6663123adb3bde5cbc4a4d0b18 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 12 Jul 2017 09:05:47 +0200 Subject: [PATCH] zynqmp: zcu104: Use i2c pca9548 instead of pca9544 Board has pca9548 instead of pca9544. It was typo in this setting. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp_zcu104.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/configs/xilinx_zynqmp_zcu104.h b/include/configs/xilinx_zynqmp_zcu104.h index 5d77a328b9d..98d033b13e6 100644 --- a/include/configs/xilinx_zynqmp_zcu104.h +++ b/include/configs/xilinx_zynqmp_zcu104.h @@ -16,14 +16,14 @@ #define CONFIG_SYS_NUM_I2C_BUSES 9 #define CONFIG_SYS_I2C_BUSES { \ {0, {I2C_NULL_HOP} }, \ - {0, {{I2C_MUX_PCA9544, 0x74, 0} } }, \ - {0, {{I2C_MUX_PCA9544, 0x74, 1} } }, \ - {0, {{I2C_MUX_PCA9544, 0x74, 2} } }, \ - {0, {{I2C_MUX_PCA9544, 0x74, 3} } }, \ - {0, {{I2C_MUX_PCA9544, 0x74, 4} } }, \ - {0, {{I2C_MUX_PCA9544, 0x74, 5} } }, \ - {0, {{I2C_MUX_PCA9544, 0x74, 6} } }, \ - {0, {{I2C_MUX_PCA9544, 0x74, 7} } }, \ + {0, {{I2C_MUX_PCA9548, 0x74, 0} } }, \ + {0, {{I2C_MUX_PCA9548, 0x74, 1} } }, \ + {0, {{I2C_MUX_PCA9548, 0x74, 2} } }, \ + {0, {{I2C_MUX_PCA9548, 0x74, 3} } }, \ + {0, {{I2C_MUX_PCA9548, 0x74, 4} } }, \ + {0, {{I2C_MUX_PCA9548, 0x74, 5} } }, \ + {0, {{I2C_MUX_PCA9548, 0x74, 6} } }, \ + {0, {{I2C_MUX_PCA9548, 0x74, 7} } }, \ } #define CONFIG_SYS_I2C_ZYNQ -- 2.47.3