ARM: OMAP1: fix incorrect INT_DMA_LCD
authorAaro Koskinen <[email protected]>
Mon, 26 Oct 2015 18:23:53 +0000 (20:23 +0200)
committerTony Lindgren <[email protected]>
Wed, 28 Oct 2015 17:05:58 +0000 (10:05 -0700)
commit1bd5dfe41b994a6e793363894befef76626965a9
tree3deece45f6828a0489216268d411db007ae6029d
parent57df5380853460bc66b59a46273ce113c923d39c
ARM: OMAP1: fix incorrect INT_DMA_LCD

Commit 685e2d08c54b ("ARM: OMAP1: Change interrupt numbering for
sparse IRQ") turned on SPARSE_IRQ on OMAP1, but forgot to change
the number of INT_DMA_LCD. This broke the boot at least on Nokia 770,
where the device hangs during framebuffer initialization.

Fix by defining INT_DMA_LCD like the other interrupts.

Cc: [email protected] # v4.2+
Fixes: 685e2d08c54b ("ARM: OMAP1: Change interrupt numbering for sparse IRQ")
Signed-off-by: Aaro Koskinen <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
include/linux/omap-dma.h