Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[deliverable/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 };
This page took 0.030389 seconds and 5 git commands to generate.