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 01/10] pinctrl: imx8: add i.MX8QM compatible
Date: Mon, 24 Dec 2018 04:04:05 +0000	[thread overview]
Message-ID: <20181224041309.15225-1-peng.fan@nxp.com> (raw)

Add i.MX8QM compatible

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 drivers/pinctrl/nxp/pinctrl-imx8.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/nxp/pinctrl-imx8.c b/drivers/pinctrl/nxp/pinctrl-imx8.c
index 0738da0ebe..c1b0ca438a 100644
--- a/drivers/pinctrl/nxp/pinctrl-imx8.c
+++ b/drivers/pinctrl/nxp/pinctrl-imx8.c
@@ -25,6 +25,7 @@ static int imx8_pinctrl_probe(struct udevice *dev)
 
 static const struct udevice_id imx8_pinctrl_match[] = {
 	{ .compatible = "fsl,imx8qxp-iomuxc", .data = (ulong)&imx8_pinctrl_soc_info },
+	{ .compatible = "fsl,imx8qm-iomuxc", .data = (ulong)&imx8_pinctrl_soc_info },
 	{ /* sentinel */ }
 };
 
-- 
2.14.1

             reply	other threads:[~2018-12-24  4:04 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-24  4:04 Peng Fan [this message]
2018-12-24  4:04 ` [U-Boot] [PATCH 02/10] dt-bindings: pinctrl: add i.MX8QM pads definition Peng Fan
2018-12-24  4:04 ` [U-Boot] [PATCH 03/10] dt-bindings: clock: dt-bindings: pinctrl: add i.MX8QM clocks definition Peng Fan
2018-12-24  4:04 ` [U-Boot] [PATCH 04/10] arm: dts: introduce dtsi for i.MX8QM Peng Fan
2018-12-24  4:04 ` [U-Boot] [PATCH 05/10] imx8: add cpu support Peng Fan
2018-12-24  4:04 ` [U-Boot] [PATCH 06/10] clk: imx8: split code into common and soc specific part Peng Fan
2018-12-24  4:04 ` [U-Boot] [PATCH 07/10] clk: imx8: add i.MX8QM clk driver Peng Fan
2019-01-28 14:04   ` Stefano Babic
2019-01-28 14:23     ` Fabio Estevam
2019-01-28 14:35       ` Stefano Babic
2019-01-29  1:21       ` Peng Fan
2019-01-29  1:14     ` Peng Fan
2019-02-24  5:53       ` Peng Fan
2018-12-24  4:04 ` [U-Boot] [PATCH 08/10] imx8: imx8-pins: add i.MX8QM Peng Fan
2018-12-24  4:04 ` [U-Boot] [PATCH 09/10] misc: imx8: scu: add i.MX8QM support Peng Fan
2018-12-24  4:04 ` [U-Boot] [PATCH 10/10] imx: support i.MX8QM MEK board Peng Fan

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=20181224041309.15225-1-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.