Skip to content

Commit

Permalink
net: ethernet: mediatek: remove hwlro property in the device tree
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Nelson Chang authored and davem330 committed Oct 7, 2016
1 parent 983e1a6 commit 3a09f18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Documentation/devicetree/bindings/net/mediatek-net.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -54,7 +53,6 @@ eth: ethernet@1b100000 {
reset-names = "eth";
mediatek,ethsys = <&ethsys>;
mediatek,pctl = <&syscfg_pctl_a>;
mediatek,hwlro;
#address-cells = <1>;
#size-cells = <0>;

Expand Down

0 comments on commit 3a09f18

Please sign in to comment.