All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 01/10] pinctrl: imx8: add i.MX8QM compatible
@ 2018-12-24  4:04 Peng Fan
  2018-12-24  4:04 ` [U-Boot] [PATCH 02/10] dt-bindings: pinctrl: add i.MX8QM pads definition Peng Fan
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Peng Fan @ 2018-12-24  4:04 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-02-24  5:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-24  4:04 [U-Boot] [PATCH 01/10] pinctrl: imx8: add i.MX8QM compatible Peng Fan
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

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.