038-v6.7-0006-ARM-dts-BCM5301X-Set-fixed-link-for-extra-Netgear-R8.patch 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. From d313b0e9070a7100ca55e64fe3b081d176d8806d Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
  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. Ports 5 and 7 are disabled by default because the standard use case is
  10. for port 8 to manage all CPU directed traffic. For experimentation
  11. purposes however it is desirable to provide adequate properties such
  12. that people can experiment with using different ports without having to
  13. figure out their configuration. Some of the use cases include but are
  14. not limited to doubling or tripling the bandwidth by leveraging the
  15. additional ports/Ethernet MAC combinations.
  16. Signed-off-by: Rafał Miłecki <[email protected]>
  17. Link: https://lore.kernel.org/r/[email protected]
  18. Signed-off-by: Florian Fainelli <[email protected]>
  19. ---
  20. arch/arm/boot/dts/broadcom/bcm4709-netgear-r8000.dts | 10 ++++++++++
  21. 1 file changed, 10 insertions(+)
  22. --- a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts
  23. +++ b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts
  24. @@ -229,10 +229,20 @@
  25. port@5 {
  26. status = "disabled";
  27. +
  28. + fixed-link {
  29. + speed = <1000>;
  30. + full-duplex;
  31. + };
  32. };
  33. port@7 {
  34. status = "disabled";
  35. +
  36. + fixed-link {
  37. + speed = <1000>;
  38. + full-duplex;
  39. + };
  40. };
  41. port@8 {