Commit bd4eadc4 authored by Kieran Bingham's avatar Kieran Bingham Committed by Hans Verkuil

media: dt-bindings: media: imx335: Add supply bindings

Add the bindings for the supply references used on the IMX335.
Reviewed-by: default avatarUmang Jain <umang.jain@ideasonboard.com>
Reviewed-by: default avatarMarco Felsch <m.felsch@pengutronix.de>
Signed-off-by: default avatarKieran Bingham <kieran.bingham@ideasonboard.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 79e3a67a
...@@ -32,6 +32,15 @@ properties: ...@@ -32,6 +32,15 @@ properties:
description: Clock frequency from 6 to 27 MHz, 37.125MHz, 74.25MHz description: Clock frequency from 6 to 27 MHz, 37.125MHz, 74.25MHz
maxItems: 1 maxItems: 1
avdd-supply:
description: Analog power supply (2.9V)
ovdd-supply:
description: Interface power supply (1.8V)
dvdd-supply:
description: Digital power supply (1.2V)
reset-gpios: reset-gpios:
description: Reference to the GPIO connected to the XCLR pin, if any. description: Reference to the GPIO connected to the XCLR pin, if any.
maxItems: 1 maxItems: 1
...@@ -79,6 +88,10 @@ examples: ...@@ -79,6 +88,10 @@ examples:
assigned-clock-parents = <&imx335_clk_parent>; assigned-clock-parents = <&imx335_clk_parent>;
assigned-clock-rates = <24000000>; assigned-clock-rates = <24000000>;
avdd-supply = <&camera_vdda_2v9>;
ovdd-supply = <&camera_vddo_1v8>;
dvdd-supply = <&camera_vddd_1v2>;
port { port {
imx335: endpoint { imx335: endpoint {
remote-endpoint = <&cam>; remote-endpoint = <&cam>;
......
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