diff options
author | Stephen Carlson <stcarlso@linux.microsoft.com> | 2021-06-22 16:43:03 -0700 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2021-07-20 14:18:05 +0530 |
commit | 026339a8fa4c9964ef706c664550918ff0e3e349 (patch) | |
tree | 964e30344117bc5f0625a9cff973da49770bc1e0 /configs/lx2160ardb_tfa_defconfig | |
parent | 17c2a308a543de2e16af06ddf840588bea4970c6 (diff) | |
download | u-boot-026339a8fa4c9964ef706c664550918ff0e3e349.tar.gz u-boot-026339a8fa4c9964ef706c664550918ff0e3e349.tar.bz2 u-boot-026339a8fa4c9964ef706c664550918ff0e3e349.zip |
board: freescale: lx2160a: 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/lx2160ardb_tfa_defconfig')
-rw-r--r-- | configs/lx2160ardb_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig index 1dbf8f08c2..b75d217d67 100644 --- a/configs/lx2160ardb_tfa_defconfig +++ b/configs/lx2160ardb_tfa_defconfig @@ -86,3 +86,4 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_WDT=y CONFIG_WDT_SBSA=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y +CONFIG_FSL_USE_PCA9547_MUX=y |