aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/power_supply
diff options
context:
space:
mode:
authorRhyland Klein <rklein@nvidia.com>2013-03-12 18:08:08 -0400
committerAnton Vorontsov <anton@enomsg.org>2013-03-18 22:19:43 -0400
commit78f7bcedf8ba70027e0f9f94ec420998a273a95c (patch)
treee0ddc4192c609b6143123a2877cb1bd767d3f222 /Documentation/devicetree/bindings/power_supply
parent441a499e5a5bf7b65ca557abd5ffc64b509dca65 (diff)
power_supply: Add OF bindings documentation for tps65090-charger
This change adds the binding documentation for the tps65090-charger. Signed-off-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Anton Vorontsov <anton@enomsg.org>
Diffstat (limited to 'Documentation/devicetree/bindings/power_supply')
-rw-r--r--Documentation/devicetree/bindings/power_supply/tps65090.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power_supply/tps65090.txt b/Documentation/devicetree/bindings/power_supply/tps65090.txt
new file mode 100644
index 000000000000..56370c724e35
--- /dev/null
+++ b/Documentation/devicetree/bindings/power_supply/tps65090.txt
@@ -0,0 +1,23 @@
1TPS65090 Frontend PMU with Switchmode Charger
2
3Required Properties:
4-compatible: "ti,tps65090"
5-reg: I2C slave address
6-interrupts: the interrupt output to which this device connects
7
8Optional Properties:
9-ti,enable-low-current-chrg: Enables charging when a low current is detected
10 while the default logic is to stop charging.
11
12Example:
13
14 tps65090@48 {
15 compatible = "ti,tps65090";
16 reg = <0x48>;
17 interrupts = <0 88 0x4>;
18
19 ti,enable-low-current-chrg;
20
21 regulators {
22 ...
23 };