projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6eb25c
)
net: ravb: Add R8A77965 M3N entries
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Mon, 26 Feb 2018 09:35:15 +0000
(10:35 +0100)
committer
Marek Vasut
<marex@denx.de>
Mon, 5 Mar 2018 09:59:37 +0000
(10:59 +0100)
Add entries for the R8A77965 M3N SoC.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/ravb.c
patch
|
blob
|
history
diff --git
a/drivers/net/ravb.c
b/drivers/net/ravb.c
index bd30cba940b29e531cab5a1cb4cc64125c3a1024..ae120e59ba6e5f4f04889f4fdfd244433dd8e8b1 100644
(file)
--- a/
drivers/net/ravb.c
+++ b/
drivers/net/ravb.c
@@
-658,6
+658,7
@@
int ravb_ofdata_to_platdata(struct udevice *dev)
static const struct udevice_id ravb_ids[] = {
{ .compatible = "renesas,etheravb-r8a7795" },
{ .compatible = "renesas,etheravb-r8a7796" },
+ { .compatible = "renesas,etheravb-r8a77965" },
{ .compatible = "renesas,etheravb-r8a77970" },
{ .compatible = "renesas,etheravb-r8a77995" },
{ .compatible = "renesas,etheravb-rcar-gen3" },