ARM: dts: aspeed: netbmc: Delete no-hw-checksum
authorTao Ren <rentao.bupt@gmail.com>
Thu, 12 Dec 2019 23:16:21 +0000 (15:16 -0800)
committerJoel Stanley <joel@jms.id.au>
Tue, 17 Dec 2019 02:38:28 +0000 (13:38 +1100)
The ftgmac100's checksum issue has been fixed by commit 88824e3bf29a
("net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksum")
so this property is no longer required

Signed-off-by: Tao Ren <rentao.bupt@gmail.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/ast2500-facebook-netbmc-common.dtsi

index 7a395ba..7468f10 100644 (file)
@@ -71,7 +71,6 @@
 
 &mac1 {
        status = "okay";
-       no-hw-checksum;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
 };