diff options
author | 2023-05-16 13:53:59 +0200 | |
---|---|---|
committer | 2023-06-26 12:03:13 +0200 | |
commit | 0849027b093b370f4b2b91e36f5fb2ce2051b1b5 (patch) | |
tree | d9b947241f9159da4b4ec86b7a02be48579e1acc | |
parent | dt-bindings: thermal: tsens: Add QCM2290 (diff) | |
download | wireguard-linux-0849027b093b370f4b2b91e36f5fb2ce2051b1b5.tar.xz wireguard-linux-0849027b093b370f4b2b91e36f5fb2ce2051b1b5.zip |
dt-bindings: thermal: tsens: Add compatible for SM6375
The Qualcomm SM6375 platform has two instances of the tsens v2.8.0 block,
add a compatible for these instances.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230516-topic-lost_tsens_bindings-v1-2-99715746ddb1@linaro.org
-rw-r--r-- | Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml index 2739b2bead7b..d9aa54c11663 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml @@ -57,6 +57,7 @@ properties: - qcom,sdm845-tsens - qcom,sm6115-tsens - qcom,sm6350-tsens + - qcom,sm6375-tsens - qcom,sm8150-tsens - qcom,sm8250-tsens - qcom,sm8350-tsens |