diff options
author | Stephen Carlson <stcarlso@linux.microsoft.com> | 2021-06-22 16:42:02 -0700 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2021-07-20 14:18:05 +0530 |
commit | 17c2a308a543de2e16af06ddf840588bea4970c6 (patch) | |
tree | 90ace39f0489e10cab5e4f133a1c17faf6653754 /configs/ls2080aqds_defconfig | |
parent | f4cd4a7b8be1600d87398930af0574d11c9e687b (diff) | |
download | u-boot-17c2a308a543de2e16af06ddf840588bea4970c6.zip u-boot-17c2a308a543de2e16af06ddf840588bea4970c6.tar.gz u-boot-17c2a308a543de2e16af06ddf840588bea4970c6.tar.bz2 |
board: freescale: ls2080a, ls2088a: 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>
[Squashed ls2088a patch to fix compilation]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls2080aqds_defconfig')
-rw-r--r-- | configs/ls2080aqds_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2080aqds_defconfig b/configs/ls2080aqds_defconfig index 9a69d14..681afc0 100644 --- a/configs/ls2080aqds_defconfig +++ b/configs/ls2080aqds_defconfig @@ -69,3 +69,4 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y +CONFIG_FSL_USE_PCA9547_MUX=y |