devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Enable TSENS and thermal zone for QCS8300 SoC
@ 2025-08-22  4:23 Gaurav Kohli
  2025-08-22  4:23 ` [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible Gaurav Kohli
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Gaurav Kohli @ 2025-08-22  4:23 UTC (permalink / raw)
  To: amitk, daniel.lezcano, rui.zhang, lukasz.luba, robh, krzk+dt,
	andersson, konradybcio
  Cc: devicetree, linux-kernel, linux-arm-msm, quic_manafm,
	Gaurav Kohli

Adding compatible string in TSENS dt-bindings, device node
for TSENS controller and Thermal zone support.

Gaurav Kohli (2):
  dt-bindings: thermal: tsens: Add QCS8300 compatible
  arm64: dts: qcom: qcs8300: Enable TSENS support for QCS8300 SoC

 .../bindings/thermal/qcom-tsens.yaml          |   1 +
 arch/arm64/boot/dts/qcom/qcs8300.dtsi         | 526 ++++++++++++++++++
 2 files changed, 527 insertions(+)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
  2025-08-22  4:23 [PATCH v1 0/2] Enable TSENS and thermal zone for QCS8300 SoC Gaurav Kohli
@ 2025-08-22  4:23 ` Gaurav Kohli
  2025-08-22 20:16   ` Rob Herring (Arm)
                     ` (3 more replies)
  2025-08-22  4:23 ` [PATCH v1 2/2] arm64: dts: qcom: qcs8300: Enable TSENS support for QCS8300 SoC Gaurav Kohli
  2026-01-03 16:02 ` (subset) [PATCH v1 0/2] Enable TSENS and thermal zone " Bjorn Andersson
  2 siblings, 4 replies; 11+ messages in thread
From: Gaurav Kohli @ 2025-08-22  4:23 UTC (permalink / raw)
  To: amitk, daniel.lezcano, rui.zhang, lukasz.luba, robh, krzk+dt,
	andersson, konradybcio
  Cc: devicetree, linux-kernel, linux-arm-msm, quic_manafm,
	Gaurav Kohli

Add compatibility string for the thermal sensors on QCS8300 platform.

Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>
---
 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 94311ebd7652..7c1f121fb417 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -54,6 +54,7 @@ properties:
               - qcom,msm8996-tsens
               - qcom,msm8998-tsens
               - qcom,qcm2290-tsens
+              - qcom,qcs8300-tsens
               - qcom,sa8255p-tsens
               - qcom,sa8775p-tsens
               - qcom,sar2130p-tsens
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH v1 2/2] arm64: dts: qcom: qcs8300: Enable TSENS support for QCS8300 SoC
  2025-08-22  4:23 [PATCH v1 0/2] Enable TSENS and thermal zone for QCS8300 SoC Gaurav Kohli
  2025-08-22  4:23 ` [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible Gaurav Kohli
@ 2025-08-22  4:23 ` Gaurav Kohli
  2025-12-31 15:07   ` Konrad Dybcio
  2026-01-03 16:02 ` (subset) [PATCH v1 0/2] Enable TSENS and thermal zone " Bjorn Andersson
  2 siblings, 1 reply; 11+ messages in thread
From: Gaurav Kohli @ 2025-08-22  4:23 UTC (permalink / raw)
  To: amitk, daniel.lezcano, rui.zhang, lukasz.luba, robh, krzk+dt,
	andersson, konradybcio
  Cc: devicetree, linux-kernel, linux-arm-msm, quic_manafm,
	Gaurav Kohli

Add TSENS and thermal devicetree node for QCS8300 SoC.

Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>
---
 arch/arm64/boot/dts/qcom/qcs8300.dtsi | 526 ++++++++++++++++++++++++++
 1 file changed, 526 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/qcs8300.dtsi b/arch/arm64/boot/dts/qcom/qcs8300.dtsi
index 7ada029c32c1..0024a75916d0 100644
--- a/arch/arm64/boot/dts/qcom/qcs8300.dtsi
+++ b/arch/arm64/boot/dts/qcom/qcs8300.dtsi
@@ -5632,6 +5632,532 @@ compute-cb@4 {
 				};
 			};
 		};
+
+		tsens2: thermal-sensor@c251000 {
+			compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2";
+			reg = <0x0 0x0c251000 0x0 0x1000>,
+			      <0x0 0x0c224000 0x0 0x1000>;
+			interrupts = <GIC_SPI 572 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 609 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "uplow", "critical";
+			#qcom,sensors = <10>;
+			#thermal-sensor-cells = <1>;
+		};
+
+		tsens3: thermal-sensor@c252000 {
+			compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2";
+			reg = <0x0 0x0c252000 0x0 0x1000>,
+			      <0x0 0x0c225000 0x0 0x1000>;
+			interrupts = <GIC_SPI 573 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 610 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "uplow", "critical";
+			#qcom,sensors = <10>;
+			#thermal-sensor-cells = <1>;
+		};
+
+		tsens0: thermal-sensor@c263000 {
+			compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2";
+			reg = <0x0 0x0c263000 0x0 0x1000>,
+			      <0x0 0x0c222000 0x0 0x1000>;
+			interrupts = <GIC_SPI 506 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 508 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "uplow", "critical";
+			#qcom,sensors = <10>;
+			#thermal-sensor-cells = <1>;
+		};
+
+		tsens1: thermal-sensor@c265000 {
+			compatible = "qcom,qcs8300-tsens", "qcom,tsens-v2";
+			reg = <0x0 0x0c265000 0x0 0x1000>,
+			      <0x0 0x0c223000 0x0 0x1000>;
+			interrupts = <GIC_SPI 507 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 509 IRQ_TYPE_LEVEL_HIGH>;
+			interrupt-names = "uplow", "critical";
+			#qcom,sensors = <10>;
+			#thermal-sensor-cells = <1>;
+		};
+	};
+
+	thermal_zones: thermal-zones {
+		aoss-0-thermal {
+			thermal-sensors = <&tsens0 0>;
+
+			trips {
+				aoss0-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-0-0-0-thermal {
+			thermal-sensors = <&tsens0 1>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-0-1-0-thermal {
+			thermal-sensors = <&tsens0 2>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-0-2-0-thermal {
+			thermal-sensors = <&tsens0 3>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-0-3-0-thermal {
+			thermal-sensors = <&tsens0 4>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		gpuss-0-thermal {
+			thermal-sensors = <&tsens0 5>;
+
+			trips {
+				gpuss0-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		audio-thermal {
+			thermal-sensors = <&tsens0 6>;
+
+			trips {
+				audio-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		camss-0-thermal {
+			thermal-sensors = <&tsens0 7>;
+
+			trips {
+				camss-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		pcie-0-thermal {
+			thermal-sensors = <&tsens0 8>;
+
+			trips {
+				pcie-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpuss-0-0-thermal {
+			thermal-sensors = <&tsens0 9>;
+
+			trips {
+				cpuss0-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		aoss-1-thermal {
+			thermal-sensors = <&tsens1 0>;
+
+			trips {
+				aoss1-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-0-0-1-thermal {
+			thermal-sensors = <&tsens1 1>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-0-1-1-thermal {
+			thermal-sensors = <&tsens1 2>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-0-2-1-thermal {
+			thermal-sensors = <&tsens1 3>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-0-3-1-thermal {
+			thermal-sensors = <&tsens1 4>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		gpuss-1-thermal {
+			thermal-sensors = <&tsens1 5>;
+
+			trips {
+				gpuss1-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		video-thermal {
+			thermal-sensors = <&tsens1 6>;
+
+			trips {
+				video-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		camss-1-thermal {
+			thermal-sensors = <&tsens1 7>;
+
+			trips {
+				camss1-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		pcie-1-thermal {
+			thermal-sensors = <&tsens1 8>;
+
+			trips {
+				pcie-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpuss-0-1-thermal {
+			thermal-sensors = <&tsens1 9>;
+
+			trips {
+				cpuss0-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		aoss-2-thermal {
+			thermal-sensors = <&tsens2 0>;
+
+			trips {
+				aoss2-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-1-0-0-thermal {
+			thermal-sensors = <&tsens2 1>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-1-1-0-thermal {
+			thermal-sensors = <&tsens2 2>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-1-2-0-thermal {
+			thermal-sensors = <&tsens2 3>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-1-3-0-thermal {
+			thermal-sensors = <&tsens2 4>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		nsp-0-0-0-thermal {
+			thermal-sensors = <&tsens2 5>;
+
+			trips {
+				nsp-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		nsp-0-1-0-thermal {
+			thermal-sensors = <&tsens2 6>;
+
+			trips {
+				nsp-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		nsp-0-2-0-thermal {
+			thermal-sensors = <&tsens2 7>;
+
+			trips {
+				nsp-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		ddrss-0-thermal {
+			thermal-sensors = <&tsens2 8>;
+
+			trips {
+				ddrss-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpuss-1-0-thermal {
+			thermal-sensors = <&tsens2 9>;
+
+			trips {
+				cpuss1-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		aoss-3-thermal {
+			thermal-sensors = <&tsens3 0>;
+
+			trips {
+				aoss3-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-1-0-1-thermal {
+			thermal-sensors = <&tsens3 1>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-1-1-1-thermal {
+			thermal-sensors = <&tsens3 2>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-1-2-1-thermal {
+			thermal-sensors = <&tsens3 3>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpu-1-3-1-thermal {
+			thermal-sensors = <&tsens3 4>;
+
+			trips {
+				cpu-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		nsp-0-0-1-thermal {
+			thermal-sensors = <&tsens3 5>;
+
+			trips {
+				nsp-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		nsp-0-1-1-thermal {
+			thermal-sensors = <&tsens3 6>;
+
+			trips {
+				nsp-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		nsp-0-2-1-thermal {
+			thermal-sensors = <&tsens3 7>;
+
+			trips {
+				nsp-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		ddrss-1-thermal {
+			thermal-sensors = <&tsens3 8>;
+
+			trips {
+				ddrss-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
+
+		cpuss-1-1-thermal {
+			thermal-sensors = <&tsens3 9>;
+
+			trips {
+				cpuss1-critical {
+					temperature = <125000>;
+					hysteresis = <1000>;
+					type = "critical";
+				};
+			};
+		};
 	};
 
 	timer {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
  2025-08-22  4:23 ` [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible Gaurav Kohli
@ 2025-08-22 20:16   ` Rob Herring (Arm)
  2025-10-27 15:01   ` Bjorn Andersson
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: Rob Herring (Arm) @ 2025-08-22 20:16 UTC (permalink / raw)
  To: Gaurav Kohli
  Cc: andersson, lukasz.luba, konradybcio, linux-kernel, amitk,
	daniel.lezcano, krzk+dt, linux-arm-msm, quic_manafm, devicetree,
	rui.zhang


On Fri, 22 Aug 2025 09:53:15 +0530, Gaurav Kohli wrote:
> Add compatibility string for the thermal sensors on QCS8300 platform.
> 
> Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>
> ---
>  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
  2025-08-22  4:23 ` [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible Gaurav Kohli
  2025-08-22 20:16   ` Rob Herring (Arm)
@ 2025-10-27 15:01   ` Bjorn Andersson
  2025-11-05 20:07   ` Akhil P Oommen
  2025-12-01 10:55   ` Rob Herring
  3 siblings, 0 replies; 11+ messages in thread
From: Bjorn Andersson @ 2025-10-27 15:01 UTC (permalink / raw)
  To: Gaurav Kohli
  Cc: amitk, daniel.lezcano, rui.zhang, lukasz.luba, robh, krzk+dt,
	konradybcio, devicetree, linux-kernel, linux-arm-msm, quic_manafm

On Fri, Aug 22, 2025 at 09:53:15AM +0530, Gaurav Kohli wrote:
> Add compatibility string for the thermal sensors on QCS8300 platform.
> 
> Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>

Reviewed-by: Bjorn Andersson <andersson@kernel.org>

> ---
>  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 94311ebd7652..7c1f121fb417 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> @@ -54,6 +54,7 @@ properties:
>                - qcom,msm8996-tsens
>                - qcom,msm8998-tsens
>                - qcom,qcm2290-tsens
> +              - qcom,qcs8300-tsens
>                - qcom,sa8255p-tsens
>                - qcom,sa8775p-tsens
>                - qcom,sar2130p-tsens
> -- 
> 2.34.1
> 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
  2025-08-22  4:23 ` [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible Gaurav Kohli
  2025-08-22 20:16   ` Rob Herring (Arm)
  2025-10-27 15:01   ` Bjorn Andersson
@ 2025-11-05 20:07   ` Akhil P Oommen
  2025-11-19 16:20     ` Gaurav Kohli
  2025-12-01 10:55   ` Rob Herring
  3 siblings, 1 reply; 11+ messages in thread
From: Akhil P Oommen @ 2025-11-05 20:07 UTC (permalink / raw)
  To: Gaurav Kohli, amitk, daniel.lezcano, rui.zhang, lukasz.luba, robh,
	krzk+dt, andersson, konradybcio
  Cc: devicetree, linux-kernel, linux-arm-msm, quic_manafm

On 8/22/2025 9:53 AM, Gaurav Kohli wrote:
> Add compatibility string for the thermal sensors on QCS8300 platform.
> 
> Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>
> ---
>  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 94311ebd7652..7c1f121fb417 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> @@ -54,6 +54,7 @@ properties:
>                - qcom,msm8996-tsens
>                - qcom,msm8998-tsens
>                - qcom,qcm2290-tsens
> +              - qcom,qcs8300-tsens
>                - qcom,sa8255p-tsens
>                - qcom,sa8775p-tsens
>                - qcom,sar2130p-tsens

Looks like this patch is still lying in the mailing list.

Reviewed-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>

-Akhil


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
  2025-11-05 20:07   ` Akhil P Oommen
@ 2025-11-19 16:20     ` Gaurav Kohli
  2025-11-25  8:58       ` Daniel Lezcano
  0 siblings, 1 reply; 11+ messages in thread
From: Gaurav Kohli @ 2025-11-19 16:20 UTC (permalink / raw)
  To: Akhil P Oommen, amitk, daniel.lezcano, rui.zhang, lukasz.luba,
	robh, krzk+dt, andersson, konradybcio
  Cc: devicetree, linux-kernel, linux-arm-msm, quic_manafm

Hi,

Can this be picked up, as all approvals are present.

thanks
Gaurav

On 11/6/2025 1:37 AM, Akhil P Oommen wrote:
> On 8/22/2025 9:53 AM, Gaurav Kohli wrote:
>> Add compatibility string for the thermal sensors on QCS8300 platform.
>>
>> Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>
>> ---
>>   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 94311ebd7652..7c1f121fb417 100644
>> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
>> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
>> @@ -54,6 +54,7 @@ properties:
>>                 - qcom,msm8996-tsens
>>                 - qcom,msm8998-tsens
>>                 - qcom,qcm2290-tsens
>> +              - qcom,qcs8300-tsens
>>                 - qcom,sa8255p-tsens
>>                 - qcom,sa8775p-tsens
>>                 - qcom,sar2130p-tsens
> 
> Looks like this patch is still lying in the mailing list.
> 
> Reviewed-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
> 
> -Akhil
> 


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
  2025-11-19 16:20     ` Gaurav Kohli
@ 2025-11-25  8:58       ` Daniel Lezcano
  0 siblings, 0 replies; 11+ messages in thread
From: Daniel Lezcano @ 2025-11-25  8:58 UTC (permalink / raw)
  To: Gaurav Kohli, Akhil P Oommen, amitk, rui.zhang, lukasz.luba, robh,
	krzk+dt, andersson, konradybcio
  Cc: devicetree, linux-kernel, linux-arm-msm, quic_manafm



On 11/19/25 17:20, Gaurav Kohli wrote:
> Hi,
> 
> Can this be picked up, as all approvals are present.

patch 1/2 applied, thanks


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
  2025-08-22  4:23 ` [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible Gaurav Kohli
                     ` (2 preceding siblings ...)
  2025-11-05 20:07   ` Akhil P Oommen
@ 2025-12-01 10:55   ` Rob Herring
  3 siblings, 0 replies; 11+ messages in thread
From: Rob Herring @ 2025-12-01 10:55 UTC (permalink / raw)
  To: Gaurav Kohli, daniel.lezcano
  Cc: amitk, rui.zhang, lukasz.luba, krzk+dt, andersson, konradybcio,
	devicetree, linux-kernel, linux-arm-msm, quic_manafm

On Fri, Aug 22, 2025 at 09:53:15AM +0530, Gaurav Kohli wrote:
> Add compatibility string for the thermal sensors on QCS8300 platform.
> 
> Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>
> ---
>  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 94311ebd7652..7c1f121fb417 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> @@ -54,6 +54,7 @@ properties:
>                - qcom,msm8996-tsens
>                - qcom,msm8998-tsens
>                - qcom,qcm2290-tsens
> +              - qcom,qcs8300-tsens

There's no tab here, but what's in linux-next has a tab character and
breaks 'make dt_binding_check'.


>                - qcom,sa8255p-tsens
>                - qcom,sa8775p-tsens
>                - qcom,sar2130p-tsens
> -- 
> 2.34.1
> 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH v1 2/2] arm64: dts: qcom: qcs8300: Enable TSENS support for QCS8300 SoC
  2025-08-22  4:23 ` [PATCH v1 2/2] arm64: dts: qcom: qcs8300: Enable TSENS support for QCS8300 SoC Gaurav Kohli
@ 2025-12-31 15:07   ` Konrad Dybcio
  0 siblings, 0 replies; 11+ messages in thread
From: Konrad Dybcio @ 2025-12-31 15:07 UTC (permalink / raw)
  To: Gaurav Kohli, amitk, daniel.lezcano, rui.zhang, lukasz.luba, robh,
	krzk+dt, andersson, konradybcio
  Cc: devicetree, linux-kernel, linux-arm-msm, quic_manafm

On 8/22/25 6:23 AM, Gaurav Kohli wrote:
> Add TSENS and thermal devicetree node for QCS8300 SoC.
> 
> Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>
> ---

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

Konrad

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: (subset) [PATCH v1 0/2] Enable TSENS and thermal zone for QCS8300 SoC
  2025-08-22  4:23 [PATCH v1 0/2] Enable TSENS and thermal zone for QCS8300 SoC Gaurav Kohli
  2025-08-22  4:23 ` [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible Gaurav Kohli
  2025-08-22  4:23 ` [PATCH v1 2/2] arm64: dts: qcom: qcs8300: Enable TSENS support for QCS8300 SoC Gaurav Kohli
@ 2026-01-03 16:02 ` Bjorn Andersson
  2 siblings, 0 replies; 11+ messages in thread
From: Bjorn Andersson @ 2026-01-03 16:02 UTC (permalink / raw)
  To: amitk, daniel.lezcano, rui.zhang, lukasz.luba, robh, krzk+dt,
	konradybcio, Gaurav Kohli
  Cc: devicetree, linux-kernel, linux-arm-msm, quic_manafm


On Fri, 22 Aug 2025 09:53:14 +0530, Gaurav Kohli wrote:
> Adding compatible string in TSENS dt-bindings, device node
> for TSENS controller and Thermal zone support.
> 
> Gaurav Kohli (2):
>   dt-bindings: thermal: tsens: Add QCS8300 compatible
>   arm64: dts: qcom: qcs8300: Enable TSENS support for QCS8300 SoC
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: qcs8300: Enable TSENS support for QCS8300 SoC
      commit: eb1bcc1d3b4b6c7f7dddbe62ac229e4e3d8d5f8d

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-01-03 16:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22  4:23 [PATCH v1 0/2] Enable TSENS and thermal zone for QCS8300 SoC Gaurav Kohli
2025-08-22  4:23 ` [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible Gaurav Kohli
2025-08-22 20:16   ` Rob Herring (Arm)
2025-10-27 15:01   ` Bjorn Andersson
2025-11-05 20:07   ` Akhil P Oommen
2025-11-19 16:20     ` Gaurav Kohli
2025-11-25  8:58       ` Daniel Lezcano
2025-12-01 10:55   ` Rob Herring
2025-08-22  4:23 ` [PATCH v1 2/2] arm64: dts: qcom: qcs8300: Enable TSENS support for QCS8300 SoC Gaurav Kohli
2025-12-31 15:07   ` Konrad Dybcio
2026-01-03 16:02 ` (subset) [PATCH v1 0/2] Enable TSENS and thermal zone " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).