Skip to content

Commit ab2e361

Browse files
kotarakedtor
authored andcommitted
dt-bindings: input: qcom,pm8941-pwrkey: Document PMM8654AU
Add compatible strings for PMM8654AU power key and resin support. These blocks are compatible with PMK8350, so use that as the fallback. Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260209-add_pwrkey_and_resin-v2-2-f944d87b9a93@oss.qualcomm.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 831813b commit ab2e361

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ maintainers:
1212

1313
properties:
1414
compatible:
15-
enum:
16-
- qcom,pm8941-pwrkey
17-
- qcom,pm8941-resin
18-
- qcom,pmk8350-pwrkey
19-
- qcom,pmk8350-resin
15+
oneOf:
16+
- enum:
17+
- qcom,pm8941-pwrkey
18+
- qcom,pm8941-resin
19+
- qcom,pmk8350-pwrkey
20+
- qcom,pmk8350-resin
21+
- items:
22+
- const: qcom,pmm8654au-pwrkey
23+
- const: qcom,pmk8350-pwrkey
24+
- items:
25+
- const: qcom,pmm8654au-resin
26+
- const: qcom,pmk8350-resin
2027

2128
interrupts:
2229
maxItems: 1

0 commit comments

Comments
 (0)