linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: thermal: tsens: Add sc8280xp compatible
@ 2022-04-08 22:50 Bjorn Andersson
  2022-04-09 16:36 ` Krzysztof Kozlowski
  2022-05-03 15:34 ` [PATCH v2] " Bjorn Andersson
  0 siblings, 2 replies; 4+ messages in thread
From: Bjorn Andersson @ 2022-04-08 22:50 UTC (permalink / raw)
  To: Amit Kucheria, Thara Gopinath, Daniel Lezcano, Rob Herring,
	Krzysztof Kozlowski
  Cc: Rafael J. Wysocki, Zhang Rui, linux-pm, linux-arm-msm,
	devicetree, linux-kernel

The Qualcomm SC8280XP platform has three instances of the tsens block, add a
compatible for these instances.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.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 b6406bcc683f..8ba8a3e14acc 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -49,6 +49,7 @@ properties:
               - qcom,sc7180-tsens
               - qcom,sc7280-tsens
               - qcom,sc8180x-tsens
+              - qcom,sc8180xp-tsens
               - qcom,sdm630-tsens
               - qcom,sdm845-tsens
               - qcom,sm8150-tsens
-- 
2.35.1


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

* Re: [PATCH] dt-bindings: thermal: tsens: Add sc8280xp compatible
  2022-04-08 22:50 [PATCH] dt-bindings: thermal: tsens: Add sc8280xp compatible Bjorn Andersson
@ 2022-04-09 16:36 ` Krzysztof Kozlowski
  2022-05-03 15:34 ` [PATCH v2] " Bjorn Andersson
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-09 16:36 UTC (permalink / raw)
  To: Bjorn Andersson, Amit Kucheria, Thara Gopinath, Daniel Lezcano,
	Rob Herring, Krzysztof Kozlowski
  Cc: Rafael J. Wysocki, Zhang Rui, linux-pm, linux-arm-msm,
	devicetree, linux-kernel

On 09/04/2022 00:50, Bjorn Andersson wrote:
> The Qualcomm SC8280XP platform has three instances of the tsens block, add a
> compatible for these instances.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* [PATCH v2] dt-bindings: thermal: tsens: Add sc8280xp compatible
  2022-04-08 22:50 [PATCH] dt-bindings: thermal: tsens: Add sc8280xp compatible Bjorn Andersson
  2022-04-09 16:36 ` Krzysztof Kozlowski
@ 2022-05-03 15:34 ` Bjorn Andersson
  2022-05-09 10:07   ` Daniel Lezcano
  1 sibling, 1 reply; 4+ messages in thread
From: Bjorn Andersson @ 2022-05-03 15:34 UTC (permalink / raw)
  To: Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: Rob Herring, Krzysztof Kozlowski, linux-pm, linux-arm-msm,
	devicetree, linux-kernel, Krzysztof Kozlowski

The Qualcomm SC8280XP platform has three instances of the tsens block,
add a compatible for these instances.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---

I apprently missed the '2' in the compatible. Retaining Krzysztof's ack under
the assumption that he's even more okay with the patch now that it's content is
correct.

Changes since v1:
- Fix compatible to say 8280, instead of 8180

 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 d72122bbaf3d..038d81338fcf 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -50,6 +50,7 @@ properties:
               - qcom,sc7180-tsens
               - qcom,sc7280-tsens
               - qcom,sc8180x-tsens
+              - qcom,sc8280xp-tsens
               - qcom,sdm630-tsens
               - qcom,sdm845-tsens
               - qcom,sm6350-tsens
-- 
2.35.1


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

* Re: [PATCH v2] dt-bindings: thermal: tsens: Add sc8280xp compatible
  2022-05-03 15:34 ` [PATCH v2] " Bjorn Andersson
@ 2022-05-09 10:07   ` Daniel Lezcano
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Lezcano @ 2022-05-09 10:07 UTC (permalink / raw)
  To: Bjorn Andersson, Rafael J. Wysocki, Zhang Rui
  Cc: Rob Herring, Krzysztof Kozlowski, linux-pm, linux-arm-msm,
	devicetree, linux-kernel, Krzysztof Kozlowski

On 03/05/2022 17:34, Bjorn Andersson wrote:
> The Qualcomm SC8280XP platform has three instances of the tsens block,
> add a compatible for these instances.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---

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] 4+ messages in thread

end of thread, other threads:[~2022-05-09 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 22:50 [PATCH] dt-bindings: thermal: tsens: Add sc8280xp compatible Bjorn Andersson
2022-04-09 16:36 ` Krzysztof Kozlowski
2022-05-03 15:34 ` [PATCH v2] " Bjorn Andersson
2022-05-09 10:07   ` Daniel Lezcano

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).