]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP1: fix incorrect INT_DMA_LCD
authorAaro Koskinen <aaro.koskinen@iki.fi>
Mon, 26 Oct 2015 18:23:53 +0000 (20:23 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 28 Oct 2015 17:05:58 +0000 (10:05 -0700)
commit4afedbf5e65d07d912835e6a99c5fd45e35c8d51
tree3deece45f6828a0489216268d411db007ae6029d
parent53965b151a4362a2646e10920a2e6013af026c77
ARM: OMAP1: fix incorrect INT_DMA_LCD

Commit 69e5784ccb45 ("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: stable@vger.kernel.org # v4.2+
Fixes: 69e5784ccb45 ("ARM: OMAP1: Change interrupt numbering for sparse IRQ")
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/linux/omap-dma.h