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