Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: dts: mt7623: add missing pause for switchport

port6 of mt7530 switch (= cpu port 0) on bananapi-r2 misses pause option
which causes rx drops on running iperf.

Fixes: f4ff257cd160 ("arm: dts: mt7623: add support for Bananapi R2 (BPI-R2) board")
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20200907070517.51715-1-linux@fw-web.de
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

authored by

Frank Wunderlich and committed by
Matthias Brugger
36f0a5fc 8cf333f8

+1
+1
arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
··· 235 235 fixed-link { 236 236 speed = <1000>; 237 237 full-duplex; 238 + pause; 238 239 }; 239 240 }; 240 241 };