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

Configure Feed

Select the types of activity you want to include in your feed.

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

All devices covered by the binding have a vdd supply.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Subhajit Ghosh <subhajit.ghosh@tweaklogic.com>
Link: https://lore.kernel.org/r/20240309105031.10313-3-subhajit.ghosh@tweaklogic.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Subhajit Ghosh and committed by
Jonathan Cameron
59ee1882 9278524c

+3
+3
Documentation/devicetree/bindings/iio/light/avago,apds9300.yaml
··· 25 25 interrupts: 26 26 maxItems: 1 27 27 28 + vdd-supply: true 29 + 28 30 additionalProperties: false 29 31 30 32 required: ··· 44 42 reg = <0x39>; 45 43 interrupt-parent = <&gpio2>; 46 44 interrupts = <29 8>; 45 + vdd-supply = <&regulator_3v3>; 47 46 }; 48 47 }; 49 48 ...