gpio: rmobile: Add R8A77970 V3M compatible
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 21 Oct 2017 09:27:04 +0000 (11:27 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 9 Dec 2017 12:36:26 +0000 (13:36 +0100)
Add new compatible to the GPIO driver for R8A77970 V3M SoC.

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

index cb9f425..eead315 100644 (file)
@@ -174,6 +174,7 @@ static int rcar_gpio_probe(struct udevice *dev)
 static const struct udevice_id rcar_gpio_ids[] = {
        { .compatible = "renesas,gpio-r8a7795" },
        { .compatible = "renesas,gpio-r8a7796" },
+       { .compatible = "renesas,gpio-r8a77970" },
        { /* sentinel */ }
 };