Skip to content

Commit dae5220

Browse files
baruchsiachgclement
authored andcommitted
Revert "arm64: dts: marvell: add CPU Idle power state support on Armada 7K/8K"
This reverts commit 8ed4636. This commit breaks boot on Armada 8K based systems. Reverting it makes affected systems boot again. Reported-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent 6510223 commit dae5220

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

arch/arm64/boot/dts/marvell/armada-ap806-quad.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,24 @@
2020
compatible = "arm,cortex-a72", "arm,armv8";
2121
reg = <0x000>;
2222
enable-method = "psci";
23-
cpu-idle-states = <&CPU_SLEEP_0>;
2423
};
2524
cpu1: cpu@1 {
2625
device_type = "cpu";
2726
compatible = "arm,cortex-a72", "arm,armv8";
2827
reg = <0x001>;
2928
enable-method = "psci";
30-
cpu-idle-states = <&CPU_SLEEP_0>;
3129
};
3230
cpu2: cpu@100 {
3331
device_type = "cpu";
3432
compatible = "arm,cortex-a72", "arm,armv8";
3533
reg = <0x100>;
3634
enable-method = "psci";
37-
cpu-idle-states = <&CPU_SLEEP_0>;
3835
};
3936
cpu3: cpu@101 {
4037
device_type = "cpu";
4138
compatible = "arm,cortex-a72", "arm,armv8";
4239
reg = <0x101>;
4340
enable-method = "psci";
44-
cpu-idle-states = <&CPU_SLEEP_0>;
4541
};
4642
};
4743
};

arch/arm64/boot/dts/marvell/armada-ap806.dtsi

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,33 +28,6 @@
2828
method = "smc";
2929
};
3030

31-
cpus {
32-
#address-cells = <1>;
33-
#size-cells = <0>;
34-
35-
idle_states {
36-
entry_method = "arm,pcsi";
37-
38-
CPU_SLEEP_0: cpu-sleep-0 {
39-
compatible = "arm,idle-state";
40-
local-timer-stop;
41-
arm,psci-suspend-param = <0x0010000>;
42-
entry-latency-us = <80>;
43-
exit-latency-us = <160>;
44-
min-residency-us = <320>;
45-
};
46-
47-
CLUSTER_SLEEP_0: cluster-sleep-0 {
48-
compatible = "arm,idle-state";
49-
local-timer-stop;
50-
arm,psci-suspend-param = <0x1010000>;
51-
entry-latency-us = <500>;
52-
exit-latency-us = <1000>;
53-
min-residency-us = <2500>;
54-
};
55-
};
56-
};
57-
5831
ap806 {
5932
#address-cells = <2>;
6033
#size-cells = <2>;

0 commit comments

Comments
 (0)