bcm53xx: add testing support for kernel 6.6
[openwrt/staging/stintel.git] / target / linux / bcm53xx / patches-6.6 / 030-v6.7-0006-ARM-dts-BCM5301X-Set-fixed-link-for-extra-Netgear-R8.patch
1 From d313b0e9070a7100ca55e64fe3b081d176d8806d Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Fri, 13 Oct 2023 12:33:14 +0200
4 Subject: [PATCH] ARM: dts: BCM5301X: Set fixed-link for extra Netgear R8000
5 CPU ports
6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
9
10 Ports 5 and 7 are disabled by default because the standard use case is
11 for port 8 to manage all CPU directed traffic. For experimentation
12 purposes however it is desirable to provide adequate properties such
13 that people can experiment with using different ports without having to
14 figure out their configuration. Some of the use cases include but are
15 not limited to doubling or tripling the bandwidth by leveraging the
16 additional ports/Ethernet MAC combinations.
17
18 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
19 Link: https://lore.kernel.org/r/20231013103314.10306-2-zajec5@gmail.com
20 Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
21 ---
22 arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts | 10 ++++++++++
23 1 file changed, 10 insertions(+)
24
25 --- a/arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts
26 +++ b/arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts
27 @@ -237,10 +237,20 @@
28
29 port@5 {
30 status = "disabled";
31 +
32 + fixed-link {
33 + speed = <1000>;
34 + full-duplex;
35 + };
36 };
37
38 port@7 {
39 status = "disabled";
40 +
41 + fixed-link {
42 + speed = <1000>;
43 + full-duplex;
44 + };
45 };
46
47 port@8 {