summaryrefslogtreecommitdiff
path: root/configs/mx6qpsabreauto_plugin_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-06-06 01:44:42 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 18:02:50 +0800
commit1aff038b1a1b9fb23f055ddfcb37ce009dee5d4f (patch)
tree4f4f1f807923b2c6e75d64750255e6b5e511c3d4 /configs/mx6qpsabreauto_plugin_defconfig
parent243277a95ca5b68d9f4e7d795cf9561d2e03f3ba (diff)
MLK-21956-3 mx6qdlsabreauto: Enable i2c gpio mux to fix io expander issue
The i2c gpio mux is not enabled, this causes i2c3 not work and all io expander devices on i2c3 not work. So we will meet such as "usb start" fail due to the VBUS is not power up. The patch add the i2c mux and i2c gpio mux configs. And remove codes of controlling i2c steering from board, since i2c gpio mux does same thing. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 39183dc231e12c3072ffd9a37ac6a6616178e263) (cherry picked from commit 2ffef32eb15ec17294d885550837f565146b9fca) (cherry picked from commit 4bd1fb77cf90e1b6e3816e70800ab5437543498b) (cherry picked from commit 88bb31c2d89a39e5355bc95219895f2773c1b2b4)
Diffstat (limited to 'configs/mx6qpsabreauto_plugin_defconfig')
-rw-r--r--configs/mx6qpsabreauto_plugin_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx6qpsabreauto_plugin_defconfig b/configs/mx6qpsabreauto_plugin_defconfig
index f1d994ae5e..7dc9ffacb5 100644
--- a/configs/mx6qpsabreauto_plugin_defconfig
+++ b/configs/mx6qpsabreauto_plugin_defconfig
@@ -68,6 +68,8 @@ CONFIG_OF_CONTROL=y
CONFIG_DM_GPIO=y
CONFIG_DM_PCA953X=y
CONFIG_DM_I2C=y
+CONFIG_I2C_MUX=y
+CONFIG_I2C_MUX_GPIO=y
CONFIG_DM_MMC=y
CONFIG_FSL_USDHC=y
CONFIG_PINCTRL=y