[U-Boot] [PATCH] ARM64: zynqmp: Enable pca953x driver for zcu102
Michal Simek
michal.simek at xilinx.com
Mon Apr 11 13:52:47 CEST 2016
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 <michal.simek at xilinx.com>
---
include/configs/xilinx_zynqmp_zcu102.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/configs/xilinx_zynqmp_zcu102.h b/include/configs/xilinx_zynqmp_zcu102.h
index 4f580207bb30..30db2e453246 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
--
1.9.1
More information about the U-Boot
mailing list