Skip to content

Commit

Permalink
arm/dts: Remove mac hardware checksum from Firestone BMC Board
Browse files Browse the repository at this point in the history
Hardware checksumming doesn't work.

Without this patch pings work but more complex network interactions like SSH
fail.

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
Cyril Bur authored and Joel Stanley committed May 5, 2016
1 parent 7e4820a commit 76946a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
#include "aspeed-bmc-opp-flash-layout.dtsi"
};
};
mac0: ethernet@1e660000 {
no-hw-checksum;
};
spi@1e630000 {
reg = < 0x1e630000 0x18
0x30000000 0x02000000 >;
Expand Down

0 comments on commit 76946a8

Please sign in to comment.