-
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.
devicetree-bindings: Propagate bq20z75->sbs rename to dt bindings
Signed-off-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
- Loading branch information
Rhyland Klein
authored and
Anton Vorontsov
committed
Jan 6, 2012
1 parent
1c84b60
commit e57f1b6
Showing
2 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
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
Documentation/devicetree/bindings/power_supply/ti_bq20z75.txt
This file was deleted.
Oops, something went wrong.