Skip to content

Commit

Permalink
ARM: dts: aspeed: AST2400 disables hw checksum
Browse files Browse the repository at this point in the history
There is no need to specify this property in the device tree as the
AST2400 does not have working hardware checksum and disables it in the
driver.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Tao Ren <rentao.bupt@gmail.com>
Reviewed-by: Alexander Filippov <a.filippov@yadro.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
Joel Stanley committed Dec 17, 2019
1 parent dafa8fe commit d4d171b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/aspeed-bmc-facebook-wedge100.dts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@

&mac1 {
status = "okay";
no-hw-checksum;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
};
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/aspeed-bmc-facebook-wedge40.dts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@

&mac1 {
status = "okay";
no-hw-checksum;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
};
Expand Down
3 changes: 0 additions & 3 deletions arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,7 @@

&mac0 {
status = "okay";

use-ncsi;
no-hw-checksum;

pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rmii1_default>;
};
Expand Down

0 comments on commit d4d171b

Please sign in to comment.