diff options
author | Enric Balletbo i Serra <eballetbo@gmail.com> | 2015-09-24 21:44:20 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-09-24 22:43:13 +0200 |
commit | 8e97a88c5b5864004ec5e87e7088dba7dcf79fdc (patch) | |
tree | d29efd452ab80ec9efdc47d6441be25bba6a4c7f /Documentation | |
parent | 0bc58e93819d542475cd9390921db509a283fe72 (diff) |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/power_supply/tps65217_charger.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power_supply/tps65217_charger.txt b/Documentation/devicetree/bindings/power_supply/tps65217_charger.txt new file mode 100644 index 000000000000..98d131acee95 --- /dev/null +++ b/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"; + }; |