Skip to content

Commit

Permalink
LFU-633-2 imx95_evk: Enable UHS for SD and HS400ES for eMMC
Browse files Browse the repository at this point in the history
Enable UHS for SD and HS400ES for eMMC in u-boot on iMX95 19x19 EVK

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
  • Loading branch information
Ye Li committed Dec 21, 2023
1 parent ade3c56 commit 1e02dea
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions configs/imx95_19x19_evk_android_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_IMX_LPI2C=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_MMC_IO_VOLTAGE=y
#CONFIG_MMC_UHS_SUPPORT=y
#CONFIG_MMC_HS400_ES_SUPPORT=y
#CONFIG_MMC_HS400_SUPPORT=y
CONFIG_MMC_UHS_SUPPORT=y
CONFIG_MMC_HS400_ES_SUPPORT=y
CONFIG_MMC_HS400_SUPPORT=y
CONFIG_FSL_USDHC=y
CONFIG_PHY=y
CONFIG_PHY_IMX8MQ_USB=y
Expand Down
6 changes: 3 additions & 3 deletions configs/imx95_19x19_evk_android_trusty_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_IMX_LPI2C=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_MMC_IO_VOLTAGE=y
#CONFIG_MMC_UHS_SUPPORT=y
#CONFIG_MMC_HS400_ES_SUPPORT=y
#CONFIG_MMC_HS400_SUPPORT=y
CONFIG_MMC_UHS_SUPPORT=y
CONFIG_MMC_HS400_ES_SUPPORT=y
CONFIG_MMC_HS400_SUPPORT=y
CONFIG_FSL_USDHC=y
CONFIG_PHY=y
CONFIG_PHY_IMX8MQ_USB=y
Expand Down
6 changes: 3 additions & 3 deletions configs/imx95_19x19_evk_android_trusty_dual_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_IMX_LPI2C=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_MMC_IO_VOLTAGE=y
#CONFIG_MMC_UHS_SUPPORT=y
#CONFIG_MMC_HS400_ES_SUPPORT=y
#CONFIG_MMC_HS400_SUPPORT=y
CONFIG_MMC_UHS_SUPPORT=y
CONFIG_MMC_HS400_ES_SUPPORT=y
CONFIG_MMC_HS400_SUPPORT=y
CONFIG_FSL_USDHC=y
CONFIG_PHY=y
CONFIG_PHY_IMX8MQ_USB=y
Expand Down
6 changes: 3 additions & 3 deletions configs/imx95_19x19_evk_android_uuu_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_IMX_LPI2C=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_MMC_IO_VOLTAGE=y
#CONFIG_MMC_UHS_SUPPORT=y
#CONFIG_MMC_HS400_ES_SUPPORT=y
#CONFIG_MMC_HS400_SUPPORT=y
CONFIG_MMC_UHS_SUPPORT=y
CONFIG_MMC_HS400_ES_SUPPORT=y
CONFIG_MMC_HS400_SUPPORT=y
CONFIG_FSL_USDHC=y
CONFIG_PHY=y
CONFIG_PHY_IMX8MQ_USB=y
Expand Down
6 changes: 3 additions & 3 deletions configs/imx95_19x19_evk_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_IMX_LPI2C=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_MMC_IO_VOLTAGE=y
#CONFIG_MMC_UHS_SUPPORT=y
#CONFIG_MMC_HS400_ES_SUPPORT=y
#CONFIG_MMC_HS400_SUPPORT=y
CONFIG_MMC_UHS_SUPPORT=y
CONFIG_MMC_HS400_ES_SUPPORT=y
CONFIG_MMC_HS400_SUPPORT=y
CONFIG_FSL_USDHC=y
CONFIG_PHY=y
CONFIG_PHY_IMX8MQ_USB=y
Expand Down
6 changes: 3 additions & 3 deletions configs/imx95_19x19_evk_fspi_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_IMX_LPI2C=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_MMC_IO_VOLTAGE=y
#CONFIG_MMC_UHS_SUPPORT=y
#CONFIG_MMC_HS400_ES_SUPPORT=y
#CONFIG_MMC_HS400_SUPPORT=y
CONFIG_MMC_UHS_SUPPORT=y
CONFIG_MMC_HS400_ES_SUPPORT=y
CONFIG_MMC_HS400_SUPPORT=y
CONFIG_FSL_USDHC=y
CONFIG_PHY=y
CONFIG_PHY_IMX8MQ_USB=y
Expand Down

0 comments on commit 1e02dea

Please sign in to comment.