aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mmio.c
diff options
context:
space:
mode:
authorNathan Sullivan <nathan.sullivan@ni.com>2017-03-14 12:13:22 -0400
committerLinus Walleij <linus.walleij@linaro.org>2017-03-23 04:49:06 -0400
commitb8c90199b51aa59da06e1a82a22ba11e69bd8150 (patch)
tree5817ea23b4481e7484e277a489c5f09b8ab924f5 /drivers/gpio/gpio-mmio.c
parentd8307c09206b35a9526bfdf076c9f516c0b5e6f1 (diff)
gpio: mmio: add support for NI 169445 NAND GPIO
The GPIO-based NAND controller on National Instruments 169445 hardware exposes a set of simple lines for the control signals. Signed-off-by: Nathan Sullivan <nathan.sullivan@ni.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-mmio.c')
-rw-r--r--drivers/gpio/gpio-mmio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-mmio.c b/drivers/gpio/gpio-mmio.c
index d7d03ad052d0..f7da40e46c55 100644
--- a/drivers/gpio/gpio-mmio.c
+++ b/drivers/gpio/gpio-mmio.c
@@ -575,6 +575,7 @@ static void __iomem *bgpio_map(struct platform_device *pdev,
575static const struct of_device_id bgpio_of_match[] = { 575static const struct of_device_id bgpio_of_match[] = {
576 { .compatible = "brcm,bcm6345-gpio" }, 576 { .compatible = "brcm,bcm6345-gpio" },
577 { .compatible = "wd,mbl-gpio" }, 577 { .compatible = "wd,mbl-gpio" },
578 { .compatible = "ni,169445-nand-gpio" },
578 { } 579 { }
579}; 580};
580MODULE_DEVICE_TABLE(of, bgpio_of_match); 581MODULE_DEVICE_TABLE(of, bgpio_of_match);