提交 3107d572 编写于 作者: V Venkat Reddy Talla 提交者: Linus Walleij

gpio: max77620: add compatible string to device id list

Adding max20024 compatible string to the device id list
to support both max77620 and max20024 devices.
Signed-off-by: NVenkat Reddy Talla <vreddytalla@nvidia.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 5261bee8
......@@ -290,6 +290,7 @@ static int max77620_gpio_probe(struct platform_device *pdev)
static const struct platform_device_id max77620_gpio_devtype[] = {
{ .name = "max77620-gpio", },
{ .name = "max20024-gpio", },
{},
};
MODULE_DEVICE_TABLE(platform, max77620_gpio_devtype);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册