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

Commit 21b07344 authored by Daniel Mack's avatar Daniel Mack Committed by Sascha Hauer
Browse files

ARM: mx3: mx31lilly: pass mc13783 SPI IRQ pin



This makes the resistive touch interface work.

Signed-off-by: default avatarDaniel Mack <daniel@caiaq.de>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 2e8766c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -277,6 +277,7 @@ static struct spi_board_info mc13783_dev __initdata = {
	.bus_num	= 1,
	.chip_select	= 0,
	.platform_data	= &mc13783_pdata,
	.irq		= IOMUX_TO_IRQ(MX31_PIN_GPIO1_3),
};

static int mx31lilly_baseboard;