treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / magnetometer / pni,rm3100.txt
blob497c932e9e39ac7c3c53e2b5647ae979bfda460e
1 * PNI RM3100 3-axis magnetometer sensor
3 Required properties:
5 - compatible : should be "pni,rm3100"
6 - reg : the I2C address or SPI chip select number of the sensor.
8 Optional properties:
10 - interrupts: data ready (DRDY) from the chip.
11   The interrupts can be triggered on level high.
13 Example:
15 rm3100: rm3100@20 {
16         compatible = "pni,rm3100";
17         reg = <0x20>;
18         interrupt-parent = <&gpio0>;
19         interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;