Skip to content

Commit 2c5ef4e

Browse files
committed
Merge tag 'hisi-arm64-dt-for-6.15' of https://github.com/hisilicon/linux-hisi into soc/dt
ARM64: DT: HiSilicon ARM64 DT updates for v6.15 - Add property to the ETM nodes for fixing CPU idle states * tag 'hisi-arm64-dt-for-6.15' of https://github.com/hisilicon/linux-hisi: arm64: dts: hi3660: Add property for fixing CPUIdle Link: https://lore.kernel.org/r/67D968A9.7080504@hisilicon.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 519df17 + 8095a17 commit 2c5ef4e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/hisilicon/hi3660-coresight.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
clocks = <&crg_ctrl HI3660_PCLK>;
1818
clock-names = "apb_pclk";
1919
cpu = <&cpu0>;
20+
arm,coresight-loses-context-with-cpu;
2021

2122
out-ports {
2223
port {
@@ -34,6 +35,7 @@
3435
clocks = <&crg_ctrl HI3660_PCLK>;
3536
clock-names = "apb_pclk";
3637
cpu = <&cpu1>;
38+
arm,coresight-loses-context-with-cpu;
3739

3840
out-ports {
3941
port {
@@ -51,6 +53,7 @@
5153
clocks = <&crg_ctrl HI3660_PCLK>;
5254
clock-names = "apb_pclk";
5355
cpu = <&cpu2>;
56+
arm,coresight-loses-context-with-cpu;
5457

5558
out-ports {
5659
port {
@@ -68,6 +71,7 @@
6871
clocks = <&crg_ctrl HI3660_PCLK>;
6972
clock-names = "apb_pclk";
7073
cpu = <&cpu3>;
74+
arm,coresight-loses-context-with-cpu;
7175

7276
out-ports {
7377
port {
@@ -160,6 +164,7 @@
160164
clocks = <&crg_ctrl HI3660_PCLK>;
161165
clock-names = "apb_pclk";
162166
cpu = <&cpu4>;
167+
arm,coresight-loses-context-with-cpu;
163168

164169
out-ports {
165170
port {
@@ -177,6 +182,7 @@
177182
clocks = <&crg_ctrl HI3660_PCLK>;
178183
clock-names = "apb_pclk";
179184
cpu = <&cpu5>;
185+
arm,coresight-loses-context-with-cpu;
180186

181187
out-ports {
182188
port {
@@ -194,6 +200,7 @@
194200
clocks = <&crg_ctrl HI3660_PCLK>;
195201
clock-names = "apb_pclk";
196202
cpu = <&cpu6>;
203+
arm,coresight-loses-context-with-cpu;
197204

198205
out-ports {
199206
port {
@@ -211,6 +218,7 @@
211218
clocks = <&crg_ctrl HI3660_PCLK>;
212219
clock-names = "apb_pclk";
213220
cpu = <&cpu7>;
221+
arm,coresight-loses-context-with-cpu;
214222

215223
out-ports {
216224
port {

0 commit comments

Comments
 (0)