]> Git Repo - linux.git/commitdiff
dt-bindings: thermal: qcom-tsens: Correct unit address
authorKrzysztof Kozlowski <[email protected]>
Thu, 20 Apr 2023 07:24:29 +0000 (09:24 +0200)
committerDaniel Lezcano <[email protected]>
Wed, 26 Apr 2023 08:38:35 +0000 (10:38 +0200)
Match unit-address to first reg entry.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Rob Herring <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Acked-by: Amit Kucheria <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Documentation/devicetree/bindings/thermal/qcom-tsens.yaml

index 926e9c51c93cbd7201e03eac48b89d7306ff1e46..d1ec963a6834e746e9232bf834ae0c7788a1e81e 100644 (file)
@@ -326,7 +326,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 */
@@ -356,7 +356,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 */
This page took 0.055116 seconds and 4 git commands to generate.