projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f1f0a
)
mfd: Add backlight as subdevice to the tps65217
author
Matthias Kaehlcke
<matthias@kaehlcke.net>
Mon, 24 Sep 2012 20:25:34 +0000
(22:25 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 24 Sep 2012 21:53:48 +0000
(23:53 +0200)
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>
drivers/mfd/tps65217.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/tps65217.c
b/drivers/mfd/tps65217.c
index
a95e942
..
3fb32e6
100644
(file)
--- 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",
+ },
};
/**