commit | 81aaacc2dad0257547d6e6f5f29019692a4b08b4 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Apr 25 10:50:42 2016 +0200 |
committer | Heiko Schocher <hs@denx.de> | Tue May 17 08:28:50 2016 +0200 |
tree | 901b815c4d8ccbc84c5b42f463e72a087414def1 | |
parent | 91429f4624583d203945f435cf2254f492163ca0 [diff] |
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>