[PATCH] dt-bindings: thermal: qcom-tsens: Add Eliza SoC TSENS

Krzysztof Kozlowski posted 1 patch 1 month, 2 weeks ago
There is a newer version of this series
Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: thermal: qcom-tsens: Add Eliza SoC TSENS
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
Document the compatible for Qualcomm Eliza SoC TSENS module, fully
compatible with TSENS v2 generation (e.g. SM8650).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

---

Eliza SoC is being upstreamed and the compatible will be used in DTSI
posted later/soon.

Some existing work:
https://lore.kernel.org/r/20260119095907.172080-4-krzysztof.kozlowski@oss.qualcomm.com/
https://lore.kernel.org/linux-arm-msm/?q=eliza
---
 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
index 3c5256b0cd9f..6505a386eeee 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -54,6 +54,7 @@ properties:
       - description: v2 of TSENS
         items:
           - enum:
+              - qcom,eliza-tsens
               - qcom,glymur-tsens
               - qcom,kaanapali-tsens
               - qcom,milos-tsens
-- 
2.51.0
Re: [PATCH] dt-bindings: thermal: qcom-tsens: Add Eliza SoC TSENS
Posted by Rob Herring (Arm) 1 month, 1 week ago
On Thu, 12 Feb 2026 17:19:50 +0100, Krzysztof Kozlowski wrote:
> Document the compatible for Qualcomm Eliza SoC TSENS module, fully
> compatible with TSENS v2 generation (e.g. SM8650).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> 
> ---
> 
> Eliza SoC is being upstreamed and the compatible will be used in DTSI
> posted later/soon.
> 
> Some existing work:
> https://lore.kernel.org/r/20260119095907.172080-4-krzysztof.kozlowski@oss.qualcomm.com/
> https://lore.kernel.org/linux-arm-msm/?q=eliza
> ---
>  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Re: [PATCH] dt-bindings: thermal: qcom-tsens: Add Eliza SoC TSENS
Posted by Konrad Dybcio 1 month, 2 weeks ago
On 2/12/26 5:19 PM, Krzysztof Kozlowski wrote:
> Document the compatible for Qualcomm Eliza SoC TSENS module, fully
> compatible with TSENS v2 generation (e.g. SM8650).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> 
> ---
> 
> Eliza SoC is being upstreamed and the compatible will be used in DTSI
> posted later/soon.
> 
> Some existing work:
> https://lore.kernel.org/r/20260119095907.172080-4-krzysztof.kozlowski@oss.qualcomm.com/
> https://lore.kernel.org/linux-arm-msm/?q=eliza
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad