[v2] configs: lx2162aqds: enable eMMC HS400 mode support

Enable eMMC HS400 mode support on LX2162AQDS.
Signed-off-by: Yangbo Lu yangbo.lu@nxp.com --- Depends on http://patchwork.ozlabs.org/project/uboot/list/?series=199900&state=*
Changes for v2: - Fix typo. --- configs/lx2162aqds_tfa_SECURE_BOOT_defconfig | 1 + configs/lx2162aqds_tfa_defconfig | 1 + configs/lx2162aqds_tfa_verified_boot_defconfig | 1 + 3 files changed, 3 insertions(+)
diff --git a/configs/lx2162aqds_tfa_SECURE_BOOT_defconfig b/configs/lx2162aqds_tfa_SECURE_BOOT_defconfig index 0b48b19..6adf8bd 100644 --- a/configs/lx2162aqds_tfa_SECURE_BOOT_defconfig +++ b/configs/lx2162aqds_tfa_SECURE_BOOT_defconfig @@ -37,6 +37,7 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y CONFIG_SATA_CEVA=y CONFIG_DM_MMC=y +CONFIG_MMC_HS400_SUPPORT=y CONFIG_FSL_ESDHC=y CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y diff --git a/configs/lx2162aqds_tfa_defconfig b/configs/lx2162aqds_tfa_defconfig index 1f5b318..6c51d0d 100644 --- a/configs/lx2162aqds_tfa_defconfig +++ b/configs/lx2162aqds_tfa_defconfig @@ -43,6 +43,7 @@ CONFIG_DM=y CONFIG_SATA_CEVA=y CONFIG_FSL_CAAM=y CONFIG_DM_MMC=y +CONFIG_MMC_HS400_SUPPORT=y CONFIG_FSL_ESDHC=y CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y diff --git a/configs/lx2162aqds_tfa_verified_boot_defconfig b/configs/lx2162aqds_tfa_verified_boot_defconfig index 5ee627a..be9c242 100644 --- a/configs/lx2162aqds_tfa_verified_boot_defconfig +++ b/configs/lx2162aqds_tfa_verified_boot_defconfig @@ -45,6 +45,7 @@ CONFIG_DM=y CONFIG_SATA_CEVA=y CONFIG_FSL_CAAM=y CONFIG_DM_MMC=y +CONFIG_MMC_HS400_SUPPORT=y CONFIG_FSL_ESDHC=y CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y

-----Original Message----- From: Yangbo Lu yangbo.lu@nxp.com Sent: Tuesday, October 13, 2020 11:48 AM To: u-boot@lists.denx.de; Priyanka Jain priyanka.jain@nxp.com Cc: Y.b. Lu yangbo.lu@nxp.com Subject: [v2] configs: lx2162aqds: enable eMMC HS400 mode support
Enable eMMC HS400 mode support on LX2162AQDS.
Signed-off-by: Yangbo Lu yangbo.lu@nxp.com
Depends on https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatchwork. ozlabs.org%2Fproject%2Fuboot%2Flist%2F%3Fseries%3D199900%26state%3D*& amp;data=02%7C01%7Cpriyanka.jain%40nxp.com%7Ca3e07e0024624535c7ff08 d86f40e9c0%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637381671 873431875&sdata=nmMqCLpJnlugBHshyNEbwmoP%2Ft1CcNhgoFWp5jvdq H0%3D&reserved=0
Changes for v2:
- Fix typo.
<snip> Applied to fsl-qoriq. Awaiting upstream
Thanks Priyanka
participants (2)
-
Priyanka Jain
-
Yangbo Lu