summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-at91-4.9.87
diff options
context:
space:
mode:
authorMike Nicholson <Mike.Nicholson@multitech.com>2019-03-01 17:41:55 -0600
committerMike Nicholson <Mike.Nicholson@multitech.com>2019-03-01 17:41:55 -0600
commit0f1388cf7365a889009b1a14685f0fa0db24930a (patch)
tree928fe5ffad332e3179a334b2cdaa8feff41f8212 /recipes-kernel/linux/linux-at91-4.9.87
parent1aec08de9af0ada6721e96b2c8ca1a324e5689cd (diff)
downloadmeta-multitech-0f1388cf7365a889009b1a14685f0fa0db24930a.tar.gz
meta-multitech-0f1388cf7365a889009b1a14685f0fa0db24930a.tar.bz2
meta-multitech-0f1388cf7365a889009b1a14685f0fa0db24930a.zip
Add rising edge IRQ to Murata - this is required for proper interrupt
handling.
Diffstat (limited to 'recipes-kernel/linux/linux-at91-4.9.87')
-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 */