Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.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,pm8921-vib"
11
12 - reg:
13         Usage: required
14         Value type: <prop-encoded-array>
15         Definition: address of vibration control register
16
17 EXAMPLE
18
19         vibrator@4a {
20                 compatible = "qcom,pm8058-vib";
21                 reg = <0x4a>;
22         };