diff options
| author | Marek Vasut <[email protected]> | 2017-10-21 11:35:49 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2017-12-09 13:36:26 +0100 |
| commit | 9e4a63736e50e99134e04321e7e6bdd2e5d7d694 (patch) | |
| tree | 27ff315d54428103e3f2cfb2ee746379c1ba407c | |
| parent | dc3bb3d41e747614f8c1e741abbd79978c6940fb (diff) | |
net: ravb: Add R8A77995 D3 compatible
Add new compatible to the Ethernet AVB driver for R8A77995 D3 SoC.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Joe Hershberger <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
| -rw-r--r-- | drivers/net/ravb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ravb.c b/drivers/net/ravb.c index d82a954f0c5..dc743e113de 100644 --- a/drivers/net/ravb.c +++ b/drivers/net/ravb.c @@ -653,6 +653,7 @@ static const struct udevice_id ravb_ids[] = { { .compatible = "renesas,etheravb-r8a7795" }, { .compatible = "renesas,etheravb-r8a7796" }, { .compatible = "renesas,etheravb-r8a77970" }, + { .compatible = "renesas,etheravb-r8a77995" }, { .compatible = "renesas,etheravb-rcar-gen3" }, { } }; |
