]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
gpio: rmobile: Add generic Gen3 compatible
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 21 Oct 2017 09:30:41 +0000 (11:30 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 9 Dec 2017 12:36:26 +0000 (13:36 +0100)
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>
drivers/gpio/gpio-rcar.c

index 593bbc4421ecdd4ba6f1c6c7216ac27cf8450554..ddedbe6c0e3900699147eefc404c7817f7e869fb 100644 (file)
@@ -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 */ }
 };