Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8cac0bb authored by Omar Ramirez Luna's avatar Omar Ramirez Luna Committed by Greg Kroah-Hartman
Browse files

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: default avatarOmar Ramirez Luna <omar.ramirez@copitl.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e297da6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -47,8 +47,8 @@
#include <asm/cacheflush.h>
#include <asm/cacheflush.h>
#include <linux/dma-mapping.h>
#include <linux/dma-mapping.h>


/* TODO -- Remove, once BP defines them */
/* TODO -- Remove, once omap-iommu is used */
#define INT_DSP_MMU_IRQ        28
#define INT_DSP_MMU_IRQ        (28 + NR_IRQS)


#define PRCM_VDD1 1
#define PRCM_VDD1 1