summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2018-04-26 13:20:10 +0200
committerMarek Vasut <[email protected]>2018-06-01 09:47:02 +0200
commit34f1dba983d8c27a33708b42a2c7827046fb2cd2 (patch)
tree2fdefc55468338a9c52e6e9678e50da0dccb2b7b /drivers
parentd629152a9ae544401e2e657e8ce597fe61abc27b (diff)
net: ravb: Add R8A77990 E3 compatible
Add new compatible to the Ethernet AVB driver for R8A77990 E3 SoC. Signed-off-by: Marek Vasut <[email protected]> Cc: Joe Hershberger <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ravb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ravb.c b/drivers/net/ravb.c
index 3392e5854d7..999894f0f6d 100644
--- a/drivers/net/ravb.c
+++ b/drivers/net/ravb.c
@@ -659,6 +659,7 @@ static const struct udevice_id ravb_ids[] = {
{ .compatible = "renesas,etheravb-r8a7796" },
{ .compatible = "renesas,etheravb-r8a77965" },
{ .compatible = "renesas,etheravb-r8a77970" },
+ { .compatible = "renesas,etheravb-r8a77990" },
{ .compatible = "renesas,etheravb-r8a77995" },
{ .compatible = "renesas,etheravb-rcar-gen3" },
{ }