treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / proximity / vl53l0x.txt
blobaac5f621f8dc238c0a859abf8c9cc6357b3507da
1 ST VL53L0X ToF ranging sensor
3 Required properties:
4         - compatible: must be "st,vl53l0x"
5         - reg: i2c address where to find the device
7 Example:
9 vl53l0x@29 {
10         compatible = "st,vl53l0x";
11         reg = <0x29>;