From: Lee Jones <lee.jones@linaro.org>
Date: Fri, 27 Jul 2012 12:38:51 +0000 (+0100)
Subject: mfd: ab8500-core: Apply the AB8500 CODEC's compatible string to its MFD cell
X-Git-Tag: firefly_0821_release~3680^2~1916^2~24
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=81a21cddaf14bd1144c2d173add7cbdeb95a07ca;p=firefly-linux-kernel-4.4.55.git

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>
---

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",
 	},
 };