Skip to content

Commit da8b973

Browse files
knaerzchemmind
authored andcommitted
ARM: dts: rockchip: Enable SMP bring-up for RK3128
For bring-up of the non-boot cpu cores the enable-method for RK3036 can be re-used. This adds a (small) chunk of SRAM for execution of the SMP trampoline code and the respective enable-method property to the cpus. Signed-off-by: Alex Bee <knaerzche@gmail.com> Link: https://lore.kernel.org/r/20230829214004.314932-8-knaerzche@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 02941bc commit da8b973

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/rockchip/rk3128.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
cpus {
2828
#address-cells = <1>;
2929
#size-cells = <0>;
30+
enable-method = "rockchip,rk3036-smp";
3031

3132
cpu0: cpu@f00 {
3233
device_type = "cpu";
@@ -86,6 +87,11 @@
8687
#address-cells = <1>;
8788
#size-cells = <1>;
8889
ranges = <0 0x10080000 0x2000>;
90+
91+
smp-sram@0 {
92+
compatible = "rockchip,rk3066-smp-sram";
93+
reg = <0x00 0x10>;
94+
};
8995
};
9096

9197
pmu: syscon@100a0000 {

0 commit comments

Comments
 (0)