diff options
author | Stephen Carlson <stcarlso@linux.microsoft.com> | 2021-06-22 16:41:38 -0700 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2021-07-20 14:18:05 +0530 |
commit | f4cd4a7b8be1600d87398930af0574d11c9e687b (patch) | |
tree | 33664db15bdc25d994c07123591930c274f14d73 /configs/ls1088aqds_qspi_SECURE_BOOT_defconfig | |
parent | 1a0db0104e2504dd06f9b7c4a703046b150051d0 (diff) | |
download | u-boot-f4cd4a7b8be1600d87398930af0574d11c9e687b.tar.gz u-boot-f4cd4a7b8be1600d87398930af0574d11c9e687b.tar.bz2 u-boot-f4cd4a7b8be1600d87398930af0574d11c9e687b.zip |
board: freescale: ls1088a: 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/ls1088aqds_qspi_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1088aqds_qspi_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig b/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig index 9dc5f8dbb2..d401b91c40 100644 --- a/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig +++ b/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig @@ -75,3 +75,4 @@ CONFIG_USB_GADGET=y CONFIG_RSA=y CONFIG_RSA_SOFTWARE_EXP=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y +CONFIG_FSL_USE_PCA9547_MUX=y |