sh_eth: add R8A7743/5 support
Add support for the first two members of the Renesas RZ/G family, RZ/G1M/E (also known as R8A7743/5). The Ether core is the same as in the R-Car gen2 SoCs, so will share the code/data with them... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
9c5982fe26
commit
c099ff3cdb
@@ -2959,6 +2959,8 @@ static struct sh_eth_plat_data *sh_eth_parse_dt(struct device *dev)
|
||||
|
||||
static const struct of_device_id sh_eth_match_table[] = {
|
||||
{ .compatible = "renesas,gether-r8a7740", .data = &r8a7740_data },
|
||||
{ .compatible = "renesas,ether-r8a7743", .data = &r8a779x_data },
|
||||
{ .compatible = "renesas,ether-r8a7745", .data = &r8a779x_data },
|
||||
{ .compatible = "renesas,ether-r8a7778", .data = &r8a777x_data },
|
||||
{ .compatible = "renesas,ether-r8a7779", .data = &r8a777x_data },
|
||||
{ .compatible = "renesas,ether-r8a7790", .data = &r8a779x_data },
|
||||
|
Reference in New Issue
Block a user