-
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: 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
Showing
2 changed files
with
24 additions
and
1 deletion.
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: 441a499e5a5bf7b65ca557abd5ffc64b509dca65 | ||
refs/heads/master: 78f7bcedf8ba70027e0f9f94ec420998a273a95c |
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 { | ||
... | ||
}; |