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

From: PaweÅ Chmiel
Date: Wed Dec 05 2018 - 10:49:09 EST


Add information about new reset-gpios property to driver documentation

Signed-off-by: PaweÅ Chmiel <pawel.mikolaj.chmiel@xxxxxxxxx>
---
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