commit | 3b1aa79a03a900c811306ea5f167f762bf8220c8 | [log] [tgz] |
---|---|---|
author | Maksim Kiselev <bigunclemax@gmail.com> | Thu Sep 19 19:06:56 2024 +0300 |
committer | Heiko Schocher <hs@denx.de> | Mon Oct 21 06:32:28 2024 +0200 |
tree | 676c111f508d83c73dcf74a1a4eb5b88b38cafaf | |
parent | 442acdadb39f09265cddc5d8df865fa13f1237b9 [diff] |
i2c: muxes: pca954x: Add MAX735x/MAX736x support Add support for the following Maxim chips using the existing PCA954x driver: - MAX7356 - MAX7357 - MAX7358 - MAX7367 - MAX7368 - MAX7369 All added Maxim chips behave like the PCA954x, where a single SMBUS byte write selects up to 8 channels to be bridged to the primary bus. Tested using the MAX7358. Signed-off-by: Maksim Kiselev <bigunclemax@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de>