ARM: dts: BCM5301X: Set fixed-link for extra Netgear R8000 CPU ports
authorRafał Miłecki <rafal@milecki.pl>
Fri, 13 Oct 2023 10:33:14 +0000 (12:33 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Mon, 23 Oct 2023 22:30:57 +0000 (15:30 -0700)
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 <rafal@milecki.pl>
Link: https://lore.kernel.org/r/20231013103314.10306-2-zajec5@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts

index 55fc9f44cbc7f5b66da86ec767208a86b74c90bd..127ca87412201aae6b32812f9c4dcff7ae4bfa28 100644 (file)
 
                port@5 {
                        status = "disabled";
+
+                       fixed-link {
+                               speed = <1000>;
+                               full-duplex;
+                       };
                };
 
                port@7 {
                        status = "disabled";
+
+                       fixed-link {
+                               speed = <1000>;
+                               full-duplex;
+                       };
                };
 
                port@8 {