Commit 476e3e1d authored by David Lechner's avatar David Lechner Committed by Linus Walleij

pinctrl: da850-pupd: Add to module device table

This adds the pintrol-da850-pupd driver to the module device table so that
udev will automatically bind the driver to the device.
Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 0612413f
......@@ -194,6 +194,7 @@ static const struct of_device_id da850_pupd_of_match[] = {
{ .compatible = "ti,da850-pupd" },
{ }
};
MODULE_DEVICE_TABLE(of, da850_pupd_of_match);
static struct platform_driver da850_pupd_driver = {
.driver = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment