diff options
author | Mike Nicholson <Mike.Nicholson@multitech.com> | 2019-03-01 17:41:55 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | e552cff880375da25a994169ea6ee3ea5d928b52 (patch) | |
tree | 928fe5ffad332e3179a334b2cdaa8feff41f8212 /recipes-kernel/linux | |
parent | 4b6fab69ea800e77b5ec64e942c8626f0868e432 (diff) | |
download | meta-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.
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/mtr/linux-4.9-mtr-device-tree.patch | 2 |
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 */ |