@@ -59,17 +59,11 @@ static struct mfd_cell stmpe_keypad_cell = {
static struct resource stmpe_ts_resources[] = {
{
- .name = "TOUCH_DET",
+ .name = "FIFO_TH",
.start = 0,
.end = 0,
.flags = IORESOURCE_IRQ,
- },
- {
- .name = "FIFO_TH",
- .start = 1,
- .end = 1,
- .flags = IORESOURCE_IRQ,
- },
+ }
};
static struct mfd_cell stmpe_ts_cell = {
@@ -107,7 +101,7 @@ static struct stmpe_variant_block stmpe811_blocks[] = {
},
{
.cell = &stmpe_ts_cell,
- .irq = STMPE811_IRQ_TOUCH_DET,
+ .irq = STMPE811_IRQ_FIFO_TH,
.block = STMPE_BLOCK_TOUCHSCREEN,
},
};