From 1454df38fe4fbd286c10433a23af1a0e83abb31c Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 22 Feb 2019 17:30:19 -0600 Subject: Make it clear why there are two PPS pins defined --- .../linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch | 4 ++-- 1 file 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"; -- cgit v1.2.3