public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Yangbo Lu <yangbo.lu@nxp.com>
To: u-boot@lists.denx.de, Peng Fan <peng.fan@nxp.com>
Cc: Yangbo Lu <yangbo.lu@nxp.com>,
	Priyanka Jain <priyanka.jain@nxp.com>,
	Shengzhou Liu <Shengzhou.Liu@nxp.com>,
	Michael Walle <michael@walle.cc>,
	Pramod Kumar <pramod.kumar_1@nxp.com>,
	Rajesh Bhagat <rajesh.bhagat@nxp.com>,
	Tang Yuantian <andy.tang@nxp.com>,
	Ashish Kumar <Ashish.Kumar@nxp.com>,
	Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
Subject: [PATCH 0/3] Drop CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT
Date: Wed,  2 Jun 2021 11:52:30 +0800	[thread overview]
Message-ID: <20210602035233.25893-1-yangbo.lu@nxp.com> (raw)

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


             reply	other threads:[~2021-06-02  3:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-02  3:52 Yangbo Lu [this message]
2021-06-02  3:52 ` [PATCH 1/3] mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT Yangbo Lu
2021-06-02  3:52 ` [PATCH 2/3] mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 Yangbo Lu
2021-06-02  3:52 ` [PATCH 3/3] armv8: layerscape: " Yangbo Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210602035233.25893-1-yangbo.lu@nxp.com \
    --to=yangbo.lu@nxp.com \
    --cc=Ashish.Kumar@nxp.com \
    --cc=Shengzhou.Liu@nxp.com \
    --cc=andy.tang@nxp.com \
    --cc=meenakshi.aggarwal@nxp.com \
    --cc=michael@walle.cc \
    --cc=peng.fan@nxp.com \
    --cc=pramod.kumar_1@nxp.com \
    --cc=priyanka.jain@nxp.com \
    --cc=rajesh.bhagat@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox