diff options
author | Nelson Chang <nelson.chang@mediatek.com> | 2016-10-06 19:44:03 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-10-06 21:08:08 -0400 |
commit | 3a09f18ef6f685c714f1c5a22df9b4da58dde355 (patch) | |
tree | 4f341218d5234cfed499dc45da0ea69ee37e6cc3 | |
parent | 983e1a6c95abf8058d26149a928578b720c77bce (diff) | |
download | linux-3a09f18ef6f685c714f1c5a22df9b4da58dde355.tar.bz2 |
net: ethernet: mediatek: remove hwlro property in the device tree
Since the proper way to check the hw lro capability is by the chip id,
hwlro property in the device tree should be removed.
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.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/mediatek-net.txt b/Documentation/devicetree/bindings/net/mediatek-net.txt index f09525772369..c010fafc66a8 100644 --- a/Documentation/devicetree/bindings/net/mediatek-net.txt +++ b/Documentation/devicetree/bindings/net/mediatek-net.txt @@ -24,7 +24,6 @@ Required properties: Optional properties: - interrupt-parent: Should be the phandle for the interrupt controller that services interrupts for this device -- mediatek,hwlro: the capability if the hardware supports LRO functions * Ethernet MAC node @@ -54,7 +53,6 @@ eth: ethernet@1b100000 { reset-names = "eth"; mediatek,ethsys = <ðsys>; mediatek,pctl = <&syscfg_pctl_a>; - mediatek,hwlro; #address-cells = <1>; #size-cells = <0>; |