提交 3a09f18e 编写于 作者: N Nelson Chang 提交者: David S. Miller

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: NNelson Chang <nelson.chang@mediatek.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 983e1a6c
...@@ -24,7 +24,6 @@ Required properties: ...@@ -24,7 +24,6 @@ Required properties:
Optional properties: Optional properties:
- interrupt-parent: Should be the phandle for the interrupt controller - interrupt-parent: Should be the phandle for the interrupt controller
that services interrupts for this device that services interrupts for this device
- mediatek,hwlro: the capability if the hardware supports LRO functions
* Ethernet MAC node * Ethernet MAC node
...@@ -54,7 +53,6 @@ eth: ethernet@1b100000 { ...@@ -54,7 +53,6 @@ eth: ethernet@1b100000 {
reset-names = "eth"; reset-names = "eth";
mediatek,ethsys = <&ethsys>; mediatek,ethsys = <&ethsys>;
mediatek,pctl = <&syscfg_pctl_a>; mediatek,pctl = <&syscfg_pctl_a>;
mediatek,hwlro;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册