mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 14:51:31 +02:00
net: ravb: Add R-Car Gen4 support
Add support for R-Car Gen4 SoCs and a matching DT compatible. Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> [Marek: Drop SoC specific compatible, use RCAR_64 Kconfig symbol, update commit message]
This commit is contained in:
parent
632a7b1186
commit
c2fbaaf3dc
@ -754,7 +754,7 @@ config GMAC_ROCKCHIP
|
||||
|
||||
config RENESAS_RAVB
|
||||
bool "Renesas Ethernet AVB MAC"
|
||||
depends on RCAR_GEN3
|
||||
depends on RCAR_64
|
||||
select PHYLIB
|
||||
help
|
||||
This driver implements support for the Ethernet AVB block in
|
||||
|
@ -692,6 +692,7 @@ int ravb_of_to_plat(struct udevice *dev)
|
||||
|
||||
static const struct udevice_id ravb_ids[] = {
|
||||
{ .compatible = "renesas,etheravb-rcar-gen3" },
|
||||
{ .compatible = "renesas,etheravb-rcar-gen4" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user