diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-07-27 08:38:51 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-21 17:40:36 -0400 |
commit | 81a21cddaf14bd1144c2d173add7cbdeb95a07ca (patch) | |
tree | b99ef0a61815328f6d975a6d8d227b2d8c6d3556 /drivers/mfd | |
parent | 0cb166e0538b2b2fe746bfa3c82ef6fece9b8888 (diff) |
mfd: ab8500-core: Apply the AB8500 CODEC's compatible string to its MFD cell
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/ab8500-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index a3aceffb60f..1667c77b5cd 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c | |||
@@ -1076,6 +1076,7 @@ static struct mfd_cell __devinitdata ab8500_devs[] = { | |||
1076 | }, | 1076 | }, |
1077 | { | 1077 | { |
1078 | .name = "ab8500-codec", | 1078 | .name = "ab8500-codec", |
1079 | .of_compatible = "stericsson,ab8500-codec", | ||
1079 | }, | 1080 | }, |
1080 | }; | 1081 | }; |
1081 | 1082 | ||