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

dt-bindings: iio: light: veml6075: document vishay,rset-ohms

The veml6070 provides a configurable integration time by means of an
external resistor (Rset in the datasheet) with values between 75 and
1200 kohms.

Document vishay,rset-ohms to select the integration time.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20241031-veml6070-integration-time-v4-1-c66da6788256@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Javier Carrasco and committed by
Jonathan Cameron
4c5e18bf 7f36074c

+18
+18
Documentation/devicetree/bindings/iio/light/vishay,veml6075.yaml
··· 22 22 reg: 23 23 maxItems: 1 24 24 25 + vishay,rset-ohms: 26 + description: 27 + Resistor used to select the integration time. 28 + default: 270000 29 + minimum: 75000 30 + maximum: 1200000 31 + 25 32 vdd-supply: true 26 33 27 34 required: 28 35 - compatible 29 36 - reg 30 37 - vdd-supply 38 + 39 + allOf: 40 + - if: 41 + properties: 42 + compatible: 43 + enum: 44 + - vishay,veml6040 45 + - vishay,veml6075 46 + then: 47 + properties: 48 + vishay,rset-ohms: false 31 49 32 50 additionalProperties: false 33 51