mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
27 lines
899 B
Diff
27 lines
899 B
Diff
From: Sricharan Ramabadhran <quic_srichara@quicinc.com>
|
|
Date: Fri, 22 Sep 2023 17:21:13 +0530
|
|
Subject: [PATCH] dt-bindings: thermal: qcom-tsens: Add ipq5018 compatible
|
|
|
|
IPQ5018 has tsens v1.0 block with 4 sensors and 1 interrupt.
|
|
|
|
Signed-off-by: Sricharan Ramabadhran <quic_srichara@quicinc.com>
|
|
---
|
|
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
|
|
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
|
|
@@ -39,6 +39,7 @@ properties:
|
|
- description: v1 of TSENS
|
|
items:
|
|
- enum:
|
|
+ - qcom,ipq5018-tsens
|
|
- qcom,msm8956-tsens
|
|
- qcom,msm8976-tsens
|
|
- qcom,qcs404-tsens
|
|
@@ -232,6 +233,7 @@ allOf:
|
|
compatible:
|
|
contains:
|
|
enum:
|
|
+ - qcom,ipq5018-tsens
|
|
- qcom,ipq8064-tsens
|
|
- qcom,msm8960-tsens
|
|
- qcom,tsens-v0_1
|