aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/power_supply/sbs_sbs-battery.txt
diff options
context:
space:
mode:
authorRhyland Klein <rklein@nvidia.com>2011-12-05 17:50:48 -0800
committerAnton Vorontsov <cbouatmailru@gmail.com>2012-01-06 05:25:53 +0400
commite57f1b68c4066459ed9e49177cdcefa6973ce9d2 (patch)
tree630fe21c4bb8fc46e49240eec863dcb5ed35f312 /Documentation/devicetree/bindings/power_supply/sbs_sbs-battery.txt
parentdevicetree-bindings: Add vendor entry for Smart Battery Systems (diff)
downloadlinux-dev-e57f1b68c4066459ed9e49177cdcefa6973ce9d2.tar.xz
linux-dev-e57f1b68c4066459ed9e49177cdcefa6973ce9d2.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/power_supply/sbs_sbs-battery.txt')
-rw-r--r--Documentation/devicetree/bindings/power_supply/sbs_sbs-battery.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power_supply/sbs_sbs-battery.txt b/Documentation/devicetree/bindings/power_supply/sbs_sbs-battery.txt
new file mode 100644
index 000000000000..c40e8926facf
--- /dev/null
+++ b/Documentation/devicetree/bindings/power_supply/sbs_sbs-battery.txt
@@ -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>;
+ }