-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
26 changed files
with
5,209 additions
and
1,335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
23
trunk/Documentation/devicetree/bindings/power_supply/tps65090.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
... | ||
}; |
Oops, something went wrong.