Commit 59ee1882 authored by Subhajit Ghosh's avatar Subhajit Ghosh Committed by Jonathan Cameron

dt-bindings: iio: light: adps9300: Add missing vdd-supply

All devices covered by the binding have a vdd supply.
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarSubhajit Ghosh <subhajit.ghosh@tweaklogic.com>
Link: https://lore.kernel.org/r/20240309105031.10313-3-subhajit.ghosh@tweaklogic.comSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 9278524c
...@@ -25,6 +25,8 @@ properties: ...@@ -25,6 +25,8 @@ properties:
interrupts: interrupts:
maxItems: 1 maxItems: 1
vdd-supply: true
additionalProperties: false additionalProperties: false
required: required:
...@@ -42,6 +44,7 @@ examples: ...@@ -42,6 +44,7 @@ examples:
reg = <0x39>; reg = <0x39>;
interrupt-parent = <&gpio2>; interrupt-parent = <&gpio2>;
interrupts = <29 8>; interrupts = <29 8>;
vdd-supply = <&regulator_3v3>;
}; };
}; };
... ...
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment