ARM: dts: aspeed: AST2400 disables hw checksum
authorJoel Stanley <joel@jms.id.au>
Mon, 16 Dec 2019 06:41:32 +0000 (17:41 +1100)
committerJoel Stanley <joel@jms.id.au>
Tue, 17 Dec 2019 02:38:26 +0000 (13:38 +1100)
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>
arch/arm/boot/dts/aspeed-bmc-facebook-wedge100.dts
arch/arm/boot/dts/aspeed-bmc-facebook-wedge40.dts
arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts

index b1e10f0c85c964ff37a283803693561be63399f5..322587b7b67da9530fba14a937ed04fa93a0f768 100644 (file)
@@ -76,7 +76,6 @@
 
 &mac1 {
        status = "okay";
-       no-hw-checksum;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
 };
index aaa77a597d1a1ca341e8ddec6872b40e1ad1a2ce..54e508530dcee445d76f3dca210cc99b7be1390e 100644 (file)
@@ -75,7 +75,6 @@
 
 &mac1 {
        status = "okay";
-       no-hw-checksum;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
 };
index c46aec4baec9848303f8c7b0b6bb74e0a554e031..0c591e13b3683b3a1673c37605dbf197d348a121 100644 (file)
 
 &mac0 {
        status = "okay";
-
        use-ncsi;
-       no-hw-checksum;
-
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_rmii1_default>;
 };