| commit | 85041e12418fd0c08ff972b7729f7971afb361f8 | [log] [tgz] |
|---|---|---|
| author | Janne Grunau <j@jannau.net> | Sun Feb 12 13:16:32 2023 +0100 |
| committer | Dinh Nguyen <dinguyen@kernel.org> | Tue Jun 13 16:59:46 2023 -0500 |
| tree | 045a84068596c96194e2398bf1bb9c919d295a55 | |
| parent | ac9a78681b921877518763ba0e89202254349d1b [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>