Skip to content

Commit

Permalink
devicetree-bindings: Propagate bq20z75->sbs rename to dt bindings
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
23 changes: 23 additions & 0 deletions Documentation/devicetree/bindings/power_supply/sbs_sbs-battery.txt
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 Documentation/devicetree/bindings/power_supply/ti_bq20z75.txt

This file was deleted.

0 comments on commit e57f1b6

Please sign in to comment.