浏览代码

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>
Lee Jones 13 年之前
父节点
当前提交
81a21cddaf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/mfd/ab8500-core.c

+ 1 - 0
drivers/mfd/ab8500-core.c

@@ -1076,6 +1076,7 @@ static struct mfd_cell __devinitdata ab8500_devs[] = {
 	},
 	},
 	{
 	{
 		.name = "ab8500-codec",
 		.name = "ab8500-codec",
+		.of_compatible = "stericsson,ab8500-codec",
 	},
 	},
 };
 };