summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2018-01-18 00:52:15 +0100
committerMarek Vasut <[email protected]>2018-01-27 20:38:53 +0100
commit8b05436ff555434f71d137867d0a61da0bf1e93c (patch)
tree7b078d6b04f91c1f375c7cd3f7ef9c483cc6082a /drivers
parent34e93605ae1dc67bcbe532d6194f384b755d9ae2 (diff)
gpio: rmobile: Add RCar Gen2 compatible string
Add DT compatible string for RCar Gen2. Signed-off-by: Marek Vasut <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'drivers')
-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 ddedbe6c0e3..924bc035cd3 100644
--- a/drivers/gpio/gpio-rcar.c
+++ b/drivers/gpio/gpio-rcar.c
@@ -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-gen2-gpio" },
{ .compatible = "renesas,rcar-gen3-gpio" },
{ /* sentinel */ }
};