[1/2] dt-bindings: media: ovti,ov9282: Add optional regulators

Message ID 20221005152018.3783890-2-dave.stevenson@raspberrypi.com (mailing list archive)
State Under Review
Delegated to: Sakari Ailus
Headers
Series media: Add regulator support to ov9282 |

Commit Message

Dave Stevenson Oct. 5, 2022, 3:20 p.m. UTC
  The OV9282 image sensor takes 3 voltage supplies, so
define the relevant regulators.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
---
 .../devicetree/bindings/media/i2c/ovti,ov9282.yaml       | 9 +++++++++
 1 file changed, 9 insertions(+)
  

Comments

Rob Herring (Arm) Oct. 6, 2022, 7:08 p.m. UTC | #1
On Wed, 05 Oct 2022 16:20:17 +0100, Dave Stevenson wrote:
> The OV9282 image sensor takes 3 voltage supplies, so
> define the relevant regulators.
> 
> Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
> ---
>  .../devicetree/bindings/media/i2c/ovti,ov9282.yaml       | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
  

Patch

diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov9282.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov9282.yaml
index bf115ab9d926..652b4cfeded7 100644
--- a/Documentation/devicetree/bindings/media/i2c/ovti,ov9282.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov9282.yaml
@@ -36,6 +36,15 @@  properties:
     description: Reference to the GPIO connected to the XCLR pin, if any.
     maxItems: 1
 
+  avdd-supply:
+    description: Analog voltage supply, 2.8 volts
+
+  dvdd-supply:
+    description: Digital core voltage supply, 1.2 volts
+
+  dovdd-supply:
+    description: Digital I/O voltage supply, 1.8 volts
+
   port:
     additionalProperties: false
     $ref: /schemas/graph.yaml#/$defs/port-base