forked from OERV-BSP/u-boot
arm: dts: medaitek: fix internal switch link speed of mt7988
The CPU port of mt7988 internal switch uses 10Gb link speed. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
mediatek,switch = "mt7988";
|
||||
|
||||
fixed-link {
|
||||
speed = <1000>;
|
||||
speed = <10000>;
|
||||
full-duplex;
|
||||
pause;
|
||||
};
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
mediatek,switch = "mt7988";
|
||||
|
||||
fixed-link {
|
||||
speed = <1000>;
|
||||
speed = <10000>;
|
||||
full-duplex;
|
||||
pause;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user