projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f2f0d8
)
gpio: rmobile: Add R8A77995 D3 compatible
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Sat, 21 Oct 2017 09:28:06 +0000
(11:28 +0200)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-rcar.c
b/drivers/gpio/gpio-rcar.c
index
eead315
..
593bbc4
100644
(file)
--- a/
drivers/gpio/gpio-rcar.c
+++ b/
drivers/gpio/gpio-rcar.c
@@
-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 */ }
};