Patch "ARM: BCM53016: Specify switch ports for Meraki MR32" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: BCM53016: Specify switch ports for Meraki MR32

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-bcm53016-specify-switch-ports-for-meraki-mr32.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 274635fa0b23c4d317ff4279fcaad92207757d4d
Author: Christian Lamparter <chunkeey@xxxxxxxxx>
Date:   Sat Sep 18 19:29:30 2021 +0200

    ARM: BCM53016: Specify switch ports for Meraki MR32
    
    [ Upstream commit 6abc4ca5a28070945e0d68cb4160b309bfbf4b8b ]
    
    the switch identifies itself as a BCM53012 (rev 5)...
    This patch has been tested & verified on OpenWrt's
    snapshot with Linux 5.10 (didn't test any older kernels).
    The MR32 is able to "talk to the network" as before with
    OpenWrt's SWITCHDEV b53 driver.
    
    | b53-srab-switch 18007000.ethernet-switch: found switch: BCM53012, rev 5
    | libphy: dsa slave smi: probed
    | b53-srab-switch 18007000.ethernet-switch poe (uninitialized):
    |       PHY [dsa-0.0:00] driver [Generic PHY] (irq=POLL)
    | b53-srab-switch 18007000.ethernet-switch: Using legacy PHYLIB callbacks.
    |       Please migrate to PHYLINK!
    | DSA: tree 0 setup
    
    Reported-by: Rafał Miłecki <zajec5@xxxxxxxxx>
    Signed-off-by: Christian Lamparter <chunkeey@xxxxxxxxx>
    Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/bcm53016-meraki-mr32.dts b/arch/arm/boot/dts/bcm53016-meraki-mr32.dts
index 612d61852bfb9..577a4dc604d93 100644
--- a/arch/arm/boot/dts/bcm53016-meraki-mr32.dts
+++ b/arch/arm/boot/dts/bcm53016-meraki-mr32.dts
@@ -195,3 +195,25 @@ partition4@800000 {
 		};
 	};
 };
+
+&srab {
+	status = "okay";
+
+	ports {
+		port@0 {
+			reg = <0>;
+			label = "poe";
+		};
+
+		port@5 {
+			reg = <5>;
+			label = "cpu";
+			ethernet = <&gmac0>;
+
+			fixed-link {
+				speed = <1000>;
+				duplex-full;
+			};
+		};
+	};
+};



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux