mfd: Rename twl5031 sih modules

Fix the names of twl5031 specific sih modules to match
the documentation.

Signed-off-by: Ilkka Koskinen <ilkka.koskinen@nokia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by Ilkka Koskinen and committed by Samuel Ortiz 191211f5 ae9f52f0

+6 -5
+6 -5
drivers/mfd/twl4030-irq.c
··· 232 }, 233 [6] = { 234 /* 235 - * ACI doesn't use the same SIH organization. 236 - * For example, it supports only one interrupt line 237 */ 238 - .name = "aci", 239 .module = TWL5031_MODULE_ACCESSORY, 240 .bits = 9, 241 .bytes_ixr = 2, ··· 248 249 }, 250 [7] = { 251 - /* Accessory */ 252 - .name = "acc", 253 .module = TWL5031_MODULE_ACCESSORY, 254 .control_offset = TWL5031_ACCSIHCTRL, 255 .bits = 2,
··· 232 }, 233 [6] = { 234 /* 235 + * ECI/DBI doesn't use the same SIH organization. 236 + * For example, it supports only one interrupt output line. 237 + * That is, the interrupts are seen on both INT1 and INT2 lines. 238 */ 239 + .name = "eci_dbi", 240 .module = TWL5031_MODULE_ACCESSORY, 241 .bits = 9, 242 .bytes_ixr = 2, ··· 247 248 }, 249 [7] = { 250 + /* Audio accessory */ 251 + .name = "audio", 252 .module = TWL5031_MODULE_ACCESSORY, 253 .control_offset = TWL5031_ACCSIHCTRL, 254 .bits = 2,