Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into drm...
[deliverable/linux.git] / Documentation / devicetree / bindings / input / qcom,pm8xxx-vib.txt
CommitLineData
877e1f15
SB
1Qualcomm PM8xxx PMIC Vibrator
2
3PROPERTIES
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
17EXAMPLE
18
19 vibrator@4a {
20 compatible = "qcom,pm8058-vib";
21 reg = <0x4a>;
22 };
This page took 0.134852 seconds and 5 git commands to generate.