]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
gpio: rmobile: Add R8A77995 D3 compatible
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 21 Oct 2017 09:28:06 +0000 (11:28 +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 R8A77995 D3 SoC.

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

index eead31562595f28b2d39d28be61faa0d677b25ba..593bbc4421ecdd4ba6f1c6c7216ac27cf8450554 100644 (file)
@@ -175,6 +175,7 @@ static const struct udevice_id rcar_gpio_ids[] = {
        { .compatible = "renesas,gpio-r8a7795" },
        { .compatible = "renesas,gpio-r8a7796" },
        { .compatible = "renesas,gpio-r8a77970" },
+       { .compatible = "renesas,gpio-r8a77995" },
        { /* sentinel */ }
 };