From: Rafał Miłecki Date: Fri, 13 Oct 2023 10:33:14 +0000 (+0200) Subject: ARM: dts: BCM5301X: Set fixed-link for extra Netgear R8000 CPU ports X-Git-Tag: v6.7-rc1~129^2~2^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d313b0e9070a7100ca55e64fe3b081d176d8806d;p=users%2Fdwmw2%2Flinux.git ARM: dts: BCM5301X: Set fixed-link for extra Netgear R8000 CPU ports Ports 5 and 7 are disabled by default because the standard use case is for port 8 to manage all CPU directed traffic. For experimentation purposes however it is desirable to provide adequate properties such that people can experiment with using different ports without having to figure out their configuration. Some of the use cases include but are not limited to doubling or tripling the bandwidth by leveraging the additional ports/Ethernet MAC combinations. Signed-off-by: Rafał Miłecki Link: https://lore.kernel.org/r/20231013103314.10306-2-zajec5@gmail.com Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts b/arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts index 55fc9f44cbc7f..127ca87412201 100644 --- a/arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts +++ b/arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts @@ -229,10 +229,20 @@ port@5 { status = "disabled"; + + fixed-link { + speed = <1000>; + full-duplex; + }; }; port@7 { status = "disabled"; + + fixed-link { + speed = <1000>; + full-duplex; + }; }; port@8 {