Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
3773b845
Commit
3773b845
authored
May 19, 2017
by
Jens Korinth
Browse files
Zynq: new IRQ offset is 61 - 16 = 45
* apparently the interrupt is now shared (SPI) in recent kernels
parent
8400a7d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/zynq/module/zynq_irq.c
View file @
3773b845
...
...
@@ -27,11 +27,7 @@
#include "zynq_logging.h"
#include "zynq_device.h"
#if LINUX_VERSION_CODE <= KERNEL_VERSION(3,18,0)
#define ZYNQ_IRQ_BASE_IRQ (61)
#else
#define ZYNQ_IRQ_BASE_IRQ (44)
#endif
#define ZYNQ_IRQ_BASE_IRQ (45)
extern
struct
zynq_device
zynq_dev
;
...
...
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment