Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367494
b: refs/heads/master
c: 78f7bce
h: refs/heads/master
v: v3
  • Loading branch information
Rhyland Klein authored and Anton Vorontsov committed Mar 19, 2013
1 parent 98a3be8 commit 7b0698b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 441a499e5a5bf7b65ca557abd5ffc64b509dca65
refs/heads/master: 78f7bcedf8ba70027e0f9f94ec420998a273a95c
23 changes: 23 additions & 0 deletions trunk/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 7b0698b

Please sign in to comment.