diff options
author | Ilkka Koskinen <ilkka.koskinen@nokia.com> | 2010-05-20 13:04:20 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-05-28 01:38:02 +0200 |
commit | 191211f50f35deb5b3b80bc7b620cfd4b0a4a2d9 (patch) | |
tree | 3c1c23e21f31f64143ae6e745564b8ae62fb3e3e /drivers/mfd | |
parent | ae9f52f05c8223c8b4e18b042febf7a7bb46332a (diff) | |
download | op-kernel-dev-191211f50f35deb5b3b80bc7b620cfd4b0a4a2d9.zip op-kernel-dev-191211f50f35deb5b3b80bc7b620cfd4b0a4a2d9.tar.gz |
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>
Diffstat (limited to 'drivers/mfd')
-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 202bdd5..097f24d 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] = { }, [6] = { /* - * ACI doesn't use the same SIH organization. - * For example, it supports only one interrupt line + * ECI/DBI doesn't use the same SIH organization. + * 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, .bits = 9, .bytes_ixr = 2, @@ -247,8 +248,8 @@ static const struct sih sih_modules_twl5031[8] = { }, [7] = { - /* Accessory */ - .name = "acc", + /* Audio accessory */ + .name = "audio", .module = TWL5031_MODULE_ACCESSORY, .control_offset = TWL5031_ACCSIHCTRL, .bits = 2, |