All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM64: zynqmp: Enable pca953x driver for zcu102
@ 2016-04-11 11:52 Michal Simek
  0 siblings, 0 replies; only message in thread
From: Michal Simek @ 2016-04-11 11:52 UTC (permalink / raw)
  To: u-boot

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@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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-11 11:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-11 11:52 [U-Boot] [PATCH] ARM64: zynqmp: Enable pca953x driver for zcu102 Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.