diff options
Diffstat (limited to 'recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-pps-gpio.patch')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-pps-gpio.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-pps-gpio.patch b/recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-pps-gpio.patch new file mode 100644 index 0000000..7d8881c --- /dev/null +++ b/recipes-kernel/linux/linux-at91-4.9.87/linux-4.9-pps-gpio.patch @@ -0,0 +1,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; + }; |