aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-rcar.c
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2016-07-07 17:11:45 +0300
committerLinus Walleij <linus.walleij@linaro.org>2016-07-22 15:30:39 +0200
commite79c583023438309fefaaaa9197c327f2614d57a (patch)
tree9ad6bb1a7bd545c432a7634f427b443447a36015 /drivers/gpio/gpio-rcar.c
parentgpiolib: remove duplicated include from gpiolib.c (diff)
downloadlinux-dev-e79c583023438309fefaaaa9197c327f2614d57a.tar.xz
linux-dev-e79c583023438309fefaaaa9197c327f2614d57a.zip
gpio: rcar: add R8A7792 support
Renesas R8A7792 SoC is a member of the R-Car gen2 family, add support for its GPIO controllers. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-rcar.c')
-rw-r--r--drivers/gpio/gpio-rcar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c
index 681c93fb9e70..b96e0b466f74 100644
--- a/drivers/gpio/gpio-rcar.c
+++ b/drivers/gpio/gpio-rcar.c
@@ -335,6 +335,9 @@ static const struct of_device_id gpio_rcar_of_table[] = {
.compatible = "renesas,gpio-r8a7791",
.data = &gpio_rcar_info_gen2,
}, {
+ .compatible = "renesas,gpio-r8a7792",
+ .data = &gpio_rcar_info_gen2,
+ }, {
.compatible = "renesas,gpio-r8a7793",
.data = &gpio_rcar_info_gen2,
}, {