diff options
author | Tom Rini | 2018-03-05 20:24:17 -0500 |
---|---|---|
committer | Tom Rini | 2018-03-05 20:24:17 -0500 |
commit | 81f077f40f80eb431bfec88c9fe2a7da3efa8e5f (patch) | |
tree | 5910c7c388c33accdbddb9862250f165c83e9313 /drivers/gpio/gpio-rcar.c | |
parent | 3cbd5ff18d099bdb5256a67ea10ea187adb77f14 (diff) | |
parent | b2c38dc3d3693578e8067ca2333ab3f6e6cc00d4 (diff) |
Merge git://git.denx.de/u-boot-sh
Diffstat (limited to 'drivers/gpio/gpio-rcar.c')
-rw-r--r-- | drivers/gpio/gpio-rcar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c index 924bc035cd3..de3320d006c 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" }, |