From: Michal Simek Date: Mon, 11 Apr 2016 11:48:32 +0000 (+0200) Subject: ARM64: zynqmp: Enable pca953x driver for zcu102 X-Git-Tag: v2016.05-rc2~64^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ff9bd8e9cadd4a8362684fabea6e6a0b4fed63a5;p=oweals%2Fu-boot.git ARM64: zynqmp: Enable pca953x driver for zcu102 zcu102 has two pca953x on i2c bus 0. Chips 0x20 and 0x21. Enable option to work with these two chips. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp_zcu102.h b/include/configs/xilinx_zynqmp_zcu102.h index 4f580207bb..30db2e4532 100644 --- a/include/configs/xilinx_zynqmp_zcu102.h +++ b/include/configs/xilinx_zynqmp_zcu102.h @@ -37,6 +37,10 @@ } #define CONFIG_SYS_I2C_ZYNQ +#define CONFIG_PCA953X +#define CONFIG_CMD_PCA953X +#define CONFIG_CMD_PCA953X_INFO + #define CONFIG_AHCI #define CONFIG_SATA_CEVA