-
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: 283475 b: refs/heads/master c: e57f1b6 h: refs/heads/master i: 283473: 1170702 283471: 98686a6 v: v3
- Loading branch information
Rhyland Klein
authored and
Anton Vorontsov
committed
Jan 6, 2012
1 parent
cdf2b3a
commit c8e60a9
Showing
3 changed files
with
24 additions
and
24 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: 1c84b60b813cb10476618b2311a89e31018b2cc4 | ||
refs/heads/master: e57f1b68c4066459ed9e49177cdcefa6973ce9d2 |
23 changes: 23 additions & 0 deletions
23
trunk/Documentation/devicetree/bindings/power_supply/sbs_sbs-battery.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 @@ | ||
SBS sbs-battery | ||
~~~~~~~~~~ | ||
|
||
Required properties : | ||
- compatible : "sbs,sbs-battery" | ||
|
||
Optional properties : | ||
- sbs,i2c-retry-count : The number of times to retry i2c transactions on i2c | ||
IO failure. | ||
- sbs,poll-retry-count : The number of times to try looking for new status | ||
after an external change notification. | ||
- sbs,battery-detect-gpios : The gpio which signals battery detection and | ||
a flag specifying its polarity. | ||
|
||
Example: | ||
|
||
bq20z75@b { | ||
compatible = "sbs,sbs-battery"; | ||
reg = < 0xb >; | ||
sbs,i2c-retry-count = <2>; | ||
sbs,poll-retry-count = <10>; | ||
sbs,battery-detect-gpios = <&gpio-controller 122 1>; | ||
} |
23 changes: 0 additions & 23 deletions
23
trunk/Documentation/devicetree/bindings/power_supply/ti_bq20z75.txt
This file was deleted.
Oops, something went wrong.