aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorVenkat Reddy Talla <vreddytalla@nvidia.com>2016-11-16 14:47:23 +0530
committerLinus Walleij <linus.walleij@linaro.org>2016-11-16 20:52:13 +0100
commit3107d572349f3d45b531bff4243dc6f1b630dedc (patch)
treebbfd7e5744ddaf92379ede8781022aa5ee7158c3 /drivers/gpio
parentgpio: intel-mid: use builtin_pci_driver (diff)
downloadlinux-dev-3107d572349f3d45b531bff4243dc6f1b630dedc.tar.xz
linux-dev-3107d572349f3d45b531bff4243dc6f1b630dedc.zip
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: Venkat Reddy Talla <vreddytalla@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-max77620.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-max77620.c b/drivers/gpio/gpio-max77620.c
index df035866d7a2..ec8de4190db9 100644
--- a/drivers/gpio/gpio-max77620.c
+++ b/drivers/gpio/gpio-max77620.c
@@ -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);