ext4: remove unnecessary wbc parameter from ext4_bio_write_page
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / magnetometer / pni,rm3100.txt
1 * PNI RM3100 3-axis magnetometer sensor
2
3 Required properties:
4
5 - compatible : should be "pni,rm3100"
6 - reg : the I2C address or SPI chip select number of the sensor.
7
8 Optional properties:
9
10 - interrupts: data ready (DRDY) from the chip.
11   The interrupts can be triggered on level high.
12
13 Example:
14
15 rm3100: rm3100@20 {
16         compatible = "pni,rm3100";
17         reg = <0x20>;
18         interrupt-parent = <&gpio0>;
19         interrupts = <4 IRQ_TYPE_LEVEL_HIGH>;
20 };