public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/4] mmc: fsl_esdhc_imx: Add a compatible for i.MX51
Date: Mon, 15 Feb 2021 08:58:15 -0300	[thread overview]
Message-ID: <20210215115818.13868-1-festevam@gmail.com> (raw)

Add a compatible for i.MX51 so that i.MX51 can use this driver
via driver model.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 drivers/mmc/fsl_esdhc_imx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/fsl_esdhc_imx.c b/drivers/mmc/fsl_esdhc_imx.c
index 8ac859797f04..827a6f113f3b 100644
--- a/drivers/mmc/fsl_esdhc_imx.c
+++ b/drivers/mmc/fsl_esdhc_imx.c
@@ -1705,6 +1705,7 @@ static struct esdhc_soc_data usdhc_imx8qm_data = {
 };
 
 static const struct udevice_id fsl_esdhc_ids[] = {
+	{ .compatible = "fsl,imx51-esdhc", },
 	{ .compatible = "fsl,imx53-esdhc", },
 	{ .compatible = "fsl,imx6ul-usdhc", },
 	{ .compatible = "fsl,imx6sx-usdhc", },
-- 
2.25.1

             reply	other threads:[~2021-02-15 11:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20210215115853epcas1p4fad867db90570617d99b385bbbc2c9ad@epcas1p4.samsung.com>
2021-02-15 11:58 ` Fabio Estevam [this message]
2021-02-15 11:58   ` [PATCH 2/4] imx51-babbage: Import devicetree files from Linux Fabio Estevam
2021-03-01 11:55     ` sbabic at denx.de
2021-02-15 11:58   ` [PATCH 3/4] mx51evk: Convert to driver model Fabio Estevam
2021-03-01 11:55     ` sbabic at denx.de
2021-02-15 11:58   ` [PATCH 4/4] mx51evk: Add myself as maintainer Fabio Estevam
2021-02-15 13:06     ` Tom Rini
2021-03-01 11:56     ` sbabic at denx.de
2021-02-16 22:33   ` [PATCH 1/4] mmc: fsl_esdhc_imx: Add a compatible for i.MX51 Jaehoon Chung
2021-03-01 11:56   ` 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=20210215115818.13868-1-festevam@gmail.com \
    --to=festevam@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox