summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
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-02-22 17:30:19 -0600
commit22e486ee016fb12f82d2b30bf6aa7d8244bbd4e8 (patch)
tree306531d00bd76430f0e0171a61d235b8967e2969 /recipes-kernel/linux
parent1d7494802ec6f683648ef2087915d7f9ceb75fcf (diff)
downloadmeta-multitech-atmel-22e486ee016fb12f82d2b30bf6aa7d8244bbd4e8.tar.gz
meta-multitech-atmel-22e486ee016fb12f82d2b30bf6aa7d8244bbd4e8.tar.bz2
meta-multitech-atmel-22e486ee016fb12f82d2b30bf6aa7d8244bbd4e8.zip
Make it clear why there are two PPS pins defined
Diffstat (limited to 'recipes-kernel/linux')
-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";