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 232 }, 233 233 [6] = { 234 234 /* 235 - * ACI doesn't use the same SIH organization. 236 - * For example, it supports only one interrupt line 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. 237 238 */ 238 - .name = "aci", 239 + .name = "eci_dbi", 239 240 .module = TWL5031_MODULE_ACCESSORY, 240 241 .bits = 9, 241 242 .bytes_ixr = 2, ··· 248 247 249 248 }, 250 249 [7] = { 251 - /* Accessory */ 252 - .name = "acc", 250 + /* Audio accessory */ 251 + .name = "audio", 253 252 .module = TWL5031_MODULE_ACCESSORY, 254 253 .control_offset = TWL5031_ACCSIHCTRL, 255 254 .bits = 2,