[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1378904607-23349-1-git-send-email-ckeepax@opensource.wolfsonmicro.com>
Date: Wed, 11 Sep 2013 14:03:27 +0100
From: Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>
To: grant.likely@...aro.org, linus.walleij@...aro.org
Cc: patches@...nsource.wolfsonmicro.com, linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org,
Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>
Subject: [PATCH] gpio: arizona: Add wm8997 support to probe
Signed-off-by: Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>
---
A bit of confusion with merging this last time because I
messed up the CCs, is safe to merge this patch on its own
now.
drivers/gpio/gpio-arizona.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c
index fa8b6a7..a2bec3c 100644
--- a/drivers/gpio/gpio-arizona.c
+++ b/drivers/gpio/gpio-arizona.c
@@ -113,6 +113,7 @@ static int arizona_gpio_probe(struct platform_device *pdev)
switch (arizona->type) {
case WM5102:
case WM5110:
+ case WM8997:
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