From: Simon Horman Date: Mon, 19 Aug 2019 14:17:08 +0000 (+0200) Subject: dt-bindings: iio: light: isl29501: Rename bindings documentation file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=88149b520950956f0f786d06693d11df8d6f6da4;p=linux.git dt-bindings: iio: light: isl29501: Rename bindings documentation file 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 Signed-off-by: Jonathan Cameron --- diff --git a/Documentation/devicetree/bindings/iio/light/isl29501.txt b/Documentation/devicetree/bindings/iio/light/isl29501.txt deleted file mode 100644 index 46957997fee3a..0000000000000 --- a/Documentation/devicetree/bindings/iio/light/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>; -}; diff --git a/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt b/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt new file mode 100644 index 0000000000000..46957997fee3a --- /dev/null +++ b/Documentation/devicetree/bindings/iio/light/renesas,isl29501.txt @@ -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>; +};