diff options
author | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> | 2015-09-10 16:59:01 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-10-02 04:19:34 -0700 |
commit | 633a5065939ae75a07bc37c110399a3faf065147 (patch) | |
tree | 4a45ed740afde77e77982e27286d735598ca1f16 /drivers/gpio | |
parent | c75a37720480819291ebca0db7fab4e87c46f73d (diff) | |
download | linux-633a5065939ae75a07bc37c110399a3faf065147.tar.bz2 |
gpio: arizona: add support for WM8998 and WM1814
Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | 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 052fbc8fdaaa..ca002739616a 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: |