]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
devicetree: Add TPS65217 charger binding.
authorEnric Balletbo i Serra <eballetbo@gmail.com>
Thu, 24 Sep 2015 19:44:20 +0000 (21:44 +0200)
committerSebastian Reichel <sre@kernel.org>
Thu, 24 Sep 2015 20:43:13 +0000 (22:43 +0200)
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>
Documentation/devicetree/bindings/power_supply/tps65217_charger.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/power_supply/tps65217_charger.txt b/Documentation/devicetree/bindings/power_supply/tps65217_charger.txt
new file mode 100644 (file)
index 0000000..98d131a
--- /dev/null
@@ -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";
+       };