diff options
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/mtrv1/linux-4.9-mtrv1-device-tree.patch | 4 |
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"; |