[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1430493319-23808-5-git-send-email-rf@opensource.wolfsonmicro.com>
Date: Fri, 1 May 2015 16:15:15 +0100
From: Richard Fitzgerald <rf@...nsource.wolfsonmicro.com>
To: lee.jones@...aro.org, broonie@...nel.org, linus.walleij@...aro.org,
gnurou@...il.com, cw00.choi@...sung.com
Cc: myungjoo.ham@...sung.com, devicetree@...r.kernel.org,
alsa-devel@...a-project.org, patches@...nsource.wolfsonmicro.com,
linux-kernel@...r.kernel.org, linux-gpio@...r.kernel.org,
ckeepax@...nsource.wolfsonmicro.com
Subject: [PATCH v3 4/8] gpio: arizona: add support for WM8998 and WM1814
Signed-off-by: Richard Fitzgerald <rf@...nsource.wolfsonmicro.com>
Acked-by: Linus Walleij <linus.walleij@...aro.org>
---
drivers/gpio/gpio-arizona.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c
index 052fbc8..ca00273 100644
--- a/drivers/gpio/gpio-arizona.c
+++ b/drivers/gpio/gpio-arizona.c
@@ -118,6 +118,8 @@ static int arizona_gpio_probe(struct platform_device *pdev)
case WM5110:
case WM8280:
case WM8997:
+ case WM8998:
+ case WM1814:
arizona_gpio->gpio_chip.ngpio = 5;
break;
default:
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists