From: Marek Vasut <marek.vasut+renesas@gmail.com>
Date: Sat, 21 Oct 2017 09:30:41 +0000 (+0200)
Subject: gpio: rmobile: Add generic Gen3 compatible
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e3ab42480e3627f7a320b19a91eca364150776f3;p=project%2Fbcm63xx%2Fu-boot.git

gpio: rmobile: Add generic Gen3 compatible

Add generic compatible to the GPIO driver for Gen3 SoCs.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---

diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c
index 593bbc4421..ddedbe6c0e 100644
--- a/drivers/gpio/gpio-rcar.c
+++ b/drivers/gpio/gpio-rcar.c
@@ -176,6 +176,7 @@ static const struct udevice_id rcar_gpio_ids[] = {
 	{ .compatible = "renesas,gpio-r8a7796" },
 	{ .compatible = "renesas,gpio-r8a77970" },
 	{ .compatible = "renesas,gpio-r8a77995" },
+	{ .compatible = "renesas,rcar-gen3-gpio" },
 	{ /* sentinel */ }
 };