Skip to content

Commit 02941bc

Browse files
knaerzchemmind
authored andcommitted
ARM: dts: rockchip: Add CPU resets for RK3128
In order to support bring-up of the non-boot cores, this patch adds the reset controls for the cpu cores. They are required/will be used by the Rockchip platsmp driver. Signed-off-by: Alex Bee <knaerzche@gmail.com> Link: https://lore.kernel.org/r/20230829214004.314932-6-knaerzche@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 9107283 commit 02941bc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
reg = <0xf00>;
3535
clock-latency = <40000>;
3636
clocks = <&cru ARMCLK>;
37+
resets = <&cru SRST_CORE0>;
3738
operating-points = <
3839
/* KHz uV */
3940
816000 1000000
@@ -45,18 +46,21 @@
4546
device_type = "cpu";
4647
compatible = "arm,cortex-a7";
4748
reg = <0xf01>;
49+
resets = <&cru SRST_CORE1>;
4850
};
4951

5052
cpu2: cpu@f02 {
5153
device_type = "cpu";
5254
compatible = "arm,cortex-a7";
5355
reg = <0xf02>;
56+
resets = <&cru SRST_CORE2>;
5457
};
5558

5659
cpu3: cpu@f03 {
5760
device_type = "cpu";
5861
compatible = "arm,cortex-a7";
5962
reg = <0xf03>;
63+
resets = <&cru SRST_CORE3>;
6064
};
6165
};
6266

0 commit comments

Comments
 (0)