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:
0cb166e
)
mfd: ab8500-core: Apply the AB8500 CODEC's compatible string to its MFD cell
author
Lee Jones
<lee.jones@linaro.org>
Fri, 27 Jul 2012 12:38:51 +0000
(13:38 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Fri, 21 Sep 2012 21:40:36 +0000
(23:40 +0200)
Provide a compatible string for the AB8500 CODEC to aid in
configuration property look-up from its associated Device Tree
node.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/ab8500-core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/ab8500-core.c
b/drivers/mfd/ab8500-core.c
index a3aceffb60fe719ba9910196dc607f0a917cc0d0..1667c77b5cdef73d48923f4c7ce6ac614c39b681 100644
(file)
--- a/
drivers/mfd/ab8500-core.c
+++ b/
drivers/mfd/ab8500-core.c
@@
-1076,6
+1076,7
@@
static struct mfd_cell __devinitdata ab8500_devs[] = {
},
{
.name = "ab8500-codec",
+ .of_compatible = "stericsson,ab8500-codec",
},
};