diff options
| author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2024-03-09 16:15:02 +0300 |
|---|---|---|
| committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2024-04-23 13:40:29 +0300 |
| commit | c0f14ec95262cdcf557016f84b87e45f54e0b881 (patch) | |
| tree | 0634afc8fc0a94e4c37822ff3d0571f999e9d7dc | |
| parent | 5c897a9a1237155822183b8979005d06c14a996a (diff) | |
| download | linux-c0f14ec95262cdcf557016f84b87e45f54e0b881.tar.xz | |
dt-bindings: thermal: lmh: Add QCM2290 compatible
Document the QCM2290 LMH.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20240308-topic-rb1_lmh-v2-1-bac3914b0fe3@linaro.org
| -rw-r--r-- | Documentation/devicetree/bindings/thermal/qcom-lmh.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/thermal/qcom-lmh.yaml b/Documentation/devicetree/bindings/thermal/qcom-lmh.yaml index 5ff72ce5c887..1175bb358382 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-lmh.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-lmh.yaml @@ -17,10 +17,14 @@ description: properties: compatible: - enum: - - qcom,sc8180x-lmh - - qcom,sdm845-lmh - - qcom,sm8150-lmh + oneOf: + - enum: + - qcom,sc8180x-lmh + - qcom,sdm845-lmh + - qcom,sm8150-lmh + - items: + - const: qcom,qcm2290-lmh + - const: qcom,sm8150-lmh reg: items: |
