diff options
Diffstat (limited to 'drivers/mfd/twl4030-irq.c')
-rw-r--r-- | drivers/mfd/twl4030-irq.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/mfd/twl4030-irq.c b/drivers/mfd/twl4030-irq.c index 202bdd59632d..097f24d8bceb 100644 --- a/drivers/mfd/twl4030-irq.c +++ b/drivers/mfd/twl4030-irq.c | |||
@@ -232,10 +232,11 @@ static const struct sih sih_modules_twl5031[8] = { | |||
232 | }, | 232 | }, |
233 | [6] = { | 233 | [6] = { |
234 | /* | 234 | /* |
235 | * ACI doesn't use the same SIH organization. | 235 | * ECI/DBI doesn't use the same SIH organization. |
236 | * For example, it supports only one interrupt line | 236 | * For example, it supports only one interrupt output line. |
237 | * That is, the interrupts are seen on both INT1 and INT2 lines. | ||
237 | */ | 238 | */ |
238 | .name = "aci", | 239 | .name = "eci_dbi", |
239 | .module = TWL5031_MODULE_ACCESSORY, | 240 | .module = TWL5031_MODULE_ACCESSORY, |
240 | .bits = 9, | 241 | .bits = 9, |
241 | .bytes_ixr = 2, | 242 | .bytes_ixr = 2, |
@@ -247,8 +248,8 @@ static const struct sih sih_modules_twl5031[8] = { | |||
247 | 248 | ||
248 | }, | 249 | }, |
249 | [7] = { | 250 | [7] = { |
250 | /* Accessory */ | 251 | /* Audio accessory */ |
251 | .name = "acc", | 252 | .name = "audio", |
252 | .module = TWL5031_MODULE_ACCESSORY, | 253 | .module = TWL5031_MODULE_ACCESSORY, |
253 | .control_offset = TWL5031_ACCSIHCTRL, | 254 | .control_offset = TWL5031_ACCSIHCTRL, |
254 | .bits = 2, | 255 | .bits = 2, |