diff options
author | Stephen Carlson <stcarlso@linux.microsoft.com> | 2021-06-22 16:39:31 -0700 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2021-07-20 14:18:04 +0530 |
commit | eba68e2bf7a0e25ae6ce882c514e43926adad413 (patch) | |
tree | 3309c7ada338db772305e8e6f41c2dd0aa86f9b9 /configs/ls1043aqds_defconfig | |
parent | 9b5eeb45728e01581365ec2bfe1d88ad3539ee03 (diff) | |
download | u-boot-eba68e2bf7a0e25ae6ce882c514e43926adad413.tar.gz |
board: freescale: ls1043aqds: 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/ls1043aqds_defconfig')
-rw-r--r-- | configs/ls1043aqds_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1043aqds_defconfig b/configs/ls1043aqds_defconfig index 5e04dca25c..6fc6c327ba 100644 --- a/configs/ls1043aqds_defconfig +++ b/configs/ls1043aqds_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 |