From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH v3 11/14] mci: mci-core: replace value with define
Date: Fri, 15 Mar 2024 15:00:52 +0100 [thread overview]
Message-ID: <20240315-v2024-02-0-topic-arasan-hs200-support-v3-11-df268c2f4907@pengutronix.de> (raw)
In-Reply-To: <20240315-v2024-02-0-topic-arasan-hs200-support-v3-0-df268c2f4907@pengutronix.de>
Use the newly introduced define for High Speed timing mode instead of
just '1'.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
drivers/mci/mci-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c
index e825c91c80..ebfd3e9fb8 100644
--- a/drivers/mci/mci-core.c
+++ b/drivers/mci/mci-core.c
@@ -683,7 +683,7 @@ static int mmc_change_freq(struct mci *mci)
cardtype = mci->ext_csd[EXT_CSD_DEVICE_TYPE] & EXT_CSD_CARD_TYPE_MASK;
- err = mci_switch(mci, EXT_CSD_HS_TIMING, 1);
+ err = mci_switch(mci, EXT_CSD_HS_TIMING, EXT_CSD_TIMING_HS);
if (err) {
dev_dbg(&mci->dev, "MMC frequency changing failed: %d\n", err);
--
2.40.1
next prev parent reply other threads:[~2024-03-15 14:02 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-15 14:00 [PATCH v3 00/14] mci: add HS200 support for eMMCs Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 01/14] ARM: zynqmp: add sd_dll_reset call Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 02/14] zynqmp: firmware: add functions to set tap delay Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 03/14] mci: arasan: implement 25MHz quirk for zynqmp Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 04/14] include: mci: sync mci_timing with linux Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 05/14] mci: arasan: read clk phases from DT Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 06/14] mci: core: save the set clock as actual_clock Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 07/14] mci: arasan: register sdcard/sampleclk Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 08/14] include: mci: add more EXT_CSD_CARD_TYPE_* Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 09/14] mci: core: parse more host capabilities from DT Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 10/14] mci: mci-core: add HS200 support Steffen Trumtrar
2024-03-15 14:00 ` Steffen Trumtrar [this message]
2024-03-15 14:00 ` [PATCH v3 12/14] mci: sdhci: add tuning support Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 13/14] mci: arasan-sdhci: add HS200 tuning support on ZynqMP Steffen Trumtrar
2024-03-15 14:00 ` [PATCH v3 14/14] mci: sdhci: replace sdhci_wait_idle Steffen Trumtrar
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=20240315-v2024-02-0-topic-arasan-hs200-support-v3-11-df268c2f4907@pengutronix.de \
--to=s.trumtrar@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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