summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorVirupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>2011-09-26 21:19:13 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:01:01 +0200
commitef2fdd1ddd7646d8bdc84df4e111919409ee6b92 (patch)
treecb834da2cd0c4b0d596f96593689ca55bf6aeec8 /drivers/mfd
parent09c7643277ffe1b5e13799d27ed6c9e89cbb2e01 (diff)
input:misc: Remove TVout support in accessory driver
The TVout hardware block is not used, so remove the related code. ST-Ericsson ID: 355539 ST-Ericsson Linux next: 344984 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I0f0f39b13f5b48de6096d076b9dd5253a3c14346 Signed-off-by: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32003 Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/ab5500-core.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/mfd/ab5500-core.c b/drivers/mfd/ab5500-core.c
index 493b8cb5871..e8ae5d945e4 100644
--- a/drivers/mfd/ab5500-core.c
+++ b/drivers/mfd/ab5500-core.c
@@ -1007,7 +1007,7 @@ static struct mfd_cell ab5500_devs[AB5500_NUM_DEVICES] = {
[AB5500_DEVID_ACCDET] = {
.name = "ab5500-acc-det",
.id = AB5500_DEVID_ACCDET,
- .num_resources = 10,
+ .num_resources = 8,
.resources = (struct resource[]) {
{
.name = "acc_detedt22db_rising",
@@ -1057,18 +1057,6 @@ static struct mfd_cell ab5500_devs[AB5500_NUM_DEVICES] = {
.start = AB5500_IRQ(3, 0),
.end = AB5500_IRQ(3, 0),
},
- {
- .name = "plugTVdet",
- .flags = IORESOURCE_IRQ,
- .start = AB5500_IRQ(13, 7),
- .end = AB5500_IRQ(13, 7),
- },
- {
- .name = "plugTVdet_removal",
- .flags = IORESOURCE_IRQ,
- .start = AB5500_IRQ(23, 2),
- .end = AB5500_IRQ(23, 2),
- },
},
},
};