treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / magnetometer / mag3110.txt
blobbdd40bcaaa1ff3bbed77d22fe23f4edb5ddb5048
1 * FREESCALE MAG3110 magnetometer sensor
3 Required properties:
5   - compatible : should be "fsl,mag3110"
6   - reg : the I2C address of the magnetometer
8 Optional properties:
10   - interrupts: the sole interrupt generated by the device
12   Refer to interrupt-controller/interrupts.txt for generic interrupt client
13   node bindings.
15   - vdd-supply: phandle to the regulator that provides power to the sensor.
16   - vddio-supply: phandle to the regulator that provides power to the sensor's IO.
18 Example:
20 magnetometer@e {
21         compatible = "fsl,mag3110";
22         reg = <0x0e>;
23         pinctrl-names = "default";
24         pinctrl-0 = <&pinctrl_i2c3_mag3110_int>;
25         interrupt-parent = <&gpio3>;
26         interrupts = <16 IRQ_TYPE_EDGE_RISING>;