Patch "arm64: dts: broadcom: bcm4908: Fix cpu node for smp boot" has been added to the 5.18-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

    arm64: dts: broadcom: bcm4908: Fix cpu node for smp boot

to the 5.18-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:
     arm64-dts-broadcom-bcm4908-fix-cpu-node-for-smp-boot.patch
and it can be found in the queue-5.18 subdirectory.

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



commit 4bdfd8addaf0d76ec15b5a3fc356ab9262d2aaa3
Author: William Zhang <william.zhang@xxxxxxxxxxxx>
Date:   Fri Jul 8 11:25:07 2022 -0700

    arm64: dts: broadcom: bcm4908: Fix cpu node for smp boot
    
    [ Upstream commit 8bd582ae9a71d7f14c4e0c735b2eacaf7516d626 ]
    
    Add spin-table enable-method and cpu-release-addr properties for
    cpu0 node. This is required by all ARMv8 SoC. Otherwise some
    bootloader like u-boot can not update cpu-release-addr and linux
    fails to start up secondary cpus.
    
    Fixes: 2961f69f151c ("arm64: dts: broadcom: add BCM4908 and Asus GT-AC5300 early DTS files")
    Signed-off-by: William Zhang <william.zhang@xxxxxxxxxxxx>
    Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
index a4be040a00c0..967d2cd3c3ce 100644
--- a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
+++ b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
@@ -29,6 +29,8 @@ cpu0: cpu@0 {
 			device_type = "cpu";
 			compatible = "brcm,brahma-b53";
 			reg = <0x0>;
+			enable-method = "spin-table";
+			cpu-release-addr = <0x0 0xfff8>;
 			next-level-cache = <&l2>;
 		};
 



[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