Message ID | 20250612-ipq5018-tsens-v13-0-a210f3683240@outlook.com |
---|---|
Headers | show |
Series | Add support for IPQ5018 tsens | expand |
On Thu, Jun 12, 2025 at 10:46:13AM GMT, George Moussalem wrote: > IPQ5018 tsens should not use qcom,tsens-v1 as fallback since it has no RPM > and, as such, must deviates from the standard v1 init routine in the > driver as this version of tsens needs to be explicitly reset and enabled > in the driver. > > So let's make qcom,ipq5018-tsens a standalone compatible in the bindings. > > Fixes: 77c6d28192ef ("dt-bindings: thermal: qcom-tsens: Add ipq5018 compatible") > Signed-off-by: George Moussalem <george.moussalem@outlook.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
IPQ5018 has tsens V1.0 IP with 5 sensors, of which 4 are in use, and 1 interrupt. There is no RPM present in the soc to do tsens early enable. Adding support for the same here. Last patch series sent by Qualcomm dates back to Sep 22, 2023. Since I'm working on OpenWrt support for IPQ5018 based boards (routers) and Sricharan Ramabadhran <quic_srichara@quicinc.com> in below email confirmed this SoC is still active, I'm continuing the efforts to send patches upstream for Linux kernel support. https://lore.kernel.org/all/63dc4054-b1e2-4e7a-94e7-643beb26a6f3@quicinc.com/ Signed-off-by: George Moussalem <george.moussalem@outlook.com> --- Changes in v13: - Dropped polling-delay-passive property as its value of 0 is the default value - Updated hysterssis value to 1000 milicelsius in line with other boards - Link to v12: https://lore.kernel.org/r/20250611-ipq5018-tsens-v12-0-a61374a5517d@outlook.com Changes in v12: - Updated description in dt bindings for IP v1 without RPM - Added Fixes tag as this this version of tsens needs to be explicitly reset and enabled in the driver, introduced as part of: commit: 19f9b02ebc8f ("thermal/drivers/qcom/tsens: Add support for tsens v1 without RPM") - Link to v11: https://lore.kernel.org/r/20250611-ipq5018-tsens-v11-0-266566bfd16a@outlook.com Changes in v11: - Dropped polling-delay property as its value of 0 is the default value - Removed comments for TM and SROT in tsens node - Replace underscore by hyphen in node name of top-glue-critical trip - Added cooling device using CPU freq scaling making use of the passive trip defined under the CPU trips - Make qcom,ipq5018-tsens a standalone compatible in the bindings as it should not use qcom,tsens-v1 as a fallback. This also fixes the issue reported by Rob's bot Changes in v10: - Rebased onto updated pull of master to resolve merge conflicts in the DTS patch - Link to v9: https://lore.kernel.org/all/DS7PR19MB88836DC6965515E12D70BB2C9DCC2@DS7PR19MB8883.namprd19.prod.outlook.com/ Changes in v9: - Updated checks in tsens to more strictly evaluate for v2+ upon enabling v2 features as suggsted by Dmitry. - Split patch 3 into two, one to update conditional statements as mentioned above and the other to implement tsens IP v1 without RPM. - Added back Dmitry's RB tag on patch 6 which wasn't carried over from v7 to v8 - Link to v8: https://lore.kernel.org/all/DS7PR19MB88833F7A9C8F4FC484977BA69DCD2@DS7PR19MB8883.namprd19.prod.outlook.com/ Changes in v8: - Tsens V1 uses v1 interrupts and watchdog is not present (only on v2.3+). As such, replaced VER_1_X with VER_1_X_NO_RPM in conditons to ensure v1 interrupts are set and watchdog isn't enabled. - Tested on Linksys MX2000 and SPNMX56 - Link to v7: https://lore.kernel.org/all/DS7PR19MB88831624F11516945C63400F9DC22@DS7PR19MB8883.namprd19.prod.outlook.com/ Changes in v7: - Updated cover letter - Replaced patch 3 with a new one to add support for tsens v1.0 with no RPM and removed Dmitry's 'Reviewed-by tag - Refactored patch 4 and split support for IPQ5018 from support for tsens v1.0 without RPM. As such, also removed Dmitry's RB tag. - Depends on patch 1 and 2 from patch series to add support for IQP5332 and IPQ5424 applied on Feb 11 2025: https://patchwork.kernel.org/project/linux-arm-msm/cover/20250210120436.821684-1-quic_mmanikan@quicinc.com/ - Link to v6: https://lore.kernel.org/all/DS7PR19MB88838833C0A3BFC3C7FC481F9DC02@DS7PR19MB8883.namprd19.prod.outlook.com/ Changes in v6: - Include (this) cover letter - Picked up Dmitry's Reviewed-by tag on patch 5 - Link to v5: https://lore.kernel.org/all/DS7PR19MB88832FDED68D3EBB0EE7E99F9DC72@DS7PR19MB8883.namprd19.prod.outlook.com/ Changes in v5: - Adjusted commit messages to indicate IPQ5018 has 5 sensors of which 4 are described and in use as per downstream driver and dts. - Padded addresses of tsens and qfprom nodes with leading zeros. - Link to v4: https://lore.kernel.org/all/DS7PR19MB8883BE38C2B500D03213747A9DC72@DS7PR19MB8883.namprd19.prod.outlook.com/ Changes in v4: - Documented ipq5018 in qcom,qfprom bindings - Constrained ipq5018-tsens to one interrupt with description - Added Rob's Acked-by tag - Added Dmitry's Reviewed-by tag - Fixed modpost warning: added __init to init_common - Sorted tsens nodes by address - Sorted thermal-zones nodes by name - Link to v3: https://lore.kernel.org/all/20230922115116.2748804-1-srichara@win-platform-upstream01.qualcomm.com/ Changes in v3: - Added the tsens-ipq5018 as new binding without rpm - Added Dmitry's Reviewed tag - Fixed Dmitry's comments for error checks in init_ipq5018 - Ordered the qfprom device node properties - Link to v2: https://lore.kernel.org/all/20230915121504.806672-1-quic_srichara@quicinc.com/ Changes in v2: - Sorted the compatible and removed example - Fixed the name for new tsens_feature - Used tsend_calibrate_common instead of legacy and addressed comments from Dmitry. - Squashed patch 3 & 4 - Fixed node names, order and added qfprom cells for points seprately - Squashed patch 6 & 7 - Link to v1: https://lore.kernel.org/all/1693250307-8910-1-git-send-email-quic_srichara@quicinc.com/ --- George Moussalem (1): dt-bindings: thermal: qcom-tsens: make ipq5018 tsens standalone compatible Sricharan Ramabadhran (1): arm64: dts: qcom: ipq5018: Add tsens node .../devicetree/bindings/thermal/qcom-tsens.yaml | 7 +- arch/arm64/boot/dts/qcom/ipq5018.dtsi | 178 +++++++++++++++++++++ 2 files changed, 184 insertions(+), 1 deletion(-) --- base-commit: afc582fb6563b8eb5cd73f9eca52e55da827567f change-id: 20250404-ipq5018-tsens-64bf95fd3317 Best regards,