
-----Original Message----- From: Vladimir Oltean vladimir.oltean@nxp.com Sent: Thursday, December 2, 2021 8:24 PM To: u-boot@lists.denx.de Cc: Michael Walle michael@walle.cc; Tom Rini trini@konsulko.com; Priyanka Jain priyanka.jain@nxp.com; Leo Li leoyang.li@nxp.com; Heiko Schocher hs@denx.de Subject: [PATCH 01/15] 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
<snip> Reviewed-by: Priyanka Jain priyanka.jain@nxp.com