diff options
author | Stephen Carlson <stcarlso@linux.microsoft.com> | 2021-06-22 16:38:21 -0700 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2021-07-20 14:18:04 +0530 |
commit | 9b5eeb45728e01581365ec2bfe1d88ad3539ee03 (patch) | |
tree | 4053ca5e0a299bf6c50c7d5dd2a6b81d531c35a0 /configs/ls1021aqds_qspi_defconfig | |
parent | 15347d2dea32d88e9d1553e26b7eb3553550f424 (diff) | |
download | u-boot-9b5eeb45728e01581365ec2bfe1d88ad3539ee03.tar.gz u-boot-9b5eeb45728e01581365ec2bfe1d88ad3539ee03.tar.bz2 u-boot-9b5eeb45728e01581365ec2bfe1d88ad3539ee03.zip |
board: freescale: ls1021aqds: Update I2C mux config
Updates the board configuration to enable use of the PCA9547 I2C mux.
Signed-off-by: Stephen Carlson <stcarlso@linux.microsoft.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1021aqds_qspi_defconfig')
-rw-r--r-- | configs/ls1021aqds_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021aqds_qspi_defconfig b/configs/ls1021aqds_qspi_defconfig index 17a7a60b23..1f6f819d91 100644 --- a/configs/ls1021aqds_qspi_defconfig +++ b/configs/ls1021aqds_qspi_defconfig @@ -69,3 +69,4 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y +CONFIG_FSL_USE_PCA9547_MUX=y |