Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Fenglin Wu <quic_fenglinw@quicinc.com>
Link: https://lore.kernel.org/r/20240416-pm8xxx-vibrator-new-design-v11-2-7b1c951e1515@quicinc.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Fenglin Wu and committed by
Dmitry Torokhov
ca7755ad 6d84ec25

+12 -4
+12 -4
Documentation/devicetree/bindings/input/qcom,pm8xxx-vib.yaml
··· 11 11 12 12 properties: 13 13 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 18 26 19 27 reg: 20 28 maxItems: 1