diff options
author | Matthias Kaehlcke <matthias@kaehlcke.net> | 2012-09-24 22:25:34 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-24 23:53:48 +0200 |
commit | b6290ffe1f4ed4d8521fd7e46738d42ddd9f1935 (patch) | |
tree | 7a3851b8fc654ce32d2ea3dfe6200ff8fc2b07af /drivers/mfd | |
parent | f3f1f0a1eac6fd1529d552b8e2a0e1ac07293c62 (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.c | 3 |
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", + }, }; /** |