summaryrefslogtreecommitdiff
path: root/arch/nios2/boot/dts/10m50_devboard.dts
diff options
context:
space:
mode:
authorJanne Grunau <j@jannau.net>2023-02-12 13:16:32 +0100
committerDinh Nguyen <dinguyen@kernel.org>2023-06-13 16:59:46 -0500
commit85041e12418fd0c08ff972b7729f7971afb361f8 (patch)
tree045a84068596c96194e2398bf1bb9c919d295a55 /arch/nios2/boot/dts/10m50_devboard.dts
parentac9a78681b921877518763ba0e89202254349d1b (diff)
nios2: dts: Fix tse_mac "max-frame-size" property
The given value of 1518 seems to refer to the layer 2 ethernet frame size without 802.1Q tag. Actual use of the "max-frame-size" including in the consumer of the "altr,tse-1.0" compatible is the MTU. Fixes: 95acd4c7b69c ("nios2: Device tree support") Fixes: 61c610ec61bb ("nios2: Add Max10 device tree") Cc: <stable@vger.kernel.org> Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/nios2/boot/dts/10m50_devboard.dts')
-rw-r--r--arch/nios2/boot/dts/10m50_devboard.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/boot/dts/10m50_devboard.dts b/arch/nios2/boot/dts/10m50_devboard.dts
index 56339bef3247..0e7e5b0dd685 100644
--- a/arch/nios2/boot/dts/10m50_devboard.dts
+++ b/arch/nios2/boot/dts/10m50_devboard.dts
@@ -97,7 +97,7 @@
rx-fifo-depth = <8192>;
tx-fifo-depth = <8192>;
address-bits = <48>;
- max-frame-size = <1518>;
+ max-frame-size = <1500>;
local-mac-address = [00 00 00 00 00 00];
altr,has-supplementary-unicast;
altr,enable-sup-addr = <1>;