diff options
author | John Klug <john.klug@multitech.com> | 2019-02-22 05:05:18 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-02-22 05:05:18 -0600 |
commit | d49fbd2e259c75638c2d0f9d6f00d68da18d4522 (patch) | |
tree | 2838de06568e0236f99a968099dbeb98e649152c /recipes-kernel/linux/linux-at91-4.9.87/mtrv1 | |
parent | a598b99ff7a1bda317d08ebeac813cbcd31e7faf (diff) | |
download | meta-multitech-atmel-d49fbd2e259c75638c2d0f9d6f00d68da18d4522.tar.gz meta-multitech-atmel-d49fbd2e259c75638c2d0f9d6f00d68da18d4522.tar.bz2 meta-multitech-atmel-d49fbd2e259c75638c2d0f9d6f00d68da18d4522.zip |
Add PPS for MTRV1-0.0 and MTRV1-0.1
Diffstat (limited to 'recipes-kernel/linux/linux-at91-4.9.87/mtrv1')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch b/recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch index 1a26150..ebc778c 100644 --- a/recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch +++ b/recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch @@ -1,7 +1,7 @@ diff -Naru linux-4.9.87.orig/arch/arm/boot/dts/mtrv1.dts linux-4.9.87/arch/arm/boot/dts/mtrv1.dts --- linux-4.9.87.orig/arch/arm/boot/dts/mtrv1.dts 1969-12-31 18:00:00.000000000 -0600 -+++ linux-4.9.87/arch/arm/boot/dts/mtrv1.dts 2019-02-05 10:02:39.107727466 -0600 -@@ -0,0 +1,261 @@ ++++ linux-4.9.87/arch/arm/boot/dts/mtrv1.dts 2019-02-22 05:00:36.541276896 -0600 +@@ -0,0 +1,265 @@ +/* + * DTS file for Multi-Tech Systems MTRv1 Hardware + * @@ -247,14 +247,18 @@ diff -Naru linux-4.9.87.orig/arch/arm/boot/dts/mtrv1.dts linux-4.9.87/arch/arm/b + }; + }; + -+ 1wire_cm { -+ compatible = "w1-gpio"; -+ gpios = <&pioB 18 GPIO_ACTIVE_HIGH>; -+ linux,open-drain; -+ pinctrl-names = "default"; -+ pinctrl-0 = <&pinctrl_1wire_cm>; -+ status = "okay"; -+ }; ++ pps-0 { ++ compatible = "pps-gpio"; ++ gpios = <&pioB 18 0>; ++ capture-clear; ++ status = "disabled"; ++ }; ++ pps-1 { ++ compatible = "pps-gpio"; ++ gpios = <&pioA 29 0>; ++ capture-clear; ++ status = "disabled"; ++ }; + + mts-io-0 { + status = "okay"; |