mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
net: ravb: Add R8A77990 E3 compatible
Add new compatible to the Ethernet AVB driver for R8A77990 E3 SoC. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
d629152a9a
commit
34f1dba983
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
{ }
|
||||
|
|
Loading…
Add table
Reference in a new issue