summaryrefslogtreecommitdiff
path: root/drivers/i2c/muxes/Makefile
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-04-25 10:50:42 +0200
committerHeiko Schocher <hs@denx.de>2016-05-17 08:28:50 +0200
commitd79ac324789839b4b10b37e2ff64dd9e4a92441e (patch)
tree901b815c4d8ccbc84c5b42f463e72a087414def1 /drivers/i2c/muxes/Makefile
parentad72e7622bd587dc798fbac0351b558fb18caa97 (diff)
downloadu-boot-imx-d79ac324789839b4b10b37e2ff64dd9e4a92441e.zip
u-boot-imx-d79ac324789839b4b10b37e2ff64dd9e4a92441e.tar.gz
u-boot-imx-d79ac324789839b4b10b37e2ff64dd9e4a92441e.tar.bz2
i2c: muxes: Add support for TI PCA954X mux
Add support for common TI i2c mux which is available on ZynqMP zcu102 board. DM i2c mux core code is selecting/deselecting bus before/after every command is performed that's why only one channel is active at a time. That's also the reason why deselect is just disable all available channels. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/i2c/muxes/Makefile')
-rw-r--r--drivers/i2c/muxes/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/muxes/Makefile b/drivers/i2c/muxes/Makefile
index 47c1240..0811add 100644
--- a/drivers/i2c/muxes/Makefile
+++ b/drivers/i2c/muxes/Makefile
@@ -5,3 +5,4 @@
#
obj-$(CONFIG_I2C_ARB_GPIO_CHALLENGE) += i2c-arb-gpio-challenge.o
obj-$(CONFIG_$(SPL_)I2C_MUX) += i2c-mux-uclass.o
+obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o