Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / input / qcom,pm8xxx-vib.txt
1 Qualcomm PM8xxx PMIC Vibrator
2
3 PROPERTIES
4
5 - compatible:
6         Usage: required
7         Value type: <string>
8         Definition: must be one of:
9                     "qcom,pm8058-vib"
10                     "qcom,pm8916-vib"
11                     "qcom,pm8921-vib"
12
13 - reg:
14         Usage: required
15         Value type: <prop-encoded-array>
16         Definition: address of vibration control register
17
18 EXAMPLE
19
20         vibrator@4a {
21                 compatible = "qcom,pm8058-vib";
22                 reg = <0x4a>;
23         };