diff options
author | Oleksandr Suvorov | 2021-11-21 18:05:17 +0200 |
---|---|---|
committer | Stefano Babic | 2022-02-05 13:38:39 +0100 |
commit | 4821074becd286c6878bfd5f6d7e41dbd65fa9a1 (patch) | |
tree | a9e375f2a3bc07129f079d402d1eb3a4f5ecbf22 /configs | |
parent | 99dd2549a1a0394694dcf3fda1c9cc4498b10ed4 (diff) |
colibri-imx8x: add on-module gpio expander fxl6408
The FXL6408 GPIO expander manages critical devices,
including on-module USB hub. Configure the expander to
switch the USB hub into bypass mode, allowing to use
on-carrier-board USB hub.
Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/colibri-imx8x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index 22bed95324a..a9b0f357163 100644 --- a/configs/colibri-imx8x_defconfig +++ b/configs/colibri-imx8x_defconfig @@ -41,6 +41,7 @@ CONFIG_TFTP_BLOCKSIZE=4096 CONFIG_TFTP_TSIZE=y CONFIG_CLK_IMX8=y CONFIG_CPU=y +CONFIG_FXL6408_GPIO=y CONFIG_MXC_GPIO=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_IMX_LPI2C=y |