]> git.sur5r.net Git - u-boot/commitdiff
gpio: rmobile: Add R8A77990 E3 compatible
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 26 Apr 2018 11:18:45 +0000 (13:18 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 1 Jun 2018 07:47:02 +0000 (09:47 +0200)
Add new compatible to the GPIO driver for R8A77990 E3 SoC.

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

index b46621f76b95479124f9db42a77956018140d8dc..6fd127064050a07559649390c5ab140f11f8ff25 100644 (file)
@@ -175,6 +175,7 @@ static const struct udevice_id rcar_gpio_ids[] = {
        { .compatible = "renesas,gpio-r8a7796" },
        { .compatible = "renesas,gpio-r8a77965" },
        { .compatible = "renesas,gpio-r8a77970" },
+       { .compatible = "renesas,gpio-r8a77990" },
        { .compatible = "renesas,gpio-r8a77995" },
        { .compatible = "renesas,rcar-gen2-gpio" },
        { .compatible = "renesas,rcar-gen3-gpio" },