summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-02-22 17:30:19 -0600
committerJohn Klug <john.klug@multitech.com>2019-07-03 11:22:01 -0500
commit1454df38fe4fbd286c10433a23af1a0e83abb31c (patch)
tree306531d00bd76430f0e0171a61d235b8967e2969
parent424fd19f1f30ce4078752c2095e8d559dc524519 (diff)
downloadmeta-multitech-1454df38fe4fbd286c10433a23af1a0e83abb31c.tar.gz
meta-multitech-1454df38fe4fbd286c10433a23af1a0e83abb31c.tar.bz2
meta-multitech-1454df38fe4fbd286c10433a23af1a0e83abb31c.zip
Make it clear why there are two PPS pins defined
-rw-r--r--recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch4
1 files changed, 2 insertions, 2 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 ebc778c..79102aa 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
@@ -249,12 +249,12 @@ diff -Naru linux-4.9.87.orig/arch/arm/boot/dts/mtrv1.dts linux-4.9.87/arch/arm/b
+
+ pps-0 {
+ compatible = "pps-gpio";
-+ gpios = <&pioB 18 0>;
++ gpios = <&pioB 18 0>; /* MTRV1-0.0 */
+ capture-clear;
+ status = "disabled";
+ };
+ pps-1 {
-+ compatible = "pps-gpio";
++ compatible = "pps-gpio"; /* > MTRV1-0.0 */
+ gpios = <&pioA 29 0>;
+ capture-clear;
+ status = "disabled";