Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367499
b: refs/heads/master
c: 6e997bb
h: refs/heads/master
i:
  367497: 81cf471
  367495: a562902
v: v3
  • Loading branch information
Anton Vorontsov committed Mar 25, 2013
1 parent b0a19f9 commit 8aa259b
Show file tree
Hide file tree
Showing 26 changed files with 5,209 additions and 1,335 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 92413a9bee1299cedcc0e5cfbfbc6b42496fb817
refs/heads/master: 6e997bb894beef128fcfe1679e0830f97dee6dc2
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 {
...
};
Loading

0 comments on commit 8aa259b

Please sign in to comment.