projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9e2e47
)
mfd: tps65217: Add compatible string for subdevices
author
Johannes Pointner
<johannes.pointner@gmail.com>
Thu, 25 Sep 2014 06:31:42 +0000
(08:31 +0200)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 25 Nov 2014 16:18:38 +0000
(16:18 +0000)
Adds of_compatible strings to mfd_cells for sub devices of the tps65217.
Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/tps65217.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/tps65217.c
b/drivers/mfd/tps65217.c
index a8ee52c95f2fd4b51c4b6989ad840527739031eb..80a919a8ca975a2783650fe10e3ec18160818559 100644
(file)
--- a/
drivers/mfd/tps65217.c
+++ b/
drivers/mfd/tps65217.c
@@
-33,9
+33,11
@@
static const struct mfd_cell tps65217s[] = {
{
.name = "tps65217-pmic",
+ .of_compatible = "ti,tps65217-pmic",
},
{
.name = "tps65217-bl",
+ .of_compatible = "ti,tps65217-bl",
},
};