
Hello Maksim,
On 21.10.24 06:11, Heiko Schocher wrote:
Hello Maksim,
On 19.09.24 18:06, bigunclemax@gmail.com wrote:
From: Maksim Kiselev bigunclemax@gmail.com
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
Hi, friends!
I have a custom board with MAX7358 GPIO expander. This patch is the port of Linux commit: > 81694437b6eb i2c: muxes: pca954x: Add MAX735x/MAX736x support
Best wishes, Maksim.
drivers/i2c/muxes/Kconfig | 5 +++++ drivers/i2c/muxes/pca954x.c | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+)
Applied to u-boot-i2c.git
Thanks
bye, Heiko