Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad3d7f1e authored by Kiran Padwal's avatar Kiran Padwal Committed by Linus Walleij
Browse files

pinctrl: imx6sl: introduce MODULE_DEVICE_TABLE for module autoloading



Enable autoloading of pinctrl-imx6sl module when a corresponing DT entry is present.

Signed-off-by: default avatarKiran Padwal <kiran.padwal@smartplayin.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 5dfe10b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -370,6 +370,7 @@ static const struct of_device_id imx6sl_pinctrl_of_match[] = {
	{ .compatible = "fsl,imx6sl-iomuxc", },
	{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, imx6sl_pinctrl_of_match);

static int imx6sl_pinctrl_probe(struct platform_device *pdev)
{