ext4: remove unnecessary wbc parameter from ext4_bio_write_page
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / iio / temperature / tsys01.txt
1 * TSYS01 - Measurement Specialties temperature sensor
2
3 Required properties:
4
5         - compatible: should be "meas,tsys01"
6         - reg: I2C address of the sensor (changeable via CSB pin)
7
8                 ------------------------
9                 | CSB | Device Address |
10                 ------------------------
11                    1         0x76
12                    0         0x77
13
14 Example:
15
16 tsys01@76 {
17         compatible = "meas,tsys01";
18         reg = <0x76>;
19 };