All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 5/6] net: fex_mxc: add i.MX6UL/SX/SL compatible
Date: Wed, 28 Mar 2018 20:54:15 +0800	[thread overview]
Message-ID: <20180328125416.28056-5-peng.fan@nxp.com> (raw)
In-Reply-To: <20180328125416.28056-1-peng.fan@nxp.com>

Add i.MX6UL/SX/SL compatible.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
---

V3: None
V2: None

 drivers/net/fec_mxc.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
index ba66c2f95a..765226e3ab 100644
--- a/drivers/net/fec_mxc.c
+++ b/drivers/net/fec_mxc.c
@@ -1342,6 +1342,9 @@ static int fecmxc_ofdata_to_platdata(struct udevice *dev)
 
 static const struct udevice_id fecmxc_ids[] = {
 	{ .compatible = "fsl,imx6q-fec" },
+	{ .compatible = "fsl,imx6sl-fec" },
+	{ .compatible = "fsl,imx6sx-fec" },
+	{ .compatible = "fsl,imx6ul-fec" },
 	{ }
 };
 
-- 
2.14.1

  parent reply	other threads:[~2018-03-28 12:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-28 12:54 [U-Boot] [PATCH V3 1/6] net: fec_mxc: Fix DM driver issue in recv Peng Fan
2018-03-28 12:54 ` [U-Boot] [PATCH V3 2/6] net: fec_mxc: simplify fec_get_miibus Peng Fan
2018-04-15  4:15   ` [U-Boot] " Joe Hershberger
2018-03-28 12:54 ` [U-Boot] [PATCH V3 3/6] net: fec: set dev->seq to priv->dev_id Peng Fan
2018-04-15  4:15   ` [U-Boot] " Joe Hershberger
2018-03-28 12:54 ` [U-Boot] [PATCH V3 4/6] net: fec: sharing MDIO for two enet controllers Peng Fan
2018-04-15  4:15   ` [U-Boot] " Joe Hershberger
2018-03-28 12:54 ` Peng Fan [this message]
2018-04-15  4:15   ` [U-Boot] net: fex_mxc: add i.MX6UL/SX/SL compatible Joe Hershberger
2018-03-28 12:54 ` [U-Boot] [PATCH V3 6/6] net: fec: Fix issue in DM probe timeout Peng Fan
2018-03-29  3:36   ` Joe Hershberger
2018-04-15  4:16   ` [U-Boot] " Joe Hershberger
2018-04-15  4:15 ` [U-Boot] net: fec_mxc: Fix DM driver issue in recv Joe Hershberger

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=20180328125416.28056-5-peng.fan@nxp.com \
    --to=peng.fan@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 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.