repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
input
/
qcom,pm8xxx-vib.txt
blob
4ed467b1e4021601e89254d715cc579a12676883
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
};