Commit 5d11f839 authored by Fabio Estevam's avatar Fabio Estevam Committed by Linus Walleij
Browse files

pinctrl: imx93: Add MODULE_DEVICE_TABLE()



Pass MODULE_DEVICE_TABLE() so that module autoloading can work.

This also aligns with the other i.MX8 pinctrl drivers.

Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Reviewed-by: default avatarJacky Bai <ping.bai@nxp.com>
Link: https://lore.kernel.org/r/20220712115154.2348971-1-festevam@denx.de


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 0569af48
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -246,6 +246,7 @@ static const struct of_device_id imx93_pinctrl_of_match[] = {
	{ .compatible = "fsl,imx93-iomuxc", },
	{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, imx93_pinctrl_of_match);

static int imx93_pinctrl_probe(struct platform_device *pdev)
{