[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181117130337.5856-2-tom@aussec.com>
Date: Sun, 18 Nov 2018 00:03:34 +1100
From: Tom Burkart <tom@...sec.com>
To: Linux kernel mailing list <linux-kernel@...r.kernel.org>
Cc: Tom Burkart <tom@...sec.com>, devicetree@...r.kernel.org
Subject: [PATCH v8 1/4] dt-bindings: pps: capture-clear addition
It adds documentation for the device tree capture-clear option.
Signed-off-by: Tom Burkart <tom@...sec.com>
---
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
Powered by blists - more mailing lists