Re: [PATCH v3 1/2] pinctrl: qcom: lpass-lpi: Enable runtime PM hooks on remaining SoCs

From: Ajay Kumar Nandam

Date: Wed May 13 2026 - 10:12:26 EST




On 5/8/2026 7:11 PM, Konrad Dybcio wrote:
On 5/8/26 1:36 PM, Ajay Kumar Nandam wrote:
The LPASS LPI core conversion to PM clock framework relies on variant
drivers wiring runtime PM callbacks.

Hook up runtime PM callbacks for the remaining LPASS LPI variant
drivers so all SoCs using the common core get consistent pm_clk based
clock handling:
- milos
- sdm660
- sdm670
- sc8280xp
- sm4250
- sm6115
- sm8250
- sm8450
- sm8550
- sm8650

This list can be removed, as we can deduce it from the diffstat
easily

ACK , will remove in next version


This is a mechanical per-variant driver update that relies on the
same generic PM clock flow (of_pm_clk_add_clks() + pm_clk_suspend/
pm_clk_resume()) and DT-provided clocks.

Please mention that this commit alone is a preparatory NOP, since runtime
PM is currently disabled for those devices

Runtime behavior was validated on Kodiak (sc7280).

Signed-off-by: Ajay Kumar Nandam <ajay.nandam@xxxxxxxxxxxxxxxx>
---

Please remove the word remaining from the subject and commit message,
as it no longer matches


ACK, will update in next version

Thanks
Ajay Kumar

Konrad