Message ID | 20210531112237.706063-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/3] dt-bindings: adv7180: Introduce the 'reset-gpios' property | expand |
On Mon, 31 May 2021 08:22:35 -0300, Fabio Estevam wrote: > Introduce the 'reset-gpios' property to describe the GPIO that connects > to the ADV7180 reset pin. > > Signed-off-by: Fabio Estevam <festevam@gmail.com> > --- > Changes since v1: > - None > > Documentation/devicetree/bindings/media/i2c/adv7180.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/media/i2c/adv7180.yaml b/Documentation/devicetree/bindings/media/i2c/adv7180.yaml index bcfd93739b4f..1f1aa46f5724 100644 --- a/Documentation/devicetree/bindings/media/i2c/adv7180.yaml +++ b/Documentation/devicetree/bindings/media/i2c/adv7180.yaml @@ -35,6 +35,9 @@ properties: powerdown-gpios: maxItems: 1 + reset-gpios: + maxItems: 1 + port: $ref: /schemas/graph.yaml#/properties/port
Introduce the 'reset-gpios' property to describe the GPIO that connects to the ADV7180 reset pin. Signed-off-by: Fabio Estevam <festevam@gmail.com> --- Changes since v1: - None Documentation/devicetree/bindings/media/i2c/adv7180.yaml | 3 +++ 1 file changed, 3 insertions(+)