Skip to content

Commit 8bd582a

Browse files
William Zhangffainelli
authored andcommitted
arm64: dts: broadcom: bcm4908: Fix cpu node for smp boot
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: 2961f69 ("arm64: dts: broadcom: add BCM4908 and Asus GT-AC5300 early DTS files") Signed-off-by: William Zhang <william.zhang@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent b4a544e commit 8bd582a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
device_type = "cpu";
3030
compatible = "brcm,brahma-b53";
3131
reg = <0x0>;
32+
enable-method = "spin-table";
33+
cpu-release-addr = <0x0 0xfff8>;
3234
next-level-cache = <&l2>;
3335
};
3436

0 commit comments

Comments
 (0)