瀏覽代碼

mfd: tps65217: Add battery charger as subdevice

Add tps65217 battery charger subdevice.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Enric Balletbo i Serra 10 年之前
父節點
當前提交
55cec67aa3
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      drivers/mfd/tps65217.c

+ 4 - 0
drivers/mfd/tps65217.c

@@ -39,6 +39,10 @@ static const struct mfd_cell tps65217s[] = {
 		.name = "tps65217-bl",
 		.name = "tps65217-bl",
 		.of_compatible = "ti,tps65217-bl",
 		.of_compatible = "ti,tps65217-bl",
 	},
 	},
+	{
+		.name = "tps65217-charger",
+		.of_compatible = "ti,tps65217-charger",
+	},
 };
 };
 
 
 /**
 /**