[PATCH v5 0/4] arm64: dts: qcom: Add PMIC thermal support for Shikra platforms
Jishnu Prakash <[email protected]>
| Newsgroups | org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
This series adds the following: - VADC and temp-alarm devices for PM4125 and temp-alarm device for PM8005 which are used for thermal mitigation on Shikra CQ2390M SoM platform - ADC thermistor channels and thermal configurations for same on Shikra CQ2390M SoM - ADC thermistor channels and their thermal configurations on Shikra IQ2390S SoM Signed-off-by: Jishnu Prakash <[email protected]> --- Changes in v5: - Collected Konrad's Reviewed-by tag on patch 2. - Rebased to latest kernel tip. - Link to v4: https://patch.msgid.link/[email protected] Changes in v4: - Collected Reviewed-by tags. - Updated the pm8005-thermal trips to hot and critical. - Link to v3: https://patch.msgid.link/[email protected] Changes in v3: - Dropping the polling-delay = <0> property from all thermal-zones as suggested by Konrad. - Link to v2: https://patch.msgid.link/[email protected] Changes in v2: - Move thermal zones to their respective PMIC files (PM4125, PM8005) as suggested by Dmitry Baryshkov - Rename generic-adc-thermal bridge nodes to therm-bridge suffix (msm-therm-bridge, pa-therm-bridge, quiet-therm-bridge) as suggested by Dmitry Baryshkov - Update commit messages accordingly - Link to v1: https://patch.msgid.link/[email protected] --- Jishnu Prakash (4): arm64: dts: qcom: pm4125: Add VADC and temp alarm nodes arm64: dts: qcom: pm8005: Add temp alarm node arm64: dts: qcom: Add PMIC thermal support for Shikra CQ2390M SoM platform arm64: dts: qcom: Add PMIC thermal support for Shikra IQ2390S SoM platform arch/arm64/boot/dts/qcom/pm4125.dtsi | 104 +++++++++++++++++++++++ arch/arm64/boot/dts/qcom/pm8005.dtsi | 35 ++++++++ arch/arm64/boot/dts/qcom/shikra-cqm-som.dtsi | 120 +++++++++++++++++++++++++++ arch/arm64/boot/dts/qcom/shikra-iqs-som.dtsi | 113 +++++++++++++++++++++++++ 4 files changed, 372 insertions(+) --- base-commit: 6b8c8af514d739d0335f5579b585e02babe8a727 change-id: 20260613-shikra_adc_support-0079650eb76c Best regards, -- Jishnu Prakash <[email protected]>