diff options
author | Stephen Carlson <stcarlso@linux.microsoft.com> | 2021-06-22 16:40:27 -0700 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2021-07-20 14:18:05 +0530 |
commit | 1a0db0104e2504dd06f9b7c4a703046b150051d0 (patch) | |
tree | 576d8026b8d302fa8f102bb34f17f7ab7fd1b88e /configs/ls1046aqds_tfa_defconfig | |
parent | eba68e2bf7a0e25ae6ce882c514e43926adad413 (diff) | |
download | u-boot-1a0db0104e2504dd06f9b7c4a703046b150051d0.tar.gz u-boot-1a0db0104e2504dd06f9b7c4a703046b150051d0.tar.bz2 u-boot-1a0db0104e2504dd06f9b7c4a703046b150051d0.zip |
board: freescale: ls1046a: 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/ls1046aqds_tfa_defconfig')
-rw-r--r-- | configs/ls1046aqds_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046aqds_tfa_defconfig b/configs/ls1046aqds_tfa_defconfig index f64d0d6c2d..aebd9e68f3 100644 --- a/configs/ls1046aqds_tfa_defconfig +++ b/configs/ls1046aqds_tfa_defconfig @@ -82,3 +82,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 |