File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Documentation/devicetree/bindings/net
drivers/net/ethernet/renesas Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Required properties:
9
9
"renesas,ether-r8a7779" if the device is a part of R8A7779 SoC.
10
10
"renesas,ether-r8a7790" if the device is a part of R8A7790 SoC.
11
11
"renesas,ether-r8a7791" if the device is a part of R8A7791 SoC.
12
+ "renesas,ether-r8a7794" if the device is a part of R8A7794 SoC.
12
13
"renesas,ether-r7s72100" if the device is a part of R7S72100 SoC.
13
14
- reg: offset and length of (1) the E-DMAC/feLic register block (required),
14
15
(2) the TSU register block (optional).
Original file line number Diff line number Diff line change @@ -2746,6 +2746,7 @@ static const struct of_device_id sh_eth_match_table[] = {
2746
2746
{ .compatible = "renesas,ether-r8a7779" , .data = & r8a777x_data },
2747
2747
{ .compatible = "renesas,ether-r8a7790" , .data = & r8a779x_data },
2748
2748
{ .compatible = "renesas,ether-r8a7791" , .data = & r8a779x_data },
2749
+ { .compatible = "renesas,ether-r8a7794" , .data = & r8a779x_data },
2749
2750
{ .compatible = "renesas,ether-r7s72100" , .data = & r7s72100_data },
2750
2751
{ }
2751
2752
};
@@ -2972,6 +2973,7 @@ static struct platform_device_id sh_eth_id_table[] = {
2972
2973
{ "r8a777x-ether" , (kernel_ulong_t )& r8a777x_data },
2973
2974
{ "r8a7790-ether" , (kernel_ulong_t )& r8a779x_data },
2974
2975
{ "r8a7791-ether" , (kernel_ulong_t )& r8a779x_data },
2976
+ { "r8a7794-ether" , (kernel_ulong_t )& r8a779x_data },
2975
2977
{ }
2976
2978
};
2977
2979
MODULE_DEVICE_TABLE (platform , sh_eth_id_table );
You can’t perform that action at this time.
0 commit comments