88149b5209
Rename the bindings documentation file for Renesas ISL29501 Time-of-flight sensor from isl29501.txt to renesas,isl29501.txt. This is part of an ongoing effort to name bindings documentation files for Renesas IP blocks consistently, in line with the compat strings they document. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
14 lines
220 B
Plaintext
14 lines
220 B
Plaintext
* ISL29501 Time-of-flight sensor.
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be "renesas,isl29501"
|
|
- reg : the I2C address of the sensor
|
|
|
|
Example:
|
|
|
|
isl29501@57 {
|
|
compatible = "renesas,isl29501";
|
|
reg = <0x57>;
|
|
};
|