devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: dt-bindings: ovti,ov772x: Make powerdown-gpios active-high
@ 2023-09-13 19:39 Fabio Estevam
  2023-09-14 10:28 ` Sakari Ailus
  2023-09-14 10:46 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2023-09-13 19:39 UTC (permalink / raw)
  To: sakari.ailus
  Cc: mchehab, robh+dt, krzysztof.kozlowski+dt, conor+dt, linux-media,
	devicetree, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

The powerdown-gpios description mentions:

"Reference to the GPIO connected to the PWDN pin which is active high."

Improve the example by making powerdown-gpios active-high for consistency.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml
index 5d24edba8f99..5aec65b053af 100644
--- a/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml
@@ -114,7 +114,7 @@ examples:
             compatible = "ovti,ov7725";
             reg = <0x21>;
             reset-gpios = <&axi_gpio_0 0 GPIO_ACTIVE_LOW>;
-            powerdown-gpios = <&axi_gpio_0 1 GPIO_ACTIVE_LOW>;
+            powerdown-gpios = <&axi_gpio_0 1 GPIO_ACTIVE_HIGH>;
             clocks = <&xclk>;
 
             port {
-- 
2.34.1


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

end of thread, other threads:[~2023-09-14 13:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-13 19:39 [PATCH] media: dt-bindings: ovti,ov772x: Make powerdown-gpios active-high Fabio Estevam
2023-09-14 10:28 ` Sakari Ailus
2023-09-14 13:20   ` Jacopo Mondi
2023-09-14 10:46 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).