aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorRhyland Klein <rklein@nvidia.com>2011-12-05 20:50:48 -0500
committerAnton Vorontsov <cbouatmailru@gmail.com>2012-01-05 20:25:53 -0500
commite57f1b68c4066459ed9e49177cdcefa6973ce9d2 (patch)
tree630fe21c4bb8fc46e49240eec863dcb5ed35f312 /Documentation/devicetree
parent1c84b60b813cb10476618b2311a89e31018b2cc4 (diff)
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')
-rw-r--r--Documentation/devicetree/bindings/power_supply/sbs_sbs-battery.txt23
-rw-r--r--Documentation/devicetree/bindings/power_supply/ti_bq20z75.txt23
2 files changed, 23 insertions, 23 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 @@
1SBS sbs-battery
2~~~~~~~~~~
3
4Required properties :
5 - compatible : "sbs,sbs-battery"
6
7Optional properties :
8 - sbs,i2c-retry-count : The number of times to retry i2c transactions on i2c
9 IO failure.
10 - sbs,poll-retry-count : The number of times to try looking for new status
11 after an external change notification.
12 - sbs,battery-detect-gpios : The gpio which signals battery detection and
13 a flag specifying its polarity.
14
15Example:
16
17 bq20z75@b {
18 compatible = "sbs,sbs-battery";
19 reg = < 0xb >;
20 sbs,i2c-retry-count = <2>;
21 sbs,poll-retry-count = <10>;
22 sbs,battery-detect-gpios = <&gpio-controller 122 1>;
23 }
diff --git a/Documentation/devicetree/bindings/power_supply/ti_bq20z75.txt b/Documentation/devicetree/bindings/power_supply/ti_bq20z75.txt
deleted file mode 100644
index 7571294f4110..000000000000
--- a/Documentation/devicetree/bindings/power_supply/ti_bq20z75.txt
+++ /dev/null
@@ -1,23 +0,0 @@
1TI bq20z75
2~~~~~~~~~~
3
4Required properties :
5 - compatible : "ti,bq20z75"
6
7Optional properties :
8 - ti,i2c-retry-count : The number of times to retry i2c transactions on i2c
9 IO failure.
10 - ti,poll-retry-count : The number of times to try looking for new status
11 after an external change notification.
12 - ti,battery-detect-gpios : The gpio which signals battery detection and
13 a flag specifying its polarity.
14
15Example:
16
17 bq20z75@b {
18 compatible = "ti,bq20z75";
19 reg = < 0xb >;
20 ti,i2c-retry-count = <2>;
21 ti,poll-retry-count = <10>;
22 ti,battery-detect-gpios = <&gpio-controller 122 1>;
23 }