diff options
-rw-r--r-- | Documentation/devicetree/bindings/net/mediatek-net.txt | 3 |
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: | |||
24 | Optional properties: | 24 | Optional 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 = <ðsys>; | 52 | mediatek,ethsys = <ðsys>; |
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 | ||