staging: tidspbridge: request the right irq for mmu
Requested irq for mmu is currently conflicting with a DMA irq due to recent changes to irq header files, now the offset for the start of the interrupt controller numbering has changed. This should be removed during a future migration to omap-iommu, for now it is hardcoded. Signed-off-by: Omar Ramirez Luna <omar.ramirez@copitl.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e297da6e0e
commit
b8cac0bbed
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
|||
#include <asm/cacheflush.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
|
||||
/* TODO -- Remove, once BP defines them */
|
||||
#define INT_DSP_MMU_IRQ 28
|
||||
/* TODO -- Remove, once omap-iommu is used */
|
||||
#define INT_DSP_MMU_IRQ (28 + NR_IRQS)
|
||||
|
||||
#define PRCM_VDD1 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue