diff mbox series

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

Message ID 20201013061735.14350-1-yangbo.lu@nxp.com
State Accepted
Commit 8114791aeb220b81e706fef60ea899d3ea1f086b
Delegated to: Priyanka Jain
Headers show
Series [v2] configs: lx2162aqds: enable eMMC HS400 mode support | expand

Commit Message

Yangbo Lu Oct. 13, 2020, 6:17 a.m. UTC
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(+)

Comments

Priyanka Jain Dec. 11, 2020, 8:12 a.m. UTC | #1
>-----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&amp;sdata=nmMqCLpJnlugBHshyNEbwmoP%2Ft1CcNhgoFWp5jvdq
>H0%3D&amp;reserved=0
>
>Changes for v2:
>	- Fix typo.
>---
<snip>
Applied to fsl-qoriq. 
Awaiting upstream

Thanks
Priyanka
diff mbox series

Patch

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