Skip to content

Commit

Permalink
ARM: mx3: mx31lilly: pass mc13783 SPI IRQ pin
Browse files Browse the repository at this point in the history
This makes the resistive touch interface work.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Daniel Mack authored and Sascha Hauer committed Jul 26, 2010
1 parent 2e8766c commit 21b0734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-mx3/mach-mx31lilly.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 21b0734

Please sign in to comment.