summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2020-10-31 21:29:20 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-11-16 23:32:33 +0300
commit76e11a05d2d0be9f47c80e120d60571f8dc9885c (patch)
tree6f8f5ace51ed996698d61a93b10f39d8ec5dd8bc /Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt
parentb25e67b29078d11a9be46f6bdb8b09f278c654ca (diff)
downloadlinux-76e11a05d2d0be9f47c80e120d60571f8dc9885c.tar.xz
dt-bindings:iio:light:renesas,isl29501: Move to trivial devices.
This binding is so simple there is no obvious advantage in maintaining a separate binding doc file for it. As such, move it to trivial-devices.yaml Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Rob Herring <robh@kernel.org> Cc: Simon Horman <horms+renesas@verge.net.au> Link: https://lore.kernel.org/r/20201031182922.743153-6-jic23@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt')
-rw-r--r--Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt b/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt
deleted file mode 100644
index 46957997fee3..000000000000
--- a/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-* 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>;
-};