diff mbox series

[5/5] media: dt-bindings: si470x: Document new reset-gpios property

Message ID 20181205154750.17996-6-pawel.mikolaj.chmiel@gmail.com
State Not Applicable, archived
Headers show
Series media: radio-si470x-i2c: Add device tree and reset gpio support | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Paweł Chmiel Dec. 5, 2018, 3:47 p.m. UTC
Add information about new reset-gpios property to driver documentation

Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
---
 Documentation/devicetree/bindings/media/si470x.txt | 2 ++
 1 file changed, 2 insertions(+)

Comments

Rob Herring Dec. 19, 2018, 8:37 p.m. UTC | #1
On Wed,  5 Dec 2018 16:47:50 +0100, =?UTF-8?q?Pawe=C5=82=20Chmiel?= wrote:
> Add information about new reset-gpios property to driver documentation
> 
> Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
> ---
>  Documentation/devicetree/bindings/media/si470x.txt | 2 ++
>  1 file changed, 2 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

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>;
         };
 };