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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
accel
/
kionix,kxcjk1013.txt
blob
ce950e162d5d858723dc43f2a6e9a73105ce5f35
1
Kionix KXCJK-1013 Accelerometer device tree bindings
2
3
Required properties:
4
5
- compatible: Must be one of:
6
"kionix,kxcjk1013"
7
"kionix,kxcj91008"
8
"kionix,kxtj21009"
9
"kionix,kxtf9"
10
- reg: i2c slave address
11
12
Optional properties:
13
14
- mount-matrix: an optional 3x3 mounting rotation matrix
15
16
Example:
17
18
kxtf9@f {
19
compatible = "kionix,kxtf9";
20
reg = <0x0F>;
21
mount-matrix = "0", "1", "0",
22
"1", "0", "0",
23
"0", "0", "1";
24
};