Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: iio: light: veml6030: add veml3235

The veml3235 is another Vishay ambient light sensor that shares similar
properties with the other sensors covered by this bindings. In this
case, only the compatible, reg, and vdd-supply properties are required,
and the device does not have an interrupt line, like the already
supported veml7700.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Link: https://patch.msgid.link/20241023-veml3235-v3-1-8490f2622f9a@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Javier Carrasco and committed by
Jonathan Cameron
6df21ae0 a3920a23

+4 -1
+4 -1
Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml
··· 4 4 $id: http://devicetree.org/schemas/iio/light/vishay,veml6030.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: VEML6030, VEML6035 and VEML7700 Ambient Light Sensors (ALS) 7 + title: VEML3235, VEML6030, VEML6035 and VEML7700 Ambient Light Sensors (ALS) 8 8 9 9 maintainers: 10 10 - Rishi Gupta <gupt21@gmail.com> ··· 20 20 whenever configured threshold is crossed. 21 21 22 22 Specifications about the sensors can be found at: 23 + https://www.vishay.com/docs/80131/veml3235.pdf 23 24 https://www.vishay.com/docs/84366/veml6030.pdf 24 25 https://www.vishay.com/docs/84889/veml6035.pdf 25 26 https://www.vishay.com/docs/84286/veml7700.pdf ··· 28 27 properties: 29 28 compatible: 30 29 enum: 30 + - vishay,veml3235 31 31 - vishay,veml6030 32 32 - vishay,veml6035 33 33 - vishay,veml7700 ··· 78 76 properties: 79 77 compatible: 80 78 enum: 79 + - vishay,veml3235 81 80 - vishay,veml7700 82 81 then: 83 82 properties: