Neither the DRC02 nor PicoITX carrier board contains the PCA954x I2C mux chip, the chip is only present on PDK3 carrier board. Disable support for the PCA954x mux chip and I2C mux altogether on both i.MX8MP DHCOM DRC02 and PicoITX.
Signed-off-by: Marek Vasut <[email protected]> --- Cc: Andreas Geisreiter <[email protected]> Cc: Christoph Niedermaier <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Quentin Schulz <[email protected]> Cc: Sean Anderson <[email protected]> Cc: Simon Glass <[email protected]> Cc: Sumit Garg <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] Cc: [email protected] --- configs/imx8mp_dhcom_drc02_defconfig | 2 -- configs/imx8mp_dhcom_picoitx_defconfig | 2 -- 2 files changed, 4 deletions(-) diff --git a/configs/imx8mp_dhcom_drc02_defconfig b/configs/imx8mp_dhcom_drc02_defconfig index 366e5bbbb74..c6e3c1b9a8a 100644 --- a/configs/imx8mp_dhcom_drc02_defconfig +++ b/configs/imx8mp_dhcom_drc02_defconfig @@ -184,8 +184,6 @@ CONFIG_SPL_GPIO_HOG=y CONFIG_MXC_GPIO=y CONFIG_DM_PCA953X=y CONFIG_DM_I2C=y -CONFIG_I2C_MUX=y -CONFIG_I2C_MUX_PCA954x=y # CONFIG_INPUT is not set CONFIG_LED=y CONFIG_LED_BLINK=y diff --git a/configs/imx8mp_dhcom_picoitx_defconfig b/configs/imx8mp_dhcom_picoitx_defconfig index 7cefe9ae821..f4e9ba91bcf 100644 --- a/configs/imx8mp_dhcom_picoitx_defconfig +++ b/configs/imx8mp_dhcom_picoitx_defconfig @@ -184,8 +184,6 @@ CONFIG_SPL_GPIO_HOG=y CONFIG_MXC_GPIO=y CONFIG_DM_PCA953X=y CONFIG_DM_I2C=y -CONFIG_I2C_MUX=y -CONFIG_I2C_MUX_PCA954x=y # CONFIG_INPUT is not set CONFIG_LED=y CONFIG_LED_BLINK=y -- 2.45.2

