瀏覽代碼

devicetree: Add TPS65217 charger binding.

The TPS65217 charger is a subnode of the TPS65217 MFD.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Enric Balletbo i Serra 10 年之前
父節點
當前提交
8e97a88c5b
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      Documentation/devicetree/bindings/power_supply/tps65217_charger.txt

+ 12 - 0
Documentation/devicetree/bindings/power_supply/tps65217_charger.txt

@@ -0,0 +1,12 @@
+TPS65217 Charger
+
+Required Properties:
+-compatible: "ti,tps65217-charger"
+
+This node is a subnode of the tps65217 PMIC.
+
+Example:
+
+	tps65217-charger {
+		compatible = "ti,tps65090-charger";
+	};