diff mbox series

[09/11] pinctrl: imx93: support i.MX91

Message ID 20241203-imx91-v1-9-48d2eaa4519e@nxp.com
State Accepted
Commit c22bc4019a6849f05a8a7d70d00dc883be80fec1
Delegated to: Fabio Estevam
Headers show
Series imx: add i.MX91 and 11x11-EVK support | expand

Commit Message

Peng Fan Dec. 3, 2024, 3:42 p.m. UTC
From: Peng Fan <peng.fan@nxp.com>

Reuse i.MX93 pinctrl driver for i.MX91, because i.MX91 follows same
design as i.MX93 in IOMUXC controller.

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

Patch

diff --git a/drivers/pinctrl/nxp/pinctrl-imx93.c b/drivers/pinctrl/nxp/pinctrl-imx93.c
index 9a5b9de6d756130b34fee1d5c5b50598851a486a..8d8ffec6d9ad0ffb908b628fc95ca68a372b653a 100644
--- a/drivers/pinctrl/nxp/pinctrl-imx93.c
+++ b/drivers/pinctrl/nxp/pinctrl-imx93.c
@@ -22,6 +22,7 @@  static int imx93_pinctrl_probe(struct udevice *dev)
 
 static const struct udevice_id imx93_pinctrl_match[] = {
 	{ .compatible = "fsl,imx93-iomuxc", .data = (ulong)&imx93_pinctrl_soc_info },
+	{ .compatible = "fsl,imx91-iomuxc", .data = (ulong)&imx93_pinctrl_soc_info },
 	{ /* sentinel */ }
 };