diff options
author | Javier Carrasco <javier.carrasco.cruz@gmail.com> | 2024-02-23 14:01:33 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-02-28 19:26:37 +0000 |
commit | b8b393348ad8eb1b96681dd155cd30d6184f61d3 (patch) | |
tree | 6ab3ec0311c50e70eb6f6f11e6b15df2eac1a618 /Documentation/devicetree/bindings/iio | |
parent | 0fb528c8255bd2de6a2fba26ed28d75a7f0cb630 (diff) | |
download | lwn-b8b393348ad8eb1b96681dd155cd30d6184f61d3.tar.gz lwn-b8b393348ad8eb1b96681dd155cd30d6184f61d3.zip |
dt-bindings: iio: light: vishay,veml6075: make vdd-supply required
The VEML6075 requires a single supply to operate. The property already
exists in the bindings and it is used in the example, but it is still
not on the list of required properties.
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240223-veml6075_vdd-v1-1-ac76509b1998@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio')
-rw-r--r-- | Documentation/devicetree/bindings/iio/light/vishay,veml6075.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/light/vishay,veml6075.yaml b/Documentation/devicetree/bindings/iio/light/vishay,veml6075.yaml index abee04cd126e..91c318746bf3 100644 --- a/Documentation/devicetree/bindings/iio/light/vishay,veml6075.yaml +++ b/Documentation/devicetree/bindings/iio/light/vishay,veml6075.yaml @@ -21,6 +21,7 @@ properties: required: - compatible - reg + - vdd-supply additionalProperties: false |