Skip to content

Commit b649082

Browse files
Will Deaconkrzk
authored andcommitted
arm64: dts: exynos: gs101: Add 'local-timer-stop' to cpuidle nodes
In preparation for switching to the architected timer as the primary clockevents device, mark the cpuidle nodes with the 'local-timer-stop' property to indicate that an alternative clockevents device must be used for waking up from the "c2" idle state. Signed-off-by: Will Deacon <willdeacon@google.com> [Original commit from https://android.googlesource.com/kernel/gs/+/a896fd98638047989513d05556faebd28a62b27c] Signed-off-by: Will McVicker <willmcvicker@google.com> Reviewed-by: Youngmin Nam <youngmin.nam@samsung.com> Tested-by: Youngmin Nam <youngmin.nam@samsung.com> Fixes: ea89fdf ("arm64: dts: exynos: google: Add initial Google gs101 SoC support") Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Reviewed-by: Peter Griffin <peter.griffin@linaro.org> Tested-by: Peter Griffin <peter.griffin@linaro.org> Link: https://lore.kernel.org/r/20250611-gs101-cpuidle-v2-1-4fa811ec404d@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 134442a commit b649082

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/boot/dts/exynos/google/gs101.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
idle-state-name = "c2";
156156
compatible = "arm,idle-state";
157157
arm,psci-suspend-param = <0x0010000>;
158+
local-timer-stop;
158159
entry-latency-us = <70>;
159160
exit-latency-us = <160>;
160161
min-residency-us = <2000>;
@@ -164,6 +165,7 @@
164165
idle-state-name = "c2";
165166
compatible = "arm,idle-state";
166167
arm,psci-suspend-param = <0x0010000>;
168+
local-timer-stop;
167169
entry-latency-us = <150>;
168170
exit-latency-us = <190>;
169171
min-residency-us = <2500>;
@@ -173,6 +175,7 @@
173175
idle-state-name = "c2";
174176
compatible = "arm,idle-state";
175177
arm,psci-suspend-param = <0x0010000>;
178+
local-timer-stop;
176179
entry-latency-us = <235>;
177180
exit-latency-us = <220>;
178181
min-residency-us = <3500>;

0 commit comments

Comments
 (0)