032-v6.6-0013-ARM-dts-BCM53573-Add-BCM53125-switch-port-5.patch 1007 B

123456789101112131415161718192021222324252627282930313233343536
  1. From d95b1caeea194962220db1778ce7fe71cdba788b Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
  3. Date: Sun, 23 Jul 2023 21:54:16 +0200
  4. Subject: [PATCH] ARM: dts: BCM53573: Add BCM53125 switch port 5
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. It's connected to the extra Ethernet interface.
  9. Signed-off-by: Rafał Miłecki <[email protected]>
  10. Link: https://lore.kernel.org/r/[email protected]
  11. Signed-off-by: Florian Fainelli <[email protected]>
  12. ---
  13. arch/arm/boot/dts/broadcom/bcm53573.dtsi | 10 ++++++++++
  14. 1 file changed, 10 insertions(+)
  15. --- a/arch/arm/boot/dts/bcm53573.dtsi
  16. +++ b/arch/arm/boot/dts/bcm53573.dtsi
  17. @@ -216,6 +216,16 @@
  18. reg = <4>;
  19. };
  20. + port@5 {
  21. + reg = <5>;
  22. + ethernet = <&gmac1>;
  23. +
  24. + fixed-link {
  25. + speed = <1000>;
  26. + full-duplex;
  27. + };
  28. + };
  29. +
  30. port@8 {
  31. reg = <8>;
  32. ethernet = <&gmac0>;