Re: [PATCH] arm64: dts: qcom: glymur: use polling mode for SCMI transfers
Konrad Dybcio <[email protected]>
| Newsgroups | org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/8/26 7:22 PM, Jesse Casco wrote: > On glymur the CPUCP firmware writes correct SCMI replies into the shared > memory but never rings the mailbox doorbell for them. Every transfer that > waits for the completion interrupt therefore times out, scmi-cpufreq > fails to probe with -110, and the machine ends up with no cpufreq at all > -- all CPUs pinned at their boot OPP. I'm not seeing this issue, but I heard others hit it, possibly due to some timing bug. If you set your kernel config to build all drivers in (i.e. change =m to =y), do you still face this? Konrad