u-boot/drivers/i2c/muxes
Vladimir Oltean 3285a5715f i2c: muxes: pca954x: add PCA9847 variant
This seems to be very similar to the already existing PCA9547, save for
the fact that it supports 0.8V and doesn't support 5V. In fact, it is so
similar to the PCA9547 that the NXP LS1028A-RDB board has been driving
this chip using a "nxp,pca9547" compatible string.

Create a new compatible for the PCA9847 (which is the same as in Linux)
and define the same operating parameters for it as for PCA9547.

Cc: Heiko Schocher <hs@denx.de>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Reviewed-by: Michael Walle <michael@walle.cc>
2022-02-01 15:08:07 +05:30
..
i2c-arb-gpio-challenge.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
i2c-mux-gpio.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
i2c-mux-uclass.c dm: define LOG_CATEGORY for all uclass 2021-07-06 10:38:03 -06:00
Kconfig i2c: muxes: pca954x: add PCA9546 variant 2020-04-20 06:47:35 +02:00
Makefile Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954x 2020-08-25 06:25:42 +02:00
pca954x.c i2c: muxes: pca954x: add PCA9847 variant 2022-02-01 15:08:07 +05:30