2023-04-20 07:29:35

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] dt-bindings: thermal: qcom-tsens: correct unit address

Match unit-address to first reg entry.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
index b6452ed78802..d9aa54c11663 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -328,7 +328,7 @@ examples:
- |
#include <dt-bindings/interrupt-controller/arm-gic.h>
// Example 1 (new calbiration data: for pre v1 IP):
- thermal-sensor@900000 {
+ thermal-sensor@4a9000 {
compatible = "qcom,msm8916-tsens", "qcom,tsens-v0_1";
reg = <0x4a9000 0x1000>, /* TM */
<0x4a8000 0x1000>; /* SROT */
@@ -358,7 +358,7 @@ examples:
- |
#include <dt-bindings/interrupt-controller/arm-gic.h>
// Example 1 (legacy: for pre v1 IP):
- tsens1: thermal-sensor@900000 {
+ tsens1: thermal-sensor@4a9000 {
compatible = "qcom,msm8916-tsens", "qcom,tsens-v0_1";
reg = <0x4a9000 0x1000>, /* TM */
<0x4a8000 0x1000>; /* SROT */
--
2.34.1


2023-04-20 10:14:51

by Dmitry Baryshkov

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: thermal: qcom-tsens: correct unit address

On 20/04/2023 10:24, Krzysztof Kozlowski wrote:
> Match unit-address to first reg entry.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Dmitry Baryshkov <[email protected]>

--
With best wishes
Dmitry

2023-04-20 10:48:29

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: thermal: qcom-tsens: correct unit address



On 20.04.2023 09:24, Krzysztof Kozlowski wrote:
> Match unit-address to first reg entry.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
Reviewed-by: Konrad Dybcio <[email protected]>

Konrad
> Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> index b6452ed78802..d9aa54c11663 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> @@ -328,7 +328,7 @@ examples:
> - |
> #include <dt-bindings/interrupt-controller/arm-gic.h>
> // Example 1 (new calbiration data: for pre v1 IP):
> - thermal-sensor@900000 {
> + thermal-sensor@4a9000 {
> compatible = "qcom,msm8916-tsens", "qcom,tsens-v0_1";
> reg = <0x4a9000 0x1000>, /* TM */
> <0x4a8000 0x1000>; /* SROT */
> @@ -358,7 +358,7 @@ examples:
> - |
> #include <dt-bindings/interrupt-controller/arm-gic.h>
> // Example 1 (legacy: for pre v1 IP):
> - tsens1: thermal-sensor@900000 {
> + tsens1: thermal-sensor@4a9000 {
> compatible = "qcom,msm8916-tsens", "qcom,tsens-v0_1";
> reg = <0x4a9000 0x1000>, /* TM */
> <0x4a8000 0x1000>; /* SROT */

2023-04-20 17:08:11

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: thermal: qcom-tsens: correct unit address


On Thu, 20 Apr 2023 09:24:29 +0200, Krzysztof Kozlowski wrote:
> Match unit-address to first reg entry.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

Acked-by: Rob Herring <[email protected]>

2023-04-20 22:31:47

by Amit Kucheria

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: thermal: qcom-tsens: correct unit address

On Thu, Apr 20, 2023 at 12:54 PM Krzysztof Kozlowski
<[email protected]> wrote:
>
> Match unit-address to first reg entry.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>

Acked-by: Amit Kucheria <[email protected]>

> ---
> Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> index b6452ed78802..d9aa54c11663 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> @@ -328,7 +328,7 @@ examples:
> - |
> #include <dt-bindings/interrupt-controller/arm-gic.h>
> // Example 1 (new calbiration data: for pre v1 IP):
> - thermal-sensor@900000 {
> + thermal-sensor@4a9000 {
> compatible = "qcom,msm8916-tsens", "qcom,tsens-v0_1";
> reg = <0x4a9000 0x1000>, /* TM */
> <0x4a8000 0x1000>; /* SROT */
> @@ -358,7 +358,7 @@ examples:
> - |
> #include <dt-bindings/interrupt-controller/arm-gic.h>
> // Example 1 (legacy: for pre v1 IP):
> - tsens1: thermal-sensor@900000 {
> + tsens1: thermal-sensor@4a9000 {
> compatible = "qcom,msm8916-tsens", "qcom,tsens-v0_1";
> reg = <0x4a9000 0x1000>, /* TM */
> <0x4a8000 0x1000>; /* SROT */
> --
> 2.34.1
>

2023-04-21 13:43:02

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: thermal: qcom-tsens: correct unit address

On 20/04/2023 09:24, Krzysztof Kozlowski wrote:
> Match unit-address to first reg entry.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---

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