Skip to content

Commit

Permalink
power_supply: Add OF bindings documentation for tps65090-charger
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rhyland Klein authored and Anton Vorontsov committed Mar 19, 2013
1 parent 441a499 commit 78f7bce
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Documentation/devicetree/bindings/power_supply/tps65090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
TPS65090 Frontend PMU with Switchmode Charger

Required Properties:
-compatible: "ti,tps65090"
-reg: I2C slave address
-interrupts: the interrupt output to which this device connects

Optional Properties:
-ti,enable-low-current-chrg: Enables charging when a low current is detected
while the default logic is to stop charging.

Example:

tps65090@48 {
compatible = "ti,tps65090";
reg = <0x48>;
interrupts = <0 88 0x4>;

ti,enable-low-current-chrg;

regulators {
...
};

0 comments on commit 78f7bce

Please sign in to comment.