[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181205154750.17996-6-pawel.mikolaj.chmiel@gmail.com>
Date: Wed, 5 Dec 2018 16:47:50 +0100
From: Paweł Chmiel <pawel.mikolaj.chmiel@...il.com>
To: mchehab@...nel.org, robh+dt@...nel.org, mark.rutland@....com
Cc: hverkuil@...all.nl, fischerdouglasc@...il.com,
keescook@...omium.org, linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Paweł Chmiel <pawel.mikolaj.chmiel@...il.com>
Subject: [PATCH 5/5] media: dt-bindings: si470x: Document new reset-gpios property
Add information about new reset-gpios property to driver documentation
Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@...il.com>
---
Documentation/devicetree/bindings/media/si470x.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/media/si470x.txt b/Documentation/devicetree/bindings/media/si470x.txt
index 9294fdfd3aae..a9403558362e 100644
--- a/Documentation/devicetree/bindings/media/si470x.txt
+++ b/Documentation/devicetree/bindings/media/si470x.txt
@@ -10,6 +10,7 @@ Required Properties:
Optional Properties:
- interrupts : The interrupt number
+- reset-gpios: GPIO specifier for the chips reset line
Example:
@@ -20,5 +21,6 @@ Example:
interrupt-parent = <&gpj2>;
interrupts = <4 IRQ_TYPE_EDGE_FALLING>;
+ reset-gpios = <&gpj2 5 GPIO_ACTIVE_HIGH>;
};
};
--
2.17.1
Powered by blists - more mailing lists