net: sh_eth: Add r8a7794 support
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com> [uli: added bindings documentation] Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
58e70b5940
commit
0f76b9d83b
@@ -2746,6 +2746,7 @@ static const struct of_device_id sh_eth_match_table[] = {
|
||||
{ .compatible = "renesas,ether-r8a7779", .data = &r8a777x_data },
|
||||
{ .compatible = "renesas,ether-r8a7790", .data = &r8a779x_data },
|
||||
{ .compatible = "renesas,ether-r8a7791", .data = &r8a779x_data },
|
||||
{ .compatible = "renesas,ether-r8a7794", .data = &r8a779x_data },
|
||||
{ .compatible = "renesas,ether-r7s72100", .data = &r7s72100_data },
|
||||
{ }
|
||||
};
|
||||
@@ -2972,6 +2973,7 @@ static struct platform_device_id sh_eth_id_table[] = {
|
||||
{ "r8a777x-ether", (kernel_ulong_t)&r8a777x_data },
|
||||
{ "r8a7790-ether", (kernel_ulong_t)&r8a779x_data },
|
||||
{ "r8a7791-ether", (kernel_ulong_t)&r8a779x_data },
|
||||
{ "r8a7794-ether", (kernel_ulong_t)&r8a779x_data },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(platform, sh_eth_id_table);
|
||||
|
Reference in New Issue
Block a user