Skip to content

Commit 278b9d0

Browse files
cjd8jic23
authored andcommitted
dt-bindings: iio: light: veml6030: add veml3328
The Vishay VEML3328 is an RGBCIR light sensor that shares similar devicetree properties as other existing VEMLxxxx sensors in the kernel. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
1 parent 4e8327c commit 278b9d0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$id: http://devicetree.org/schemas/iio/light/vishay,veml6030.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

7-
title: VEML3235, VEML6030, VEML6035 and VEML7700 Ambient Light Sensors (ALS)
7+
title: VEML3235, VEML3328, VEML6030, VEML6035 and VEML7700 Ambient Light Sensors (ALS)
88

99
maintainers:
1010
- Rishi Gupta <gupt21@gmail.com>
@@ -21,6 +21,7 @@ description: |
2121
2222
Specifications about the sensors can be found at:
2323
https://www.vishay.com/docs/80131/veml3235.pdf
24+
https://www.vishay.com/docs/84968/veml3328.pdf
2425
https://www.vishay.com/docs/84366/veml6030.pdf
2526
https://www.vishay.com/docs/84889/veml6035.pdf
2627
https://www.vishay.com/docs/84286/veml7700.pdf
@@ -29,6 +30,7 @@ properties:
2930
compatible:
3031
enum:
3132
- vishay,veml3235
33+
- vishay,veml3328
3234
- vishay,veml6030
3335
- vishay,veml6035
3436
- vishay,veml7700
@@ -79,6 +81,7 @@ allOf:
7981
compatible:
8082
enum:
8183
- vishay,veml3235
84+
- vishay,veml3328
8285
- vishay,veml7700
8386
then:
8487
properties:

0 commit comments

Comments
 (0)