lemans: Remove the gold_cpu_sleep idle state#1320
Conversation
Firmware supports both CPU power collapse (gold_cpu_sleep_0) and CPU PLL/rail power collapse (gold_rail_cpu_sleep_0) idle states. However, CPU power collapse mode is not utilized in favor of performance, so remove it for lemans, aligning with SM8350/SM8450/SM8550/SM8650. Rename gold_rail_cpu_sleep_0 from cpu-sleep-1 to cpu-sleep-0 since it is now the only CPU idle state in use. Reviewed-by: Maulik Shah <maulik.shah@oss.qualcomm.com> Link: https://patch.msgid.link/20260522-ml_cpuidle-v1-2-fd311cf33fb4@oss.qualcomm.com Signed-off-by: Navya Malempati <navya.malempati@oss.qualcomm.com>
🔨 Build Failure Analysis — PR #1320PR: #1320
VerdictThis PR did not introduce any build errors. The failure is a pre-existing merge conflict in 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1320PR: #1320
VerdictThis is not a build failure caused by the PR. The failure occurred during the pre-merge integration phase when the CI attempted to merge multiple topic branches together. The merge conflict in 📎 Detailed analysis: Full report |
PR #1320 — validate-patchPR: #1320
Final Summary
Additional observations:
|
PR #1320 — checker-log-analyzerPR: #1320
Detailed report: Full report
|
There was a problem hiding this comment.
FROMLIST: tag missing
Firmware supports both CPU power collapse (gold_cpu_sleep_0) and CPU PLL/rail power collapse (gold_rail_cpu_sleep_0) idle states. However, CPU power collapse mode is not utilized in favor of performance, so remove it for lemans, aligning with SM8350/SM8450/SM8550/SM8650.
Rename gold_rail_cpu_sleep_0 from cpu-sleep-1 to cpu-sleep-0 since it is now the only CPU idle state in use.