All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawn.guo@linaro.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] mmc: hi6220_dw_mmc: add compatible for Poplar support
Date: Thu, 17 Jan 2019 12:09:51 +0800	[thread overview]
Message-ID: <20190117040952.4024-3-shawn.guo@linaro.org> (raw)
In-Reply-To: <20190117040952.4024-1-shawn.guo@linaro.org>

It adds compatible "hisilicon,hi3798cv200-dw-mshc" for Poplar SoC
Hi3798CV200 to probe this mmc driver.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
 drivers/mmc/hi6220_dw_mmc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/hi6220_dw_mmc.c b/drivers/mmc/hi6220_dw_mmc.c
index cc58aff38cc4..effd1e4c7c84 100644
--- a/drivers/mmc/hi6220_dw_mmc.c
+++ b/drivers/mmc/hi6220_dw_mmc.c
@@ -77,6 +77,7 @@ static int hi6220_dwmmc_bind(struct udevice *dev)
 
 static const struct udevice_id hi6220_dwmmc_ids[] = {
 	{ .compatible = "hisilicon,hi6220-dw-mshc" },
+	{ .compatible = "hisilicon,hi3798cv200-dw-mshc" },
 	{ }
 };
 
-- 
2.18.0

  parent reply	other threads:[~2019-01-17  4:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-17  4:09 [U-Boot] [PATCH 0/3] Enable mmc driver model for Poplar board Shawn Guo
2019-01-17  4:09 ` [U-Boot] [PATCH 1/3] poplar: sync up device tree with kernel 4.20 Shawn Guo
2019-01-17 14:53   ` Manivannan Sadhasivam
2019-01-18  0:57     ` Shawn Guo
2019-01-18  3:11       ` Manivannan Sadhasivam
2019-01-27  3:51   ` [U-Boot] [U-Boot, " Tom Rini
2019-01-17  4:09 ` Shawn Guo [this message]
2019-01-17 14:37   ` [U-Boot] [PATCH 2/3] mmc: hi6220_dw_mmc: add compatible for Poplar support Manivannan Sadhasivam
2019-01-27  3:51   ` [U-Boot] [U-Boot, " Tom Rini
2019-01-17  4:09 ` [U-Boot] [PATCH 3/3] poplar: clean up board level mmc initialization code Shawn Guo
2019-01-17 14:38   ` Manivannan Sadhasivam
2019-01-27  3:52   ` [U-Boot] [U-Boot, " Tom Rini

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=20190117040952.4024-3-shawn.guo@linaro.org \
    --to=shawn.guo@linaro.org \
    --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.