]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
dt-bindings: iio: light: isl29501: Rename bindings documentation file
authorSimon Horman <horms+renesas@verge.net.au>
Mon, 19 Aug 2019 14:17:08 +0000 (16:17 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 25 Aug 2019 18:10:57 +0000 (19:10 +0100)
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>
Documentation/devicetree/bindings/iio/light/isl29501.txt [deleted file]
Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/iio/light/isl29501.txt b/Documentation/devicetree/bindings/iio/light/isl29501.txt
deleted file mode 100644 (file)
index 4695799..0000000
+++ /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>;
-};
diff --git a/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt b/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt
new file mode 100644 (file)
index 0000000..4695799
--- /dev/null
@@ -0,0 +1,13 @@
+* 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>;
+};