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	};
23