From c0b878f90901dceadedac244cd358bfad25e6ea3 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 4 Mar 2019 11:57:56 -0600 Subject: Change pps to pps-0 in device tree to allow for multiple entries. --- .../linux-at91-4.9.87/mtcdt/linux-4.9-mtcdt-device-tree.patch | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/linux-4.9-mtcdt-device-tree.patch b/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/linux-4.9-mtcdt-device-tree.patch index 5585ba8..9b4bd92 100644 --- a/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/linux-4.9-mtcdt-device-tree.patch +++ b/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/linux-4.9-mtcdt-device-tree.patch @@ -1,7 +1,7 @@ -diff -Naru linux-4.9.87.orig/arch/arm/boot/dts/mtcdt.dts linux-4.9.87/arch/arm/boot/dts/mtcdt.dts +diff -aNru linux-4.9.87.orig/arch/arm/boot/dts/mtcdt.dts linux-4.9.87/arch/arm/boot/dts/mtcdt.dts --- linux-4.9.87.orig/arch/arm/boot/dts/mtcdt.dts 1969-12-31 18:00:00.000000000 -0600 -+++ linux-4.9.87/arch/arm/boot/dts/mtcdt.dts 2019-01-25 15:44:49.655256032 -0600 -@@ -0,0 +1,260 @@ ++++ linux-4.9.87/arch/arm/boot/dts/mtcdt.dts 2019-03-04 11:05:46.155049751 -0600 +@@ -0,0 +1,261 @@ +/* + * DTS file for Multi-Tech Systems MTCDT Hardware + */ @@ -221,10 +221,11 @@ diff -Naru linux-4.9.87.orig/arch/arm/boot/dts/mtcdt.dts linux-4.9.87/arch/arm/b + }; + + /* GPS-PPS input on AP1 */ -+ pps { ++ pps-0 { + compatible = "pps-gpio"; + gpios = <&pioA 29 0>; + capture-clear; ++ status = "okay"; + }; + + -- cgit v1.2.3