diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-07-27 13:38:51 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-21 23:40:36 +0200 |
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 a3aceffb60fe..1667c77b5cde 100644 --- 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", }, }; |