[PATCH v10 1/4] dt-bindings: pps: capture-clear addition

From: Tom Burkart
Date: Sat Nov 24 2018 - 06:42:46 EST


It adds documentation for the device tree capture-clear option.

Signed-off-by: Tom Burkart <tom@xxxxxxxxxx>
---
Documentation/devicetree/bindings/pps/pps-gpio.txt | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/pps/pps-gpio.txt b/Documentation/devicetree/bindings/pps/pps-gpio.txt
index 3683874832ae..1155d49c2699 100644
--- a/Documentation/devicetree/bindings/pps/pps-gpio.txt
+++ b/Documentation/devicetree/bindings/pps/pps-gpio.txt
@@ -10,6 +10,7 @@ Required properties:
Optional properties:
- assert-falling-edge: when present, assert is indicated by a falling edge
(instead of by a rising edge)
+- capture-clear: when present, also capture the PPS clear event

Example:
pps {
@@ -18,6 +19,7 @@ Example:

gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
assert-falling-edge;
+ capture-clear;

compatible = "pps-gpio";
};
--
2.12.3