[PATCH 0/3] Drop CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT

Yangbo Lu yangbo.lu at nxp.com
Wed Jun 2 05:52:30 CEST 2021


For eSDHC, power supply is through peripheral circuit. So, 3.3V
power supply capability from register bit does not reflect the
truth. 3.3V is common for SD/MMC, and is supported for all boards
with eSDHC in current u-boot. So, let's use a Kconfig
CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT making 3.3V is supported in
default.

Then CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 can be dropped. And
i.MX eSDHC driver should drop it too, since it's not used by any
one of i.MX board.

Yangbo Lu (3):
  mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT
  mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
  armv8: layerscape: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33

 drivers/mmc/Kconfig              | 7 +++++++
 drivers/mmc/fsl_esdhc.c          | 6 ++++--
 drivers/mmc/fsl_esdhc_imx.c      | 5 -----
 include/configs/T208xQDS.h       | 1 -
 include/configs/T208xRDB.h       | 1 -
 include/configs/T4240RDB.h       | 1 -
 include/configs/kontron_sl28.h   | 5 -----
 include/configs/ls1012a2g5rdb.h  | 5 -----
 include/configs/ls1012afrwy.h    | 5 -----
 include/configs/ls1012aqds.h     | 5 -----
 include/configs/ls1012ardb.h     | 6 ------
 include/configs/ls1028a_common.h | 5 -----
 include/configs/ls1043a_common.h | 7 -------
 include/configs/ls1046a_common.h | 7 -------
 include/configs/ls1088aqds.h     | 1 -
 include/configs/ls1088ardb.h     | 5 -----
 include/configs/ls2080aqds.h     | 5 -----
 include/configs/ls2080ardb.h     | 5 -----
 include/configs/lx2160a_common.h | 5 -----
 scripts/config_whitelist.txt     | 1 -
 20 files changed, 11 insertions(+), 77 deletions(-)


base-commit: 89be8e31ccd1c53b010385ed0807eb00f0eec06a
-- 
2.25.1



More information about the U-Boot mailing list