blob: 7d8881c248ce319122a8d8d76b367000c21eb66f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# It appears that capture clear is now implemented. Keep the doc fix.
diff -uprN old/Documentation/devicetree/bindings/pps/pps-gpio.txt new/Documentation/devicetree/bindings/pps/pps-gpio.txt
--- old/Documentation/devicetree/bindings/pps/pps-gpio.txt 2016-09-19 09:51:11.271472335 -0500
+++ new/Documentation/devicetree/bindings/pps/pps-gpio.txt 2016-09-19 09:49:27.283474197 -0500
@@ -17,4 +17,5 @@ Example:
gpios = <&gpio2 6 0>;
assert-falling-edge;
+ capture-clear;
};
|