aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorMatthias Kaehlcke <matthias@kaehlcke.net>2012-09-24 22:25:34 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-09-24 23:53:48 +0200
commitb6290ffe1f4ed4d8521fd7e46738d42ddd9f1935 (patch)
tree7a3851b8fc654ce32d2ea3dfe6200ff8fc2b07af /drivers/mfd
parentmfd: Provide the PRCMU with its own IRQ domain (diff)
downloadlinux-dev-b6290ffe1f4ed4d8521fd7e46738d42ddd9f1935.tar.xz
linux-dev-b6290ffe1f4ed4d8521fd7e46738d42ddd9f1935.zip
mfd: Add backlight as subdevice to the tps65217
mfd: Add backlight as subdevice to the tps65217 Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/tps65217.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c
index a95e9421b735..3fb32e655254 100644
--- a/drivers/mfd/tps65217.c
+++ b/drivers/mfd/tps65217.c
@@ -34,6 +34,9 @@ static struct mfd_cell tps65217s[] = {
{
.name = "tps65217-pmic",
},
+ {
+ .name = "tps65217-bl",
+ },
};
/**