Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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,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
18EXAMPLE
19
20 vibrator@4a {
21 compatible = "qcom,pm8058-vib";
22 reg = <0x4a>;
23 };