bcm53xx: specify switch ports on TP-LINK devices
authorRafał Miłecki <rafal@milecki.pl>
Sun, 21 Nov 2021 12:44:58 +0000 (13:44 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 22 Nov 2021 14:23:22 +0000 (15:23 +0100)
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
target/linux/bcm53xx/patches-5.10/304-ARM-dts-BCM5301X-Specify-switch-ports-for-remaining-.patch

index 0c8a5c63cd8c6ef5bed5aa535a5be2c163c89418..8b2b5e49c96e8890799b4bcf3fb11488ed4744dc 100644 (file)
@@ -573,3 +573,95 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  &nandcs {
        partitions {
                compatible = "fixed-partitions";
+--- a/arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts
++++ b/arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts
+@@ -91,6 +91,43 @@
+       };
+ };
++&srab {
++      status = "okay";
++
++      ports {
++              port@0 {
++                      reg = <0>;
++                      label = "wan";
++              };
++
++              port@1 {
++                      reg = <1>;
++                      label = "lan1";
++              };
++
++              port@2 {
++                      reg = <2>;
++                      label = "lan2";
++              };
++
++              port@3 {
++                      reg = <3>;
++                      label = "lan3";
++              };
++
++              port@4 {
++                      reg = <4>;
++                      label = "lan4";
++              };
++
++              port@5 {
++                      reg = <5>;
++                      label = "cpu";
++                      ethernet = <&gmac0>;
++              };
++      };
++};
++
+ &spi_nor {
+       status = "okay";
+--- a/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts
++++ b/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts
+@@ -102,6 +102,43 @@
+       vcc-gpio = <&chipcommon 12 GPIO_ACTIVE_HIGH>;
+ };
++&srab {
++      status = "okay";
++
++      ports {
++              port@0 {
++                      reg = <0>;
++                      label = "wan";
++              };
++
++              port@1 {
++                      reg = <1>;
++                      label = "lan1";
++              };
++
++              port@2 {
++                      reg = <2>;
++                      label = "lan2";
++              };
++
++              port@3 {
++                      reg = <3>;
++                      label = "lan3";
++              };
++
++              port@4 {
++                      reg = <4>;
++                      label = "lan4";
++              };
++
++              port@5 {
++                      reg = <5>;
++                      label = "cpu";
++                      ethernet = <&gmac0>;
++              };
++      };
++};
++
+ &spi_nor {
+       status = "okay";