All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: adv7180: Introduce the 'reset-gpios' property
@ 2021-05-30 20:44 Fabio Estevam
  2021-05-30 20:44 ` [PATCH 2/3] media: i2c: adv7180: Allow the control of the reset pin Fabio Estevam
  2021-05-30 20:44 ` [PATCH 3/3] media: i2c: adv7180: Print the chip ID on probe Fabio Estevam
  0 siblings, 2 replies; 6+ messages in thread
From: Fabio Estevam @ 2021-05-30 20:44 UTC (permalink / raw)
  To: hverkuil-cisco
  Cc: lars, robh+dt, devicetree, linux-media, tharvey,
	frieder.schrempf, niklas.soderlund, Fabio Estevam

Introduce the 'reset-gpios' property to describe the GPIO that connects
to the ADV7180 reset pin.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 Documentation/devicetree/bindings/media/i2c/adv7180.yaml | 3 +++
 1 file changed, 3 insertions(+)

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
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-05-31 10:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-30 20:44 [PATCH 1/3] dt-bindings: adv7180: Introduce the 'reset-gpios' property Fabio Estevam
2021-05-30 20:44 ` [PATCH 2/3] media: i2c: adv7180: Allow the control of the reset pin Fabio Estevam
2021-05-31  7:02   ` Frieder Schrempf
2021-05-31 10:48     ` Fabio Estevam
2021-05-30 20:44 ` [PATCH 3/3] media: i2c: adv7180: Print the chip ID on probe Fabio Estevam
2021-05-31  7:04   ` Frieder Schrempf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.