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
gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
iio
/
light
/
renesas,isl29501.txt
blob
46957997fee3a1d6646526e7b121b260e0838b10
1
* ISL29501 Time-of-flight sensor.
2
3
Required properties:
4
5
- compatible : should be "renesas,isl29501"
6
- reg : the I2C address of the sensor
7
8
Example:
9
10
isl29501@57 {
11
compatible = "renesas,isl29501";
12
reg = <0x57>;
13
};