diff options
author | Konrad Dybcio <[email protected]> | 2024-03-09 14:15:02 +0100 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2024-04-23 12:40:29 +0200 |
commit | c0f14ec95262cdcf557016f84b87e45f54e0b881 (patch) | |
tree | 0634afc8fc0a94e4c37822ff3d0571f999e9d7dc | |
parent | 5c897a9a1237155822183b8979005d06c14a996a (diff) |
dt-bindings: thermal: lmh: Add QCM2290 compatible
Document the QCM2290 LMH.
Signed-off-by: Konrad Dybcio <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-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: |