projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98a538
)
mfd: tps65090: Add compatible string for charger subnode
author
Rhyland Klein
<rklein@nvidia.com>
Wed, 10 Apr 2013 17:14:55 +0000
(13:14 -0400)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 10 Apr 2013 22:16:29 +0000
(
00:16
+0200)
This patch adds the of_compatible value for the tps65090 charger
subnode used when loading the driver to find its properties
and of_node.
Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/tps65090.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/tps65090.c
b/drivers/mfd/tps65090.c
index 88846aeab74ff90ec0f4f6b54d43b0e0159ce438..fbd6ee67b5a511317c02fe45d5d039b881987d8d 100644
(file)
--- a/
drivers/mfd/tps65090.c
+++ b/
drivers/mfd/tps65090.c
@@
-72,6
+72,7
@@
static struct mfd_cell tps65090s[] = {
.name = "tps65090-charger",
.num_resources = ARRAY_SIZE(charger_resources),
.resources = &charger_resources[0],
+ .of_compatible = "ti,tps65090-charger",
},
};