diff options
author | Konrad Dybcio | 2021-03-19 23:08:01 +0100 |
---|---|---|
committer | Daniel Lezcano | 2021-04-15 13:21:42 +0200 |
commit | 957781612e44f9525a8c7ed52086ab4caaa301f6 (patch) | |
tree | 096d82b535aee1a991dc97bcfb125644ecbcc73a | |
parent | 6cc7b38c0ca3187abd07af849ec179b42337bcf6 (diff) |
dt-bindings: tsens: qcom: Document MDM9607 compatible
Add the compatible for MDM9607.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210319220802.198215-1-konrad.dybcio@somainline.org
-rw-r--r-- | Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml index 95462e071ab4..8ad9dc139c23 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml @@ -22,6 +22,7 @@ properties: - description: v0.1 of TSENS items: - enum: + - qcom,mdm9607-tsens - qcom,msm8916-tsens - qcom,msm8939-tsens - qcom,msm8974-tsens @@ -94,6 +95,7 @@ allOf: compatible: contains: enum: + - qcom,mdm9607-tsens - qcom,msm8916-tsens - qcom,msm8974-tsens - qcom,msm8976-tsens |