diff options
author | John Klug <john.klug@multitech.com> | 2016-09-20 18:28:25 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-09-20 18:28:25 -0500 |
commit | 1f44d4748e01d9c4914295c5ba923487618e81fd (patch) | |
tree | c317a1e6c9d765f1392e499ff66aab2e0d019b86 /recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch | |
parent | b93e7a6eeb3b9db0a211bcc8eaf406063040c069 (diff) | |
download | meta-multitech-1f44d4748e01d9c4914295c5ba923487618e81fd.tar.gz meta-multitech-1f44d4748e01d9c4914295c5ba923487618e81fd.tar.bz2 meta-multitech-1f44d4748e01d9c4914295c5ba923487618e81fd.zip |
PPS Driver Patch to handle both edges of the PPS signal.
Diffstat (limited to 'recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch')
-rw-r--r-- | recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch b/recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch index aa96655..bea818d 100644 --- a/recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch +++ b/recipes-kernel/linux/linux-3.12.27/mtcdt/linux-3.12-mtcdt-device-tree.patch @@ -1,8 +1,8 @@ Index: linux-3.12.27/arch/arm/boot/dts/mtcdt.dts =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-3.12.27/arch/arm/boot/dts/mtcdt.dts 2015-01-13 13:58:20.766078428 -0600 -@@ -0,0 +1,278 @@ ++++ linux-3.12.27/arch/arm/boot/dts/mtcdt.dts 2016-09-19 15:34:25.111103538 -0500 +@@ -0,0 +1,279 @@ +/* + * DTS file for Multi-Tech Systems MTCDT Hardware + */ @@ -248,6 +248,7 @@ Index: linux-3.12.27/arch/arm/boot/dts/mtcdt.dts + pps { + compatible = "pps-gpio"; + gpios = <&pioA 29 0>; ++ capture-clear; + }; + + |