浏览代码

mfd: tps65217: Add compatible string for subdevices

Adds of_compatible strings to mfd_cells for sub devices of the tps65217.

Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Johannes Pointner 11 年之前
父节点
当前提交
11d0d30093
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/mfd/tps65217.c

+ 2 - 0
drivers/mfd/tps65217.c

@@ -33,9 +33,11 @@
 static const struct mfd_cell tps65217s[] = {
 	{
 		.name = "tps65217-pmic",
+		.of_compatible = "ti,tps65217-pmic",
 	},
 	{
 		.name = "tps65217-bl",
+		.of_compatible = "ti,tps65217-bl",
 	},
 };