033-v5.19-0004-ARM-dts-BCM5301X-Add-rgmii-to-port-5-of-Broadcom-swi.patch 1012 B

1234567891011121314151617181920212223242526272829
  1. From 4b7a67420a34ebd8fbf0111221a8bfd8001d418d Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Ar=C4=B1n=C3=A7=20=C3=9CNAL?= <[email protected]>
  3. Date: Fri, 1 Apr 2022 13:20:00 +0300
  4. Subject: [PATCH] ARM: dts: BCM5301X: Add rgmii to port@5 of Broadcom switch on
  5. Asus RT-AC88U
  6. MIME-Version: 1.0
  7. Content-Type: text/plain; charset=UTF-8
  8. Content-Transfer-Encoding: 8bit
  9. Define phy-mode of the Broadcom switch's port@5 as rgmii. This doesn't seem
  10. to matter but let's explicitly define it since phy-mode as rgmii is defined
  11. on the other side which is port@6 of the Realtek switch.
  12. Signed-off-by: Arınç ÜNAL <[email protected]>
  13. Signed-off-by: Florian Fainelli <[email protected]>
  14. ---
  15. arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts | 1 +
  16. 1 file changed, 1 insertion(+)
  17. --- a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
  18. +++ b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
  19. @@ -205,6 +205,7 @@
  20. sw0_p5: port@5 {
  21. reg = <5>;
  22. label = "extsw";
  23. + phy-mode = "rgmii";
  24. fixed-link {
  25. speed = <1000>;