Message ID | 20240913-veml6035-v1-1-0b09c0c90418@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | iio: light: veml6030: fix issues and add support for veml6035 | expand |
On Fri, Sep 13, 2024 at 03:18:56PM +0200, Javier Carrasco wrote: > Follow the common pattern manufacturer,devicename. > > Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Acked-by: Conor Dooley <conor.dooley@microchip.com>
On Fri, 13 Sep 2024 17:53:31 +0100 Conor Dooley <conor@kernel.org> wrote: > On Fri, Sep 13, 2024 at 03:18:56PM +0200, Javier Carrasco wrote: > > Follow the common pattern manufacturer,devicename. > > > > Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> > > Acked-by: Conor Dooley <conor.dooley@microchip.com> Applied.
diff --git a/Documentation/devicetree/bindings/iio/light/veml6030.yaml b/Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml similarity index 95% rename from Documentation/devicetree/bindings/iio/light/veml6030.yaml rename to Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml index fb19a2d7a849..7f4995557570 100644 --- a/Documentation/devicetree/bindings/iio/light/veml6030.yaml +++ b/Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0+ %YAML 1.2 --- -$id: http://devicetree.org/schemas/iio/light/veml6030.yaml# +$id: http://devicetree.org/schemas/iio/light/vishay,veml6030.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: VEML6030 Ambient Light Sensor (ALS)
Follow the common pattern manufacturer,devicename. Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> --- .../bindings/iio/light/{veml6030.yaml => vishay,veml6030.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)