treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / chemical / sensirion,sgp30.txt
blob5844ed58173cd80edb965813232492f2937d198d
1 * Sensirion SGP30/SGPC3 multi-pixel Gas Sensor
3 Required properties:
5   - compatible: must be one of
6     "sensirion,sgp30"
7     "sensirion,sgpc3"
8   - reg: the I2C address of the sensor
10 Example:
12 gas@58 {
13         compatible = "sensirion,sgp30";
14         reg = <0x58>;