Skip to content

Commit c0f14ec

Browse files
konradybciodlezcano
authored andcommitted
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]
1 parent 5c897a9 commit c0f14ec

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Documentation/devicetree/bindings/thermal/qcom-lmh.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ description:
1717

1818
properties:
1919
compatible:
20-
enum:
21-
- qcom,sc8180x-lmh
22-
- qcom,sdm845-lmh
23-
- qcom,sm8150-lmh
20+
oneOf:
21+
- enum:
22+
- qcom,sc8180x-lmh
23+
- qcom,sdm845-lmh
24+
- qcom,sm8150-lmh
25+
- items:
26+
- const: qcom,qcm2290-lmh
27+
- const: qcom,sm8150-lmh
2428

2529
reg:
2630
items:

0 commit comments

Comments
 (0)