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>
This commit is contained in:
parent
ae9f52f05c
commit
191211f50f
1 changed files with 6 additions and 5 deletions
|
@ -232,10 +232,11 @@ static const struct sih sih_modules_twl5031[8] = {
|
||||||
},
|
},
|
||||||
[6] = {
|
[6] = {
|
||||||
/*
|
/*
|
||||||
* ACI doesn't use the same SIH organization.
|
* ECI/DBI doesn't use the same SIH organization.
|
||||||
* For example, it supports only one interrupt line
|
* For example, it supports only one interrupt output line.
|
||||||
|
* That is, the interrupts are seen on both INT1 and INT2 lines.
|
||||||
*/
|
*/
|
||||||
.name = "aci",
|
.name = "eci_dbi",
|
||||||
.module = TWL5031_MODULE_ACCESSORY,
|
.module = TWL5031_MODULE_ACCESSORY,
|
||||||
.bits = 9,
|
.bits = 9,
|
||||||
.bytes_ixr = 2,
|
.bytes_ixr = 2,
|
||||||
|
@ -247,8 +248,8 @@ static const struct sih sih_modules_twl5031[8] = {
|
||||||
|
|
||||||
},
|
},
|
||||||
[7] = {
|
[7] = {
|
||||||
/* Accessory */
|
/* Audio accessory */
|
||||||
.name = "acc",
|
.name = "audio",
|
||||||
.module = TWL5031_MODULE_ACCESSORY,
|
.module = TWL5031_MODULE_ACCESSORY,
|
||||||
.control_offset = TWL5031_ACCSIHCTRL,
|
.control_offset = TWL5031_ACCSIHCTRL,
|
||||||
.bits = 2,
|
.bits = 2,
|
||||||
|
|
Loading…
Reference in a new issue