Skip to content

Commit ca7755a

Browse files
Fenglin Wudtor
authored andcommitted
dt-bindings: input: qcom,pm8xxx-vib: add new SPMI vibrator module
Add compatible strings to support vibrator module inside PMI632, PMI7250B, PM7325B, PM7550BA. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Fenglin Wu <[email protected]> Link: https://lore.kernel.org/r/20240416-pm8xxx-vibrator-new-design-v11-2-7b1c951e1515@quicinc.com Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 6d84ec2 commit ca7755a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Documentation/devicetree/bindings/input/qcom,pm8xxx-vib.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@ maintainers:
1111

1212
properties:
1313
compatible:
14-
enum:
15-
- qcom,pm8058-vib
16-
- qcom,pm8916-vib
17-
- qcom,pm8921-vib
14+
oneOf:
15+
- enum:
16+
- qcom,pm8058-vib
17+
- qcom,pm8916-vib
18+
- qcom,pm8921-vib
19+
- qcom,pmi632-vib
20+
- items:
21+
- enum:
22+
- qcom,pm7250b-vib
23+
- qcom,pm7325b-vib
24+
- qcom,pm7550ba-vib
25+
- const: qcom,pmi632-vib
1826

1927
reg:
2028
maxItems: 1

0 commit comments

Comments
 (0)