summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNelson Chang <nelson.chang@mediatek.com>2016-09-17 11:50:57 -0400
committerDavid S. Miller <davem@davemloft.net>2016-09-19 01:40:47 -0400
commit004e6cc6c181aa109427594fca35eb55d89d780e (patch)
treef26f092f7d32e5d5e681799b211a873ddcbbc53a
parent7aab747e5563ecbc9f3cb64ddea13fe7b9fee2bd (diff)
net: ethernet: mediatek: add the dts property to set if the HW supports LRO
Add the dts property for the capability if the hardware supports LRO. Signed-off-by: Nelson Chang <nelson.chang@mediatek.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--Documentation/devicetree/bindings/net/mediatek-net.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/mediatek-net.txt b/Documentation/devicetree/bindings/net/mediatek-net.txt
index 32eaaca04d9b..6103e5583070 100644
--- a/Documentation/devicetree/bindings/net/mediatek-net.txt
+++ b/Documentation/devicetree/bindings/net/mediatek-net.txt
@@ -24,7 +24,7 @@ Required properties:
24Optional properties: 24Optional properties:
25- interrupt-parent: Should be the phandle for the interrupt controller 25- interrupt-parent: Should be the phandle for the interrupt controller
26 that services interrupts for this device 26 that services interrupts for this device
27 27- mediatek,hwlro: the capability if the hardware supports LRO functions
28 28
29* Ethernet MAC node 29* Ethernet MAC node
30 30
@@ -51,6 +51,7 @@ eth: ethernet@1b100000 {
51 reset-names = "eth"; 51 reset-names = "eth";
52 mediatek,ethsys = <&ethsys>; 52 mediatek,ethsys = <&ethsys>;
53 mediatek,pctl = <&syscfg_pctl_a>; 53 mediatek,pctl = <&syscfg_pctl_a>;
54 mediatek,hwlro;
54 #address-cells = <1>; 55 #address-cells = <1>;
55 #size-cells = <0>; 56 #size-cells = <0>;
56 57