Skip to content

Commit 2afa82d

Browse files
krzkdlezcano
authored andcommitted
dt-bindings: thermal: qcom-tsens: Correct unit address
Match unit-address to first reg entry. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Acked-by: Amit Kucheria <amitk@kernel.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20230420072429.36255-1-krzysztof.kozlowski@linaro.org
1 parent f0fb67c commit 2afa82d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/thermal/qcom-tsens.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ examples:
326326
- |
327327
#include <dt-bindings/interrupt-controller/arm-gic.h>
328328
// Example 1 (new calbiration data: for pre v1 IP):
329-
thermal-sensor@900000 {
329+
thermal-sensor@4a9000 {
330330
compatible = "qcom,msm8916-tsens", "qcom,tsens-v0_1";
331331
reg = <0x4a9000 0x1000>, /* TM */
332332
<0x4a8000 0x1000>; /* SROT */
@@ -356,7 +356,7 @@ examples:
356356
- |
357357
#include <dt-bindings/interrupt-controller/arm-gic.h>
358358
// Example 1 (legacy: for pre v1 IP):
359-
tsens1: thermal-sensor@900000 {
359+
tsens1: thermal-sensor@4a9000 {
360360
compatible = "qcom,msm8916-tsens", "qcom,tsens-v0_1";
361361
reg = <0x4a9000 0x1000>, /* TM */
362362
<0x4a8000 0x1000>; /* SROT */

0 commit comments

Comments
 (0)