From: Venkat Reddy Talla Date: Wed, 16 Nov 2016 09:17:23 +0000 (+0530) Subject: gpio: max77620: add compatible string to device id list X-Git-Tag: v4.10-rc1~169^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3107d572349f3d45b531bff4243dc6f1b630dedc;p=karo-tx-linux.git 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 Signed-off-by: Linus Walleij --- 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);