diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-rx51-peripherals.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index f120997309af..d87ee0612098 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c | |||
| @@ -170,7 +170,6 @@ static struct spi_board_info rx51_peripherals_spi_board_info[] __initdata = { | |||
| 170 | .modalias = "tsc2005", | 170 | .modalias = "tsc2005", |
| 171 | .bus_num = 1, | 171 | .bus_num = 1, |
| 172 | .chip_select = 0, | 172 | .chip_select = 0, |
| 173 | .irq = OMAP_GPIO_IRQ(RX51_TSC2005_IRQ_GPIO), | ||
| 174 | .max_speed_hz = 6000000, | 173 | .max_speed_hz = 6000000, |
| 175 | .controller_data = &tsc2005_mcspi_config, | 174 | .controller_data = &tsc2005_mcspi_config, |
| 176 | .platform_data = &tsc2005_pdata, | 175 | .platform_data = &tsc2005_pdata, |
| @@ -1129,6 +1128,8 @@ static void __init rx51_init_tsc2005(void) | |||
| 1129 | } | 1128 | } |
| 1130 | 1129 | ||
| 1131 | tsc2005_pdata.set_reset = rx51_tsc2005_set_reset; | 1130 | tsc2005_pdata.set_reset = rx51_tsc2005_set_reset; |
| 1131 | rx51_peripherals_spi_board_info[RX51_SPI_TSC2005].irq = | ||
| 1132 | gpio_to_irq(RX51_TSC2005_IRQ_GPIO); | ||
| 1132 | } | 1133 | } |
| 1133 | 1134 | ||
| 1134 | void __init rx51_peripherals_init(void) | 1135 | void __init rx51_peripherals_init(void) |
