aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorMatthias Kaehlcke <matthias@kaehlcke.net>2012-09-24 16:25:34 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-09-24 17:53:48 -0400
commitb6290ffe1f4ed4d8521fd7e46738d42ddd9f1935 (patch)
tree7a3851b8fc654ce32d2ea3dfe6200ff8fc2b07af /drivers/mfd
parentf3f1f0a1eac6fd1529d552b8e2a0e1ac07293c62 (diff)
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 a95e9421b73..3fb32e65525 100644
--- a/drivers/mfd/tps65217.c
+++ b/drivers/mfd/tps65217.c
@@ -34,6 +34,9 @@ static struct mfd_cell tps65217s[] = {
34 { 34 {
35 .name = "tps65217-pmic", 35 .name = "tps65217-pmic",
36 }, 36 },
37 {
38 .name = "tps65217-bl",
39 },
37}; 40};
38 41
39/** 42/**