aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorMattias Wallin <mattias.wallin@stericsson.com>2011-10-11 10:49:32 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-10-24 14:09:20 +0200
commit0e9049ecc251e721e6ddc4cda7f33062b2e338c7 (patch)
treefc2f6d55eff4c5cbfbbf0734aa7c5c54190b1210 /drivers/mfd
parentmfd: Add ab8500 interrupt disable hook (diff)
downloadlinux-dev-0e9049ecc251e721e6ddc4cda7f33062b2e338c7.tar.xz
linux-dev-0e9049ecc251e721e6ddc4cda7f33062b2e338c7.zip
mfd: Add support for ab8500 v3.3
This patch adds support for ab8500 cut 3, MetalFix 3 or v3.3. Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com> Reviewed-by: Jonas Aaberg <jonas.aberg@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/ab8500-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c
index eb238ee77e68..14ee1896691e 100644
--- a/drivers/mfd/ab8500-core.c
+++ b/drivers/mfd/ab8500-core.c
@@ -849,6 +849,7 @@ int __devinit ab8500_init(struct ab8500 *ab8500)
case AB8500_CUT1P1:
case AB8500_CUT2P0:
case AB8500_CUT3P0:
+ case AB8500_CUT3P3:
dev_info(ab8500->dev, "detected chip, revision: %#x\n", value);
break;
default: