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 2/3] mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
Date: Wed, 2 Jun 2021 11:52:32 +0800 [thread overview]
Message-ID: <20210602035233.25893-3-yangbo.lu@nxp.com> (raw)
In-Reply-To: <20210602035233.25893-1-yangbo.lu@nxp.com>
There is no i.MX board using such option. Drop it.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
---
drivers/mmc/fsl_esdhc_imx.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c
index a4675838e5..d767795b58 100644
--- a/drivers/mmc/fsl_esdhc_imx.c
+++ b/drivers/mmc/fsl_esdhc_imx.c
@@ -1234,11 +1234,6 @@ static int fsl_esdhc_init(struct fsl_esdhc_priv *priv,
ESDHC_HOSTCAPBLT_VS18 | ESDHC_HOSTCAPBLT_VS30);
#endif
-/* T4240 host controller capabilities register should have VS33 bit */
-#ifdef CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
- caps = caps | ESDHC_HOSTCAPBLT_VS33;
-#endif
-
if (caps & ESDHC_HOSTCAPBLT_VS18)
voltage_caps |= MMC_VDD_165_195;
if (caps & ESDHC_HOSTCAPBLT_VS30)
--
2.25.1
next prev parent 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 [PATCH 0/3] Drop CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT Yangbo Lu
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 ` Yangbo Lu [this message]
2021-06-02 3:52 ` [PATCH 3/3] armv8: layerscape: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 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-3-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