summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-03-05 20:24:17 -0500
committerTom Rini <trini@konsulko.com>2018-03-05 20:24:17 -0500
commit81f077f40f80eb431bfec88c9fe2a7da3efa8e5f (patch)
tree5910c7c388c33accdbddb9862250f165c83e9313 /drivers/gpio
parent3cbd5ff18d099bdb5256a67ea10ea187adb77f14 (diff)
parentb2c38dc3d3693578e8067ca2333ab3f6e6cc00d4 (diff)
downloadu-boot-81f077f40f80eb431bfec88c9fe2a7da3efa8e5f.tar.gz
u-boot-81f077f40f80eb431bfec88c9fe2a7da3efa8e5f.tar.xz
u-boot-81f077f40f80eb431bfec88c9fe2a7da3efa8e5f.zip
Merge git://git.denx.de/u-boot-sh
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-rcar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c
index 924bc035cd..de3320d006 100644
--- a/drivers/gpio/gpio-rcar.c
+++ b/drivers/gpio/gpio-rcar.c
@@ -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-r8a77965" },
{ .compatible = "renesas,gpio-r8a77970" },
{ .compatible = "renesas,gpio-r8a77995" },
{ .compatible = "renesas,rcar-gen2-gpio" },