repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
proximity
/
vl53l0x.txt
blob
aac5f621f8dc238c0a859abf8c9cc6357b3507da
1
ST VL53L0X ToF ranging sensor
2
3
Required properties:
4
- compatible: must be "st,vl53l0x"
5
- reg: i2c address where to find the device
6
7
Example:
8
9
vl53l0x@29 {
10
compatible = "st,vl53l0x";
11
reg = <0x29>;
12
};