]> Git Repo - J-u-boot.git/commitdiff
pinctrl: imx93: support i.MX91
authorPeng Fan <[email protected]>
Tue, 3 Dec 2024 15:42:52 +0000 (23:42 +0800)
committerFabio Estevam <[email protected]>
Sat, 7 Dec 2024 12:07:04 +0000 (09:07 -0300)
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 <[email protected]>
drivers/pinctrl/nxp/pinctrl-imx93.c

index 9a5b9de6d756130b34fee1d5c5b50598851a486a..8d8ffec6d9ad0ffb908b628fc95ca68a372b653a 100644 (file)
@@ -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 */ }
 };
 
This page took 0.033169 seconds and 4 git commands to generate.