All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Ford <aford173@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/2] ARM: dts: imx8mm-beacon: add UHS and HS400/HS400ES properties
Date: Wed, 30 Dec 2020 08:14:20 -0600	[thread overview]
Message-ID: <20201230141421.2860212-2-aford173@gmail.com> (raw)
In-Reply-To: <20201230141421.2860212-1-aford173@gmail.com>

i.MX8M Mini can provide support for high speed grades in the
usdhc controllers.

On the imx8mm-beacon-kit, the sdhc2 hosts a microSD card, and
sdhc3 hosts an eMMC capable of HS400ES.

In order to toggle this mode in SPL, the reg_usdhc2_vmmc must
be available in SPL. Add all these flags to
imx8mm-beacon-kit-u-boot.dtsi

Suggested-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi b/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
index 6d80a529ae..d7da29c592 100644
--- a/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
@@ -38,6 +38,7 @@
 };
 
 &reg_usdhc2_vmmc {
+	u-boot,dm-spl;
 	u-boot,off-on-delay-us = <20000>;
 };
 
@@ -112,10 +113,14 @@
 
 &usdhc2 {
 	u-boot,dm-spl;
+	sd-uhs-sdr104;
+	sd-uhs-ddr50;
 };
 
 &usdhc3 {
 	u-boot,dm-spl;
+	mmc-hs400-1_8v;
+	mmc-hs400-enhanced-strobe;
 };
 
 &i2c1 {
-- 
2.25.1

  reply	other threads:[~2020-12-30 14:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-30 14:14 [PATCH 1/2] imx8mm_beacon: Enable fixed regulator in SPL Adam Ford
2020-12-30 14:14 ` Adam Ford [this message]
2020-12-30 14:22   ` [PATCH 2/2] ARM: dts: imx8mm-beacon: add UHS and HS400/HS400ES properties Fabio Estevam
2020-12-30 14:45     ` Adam Ford
2020-12-30 15:24       ` Fabio Estevam
2020-12-30 16:29         ` Adam Ford
2020-12-30 16:34           ` Fabio Estevam
2020-12-30 17:44             ` Adam Ford
2020-12-30 17:47               ` Fabio Estevam
2021-01-23 15:49 ` [PATCH 1/2] imx8mm_beacon: Enable fixed regulator in SPL sbabic at denx.de

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=20201230141421.2860212-2-aford173@gmail.com \
    --to=aford173@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.