projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/drivers/mfd/tps65217.c
b/drivers/mfd/tps65217.c
index a95e9421b73580df95402f718a4166898a1c41dd..3fb32e655254789c5035f31b4284e30e2e4225ae 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",
+ },
};
/**