summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorArun Murthy2010-09-06 08:54:52 +0200
committerSamuel Ortiz2010-10-29 00:29:21 +0200
commitf0f05b1c751772d19c9c8f36d75e97b1d9687407 (patch)
tree31aa221575b1b05a6f3d63f7185ff01a29541490 /drivers/mfd
parentmfd: Align ab8500 with the abx500 interface (diff)
downloadkernel-qcow2-linux-f0f05b1c751772d19c9c8f36d75e97b1d9687407.tar.gz
kernel-qcow2-linux-f0f05b1c751772d19c9c8f36d75e97b1d9687407.tar.xz
kernel-qcow2-linux-f0f05b1c751772d19c9c8f36d75e97b1d9687407.zip
misc: Add ab8500 pwm driver
This patch adds a Pulse Width Modulation driver for Analog Baseband Chip AB8500. Signed-off-by: Arun Murthy <arun.murthy@stericsson.com> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Acked-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/ab8500-core.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c
index 373783146b5e..4132b5395fc4 100644
--- a/drivers/mfd/ab8500-core.c
+++ b/drivers/mfd/ab8500-core.c
@@ -404,10 +404,21 @@ static struct mfd_cell ab8500_devs[] = {
.num_resources = ARRAY_SIZE(ab8500_rtc_resources),
.resources = ab8500_rtc_resources,
},
+ {
+ .name = "ab8500-pwm",
+ .id = 1,
+ },
+ {
+ .name = "ab8500-pwm",
+ .id = 2,
+ },
+ {
+ .name = "ab8500-pwm",
+ .id = 3,
+ },
{ .name = "ab8500-charger", },
{ .name = "ab8500-audio", },
{ .name = "ab8500-usb", },
- { .name = "ab8500-pwm", },
{ .name = "ab8500-regulator", },
{
.name = "ab8500-poweron-key",