summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Nicholson <Mike.Nicholson@multitech.com>2019-03-01 17:41:55 -0600
committerJohn Klug <john.klug@multitech.com>2019-07-03 11:22:01 -0500
commite552cff880375da25a994169ea6ee3ea5d928b52 (patch)
tree928fe5ffad332e3179a334b2cdaa8feff41f8212
parent4b6fab69ea800e77b5ec64e942c8626f0868e432 (diff)
downloadmeta-multitech-e552cff880375da25a994169ea6ee3ea5d928b52.tar.gz
meta-multitech-e552cff880375da25a994169ea6ee3ea5d928b52.tar.bz2
meta-multitech-e552cff880375da25a994169ea6ee3ea5d928b52.zip
Add rising edge IRQ to Murata - this is required for proper interrupt
handling.
-rw-r--r--recipes-kernel/linux/linux-at91-4.9.87/mtr/linux-4.9-mtr-device-tree.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/mtr/linux-4.9-mtr-device-tree.patch b/recipes-kernel/linux/linux-at91-4.9.87/mtr/linux-4.9-mtr-device-tree.patch
index 8c076be..a846bc5 100644
--- a/recipes-kernel/linux/linux-at91-4.9.87/mtr/linux-4.9-mtr-device-tree.patch
+++ b/recipes-kernel/linux/linux-at91-4.9.87/mtr/linux-4.9-mtr-device-tree.patch
@@ -64,7 +64,7 @@ diff -Naru linux-4.9.87.orig/arch/arm/boot/dts/mtr.dts linux-4.9.87/arch/arm/boo
+ non-removeable;
+ status = "okay";
+ interrupt-parent = <&pioA>;
-+ interrupts = <26 IRQ_TYPE_LEVEL_HIGH>; /* PA26 - REQUIRED */
++ interrupts = <26 IRQ_TYPE_EDGE_RISING>; /* PA26 - REQUIRED */
+ ref-clock-frequency = <38400000>; /* 2 = 38.4MHz */
+ platform-quirks = <0x1>; /* 1 = Edge IRQ */
+ slot-id = <0>; /* Atmel MCI driver fix */