All of lore.kernel.org
 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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
  2022-05-19 12:44   ` [thermal: thermal/next] " thermal-bot for Bjorn Andersson
  1 sibling, 2 replies; 5+ 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] 5+ 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
  2022-05-19 12:44   ` [thermal: thermal/next] " thermal-bot for Bjorn Andersson
  1 sibling, 0 replies; 5+ 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] 5+ messages in thread

* [thermal: thermal/next] dt-bindings: thermal: tsens: Add sc8280xp compatible
  2022-05-03 15:34 ` [PATCH v2] " Bjorn Andersson
  2022-05-09 10:07   ` Daniel Lezcano
@ 2022-05-19 12:44   ` thermal-bot for Bjorn Andersson
  1 sibling, 0 replies; 5+ messages in thread
From: thermal-bot for Bjorn Andersson @ 2022-05-19 12:44 UTC (permalink / raw)
  To: linux-pm
  Cc: Krzysztof Kozlowski, Bjorn Andersson, Daniel Lezcano, rui.zhang, amitk

The following commit has been merged into the thermal/next branch of thermal:

Commit-ID:     30988d3b31b1e8972f202e93574978927b5c9d06
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//30988d3b31b1e8972f202e93574978927b5c9d06
Author:        Bjorn Andersson <bjorn.andersson@linaro.org>
AuthorDate:    Tue, 03 May 2022 08:34:36 -07:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Thu, 19 May 2022 12:11:52 +02:00

dt-bindings: thermal: tsens: Add sc8280xp compatible

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>
Link: https://lore.kernel.org/r/20220503153436.960184-1-bjorn.andersson@linaro.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@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 43510b8..a24baf9 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,sm8150-tsens

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

end of thread, other threads:[~2022-05-19 12:44 UTC | newest]

Thread overview: 5+ 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
2022-05-19 12:44   ` [thermal: thermal/next] " thermal-bot for Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.