summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSubhajit Ghosh <subhajit.ghosh@tweaklogic.com>2024-03-09 21:20:28 +1030
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2024-03-25 20:10:12 +0000
commit59ee18822a24ebbf23327895436b705e39c857fd (patch)
treec729c84b9503a7ff2f9b3d29a8b288eac8427cad /Documentation
parent9278524c48658a0ddccf69a0c185129951d15853 (diff)
downloadlinux-stable-59ee18822a24ebbf23327895436b705e39c857fd.tar.gz
linux-stable-59ee18822a24ebbf23327895436b705e39c857fd.tar.bz2
linux-stable-59ee18822a24ebbf23327895436b705e39c857fd.zip
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/iio/light/avago,apds9300.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/light/avago,apds9300.yaml b/Documentation/devicetree/bindings/iio/light/avago,apds9300.yaml
index c610780346e8..a328c8a1daef 100644
--- a/Documentation/devicetree/bindings/iio/light/avago,apds9300.yaml
+++ b/Documentation/devicetree/bindings/iio/light/avago,apds9300.yaml
@@ -25,6 +25,8 @@ properties:
interrupts:
maxItems: 1
+ vdd-supply: true
+
additionalProperties: false
required:
@@ -42,6 +44,7 @@ examples:
reg = <0x39>;
interrupt-parent = <&gpio2>;
interrupts = <29 8>;
+ vdd-supply = <&regulator_3v3>;
};
};
...