Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c84b60b813cb10476618b2311a89e31018b2cc4
refs/heads/master: e57f1b68c4066459ed9e49177cdcefa6973ce9d2
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>;
}

This file was deleted.

0 comments on commit c8e60a9

Please sign in to comment.