Re: [PATCH 3/3] arm64: dts: qcom: qcm2290: Hook up MPM
"Maulik Shah (mkshah)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/16/2026 2:06 PM, Marek Szyprowski wrote: > On 15.07.2026 14:37, Maulik Shah (mkshah) wrote: >> On 7/15/2026 11:44 AM, Marek Szyprowski wrote: >>> On 14.07.2026 15:29, Maulik Shah (mkshah) wrote: [...] >> >> Agatti device tree change in the series [2] only removed power-domain-cells# but did not add power-domains = <&cluster_pd>; >> with the reason that qrb2210-rb1.dts had deleted "cluster_pd" however qrb2210-arduino-imola.dts still have it. >> >> so below change on top of [1] series would avoid the BUG from mpm_cpu_pm_callback(). > > This change moves the 'invalid wait context' warning from boot time to system suspend/resume path (although the system suspend/resume is and was broken on UnoQ at least with current next with and without the patchset from this thread): I am working on this to fix this warning for system suspend/resume path as well as regular cpu/cluster idle path, will update soon. Thanks, Maulik