aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r--Documentation/devicetree/bindings/power_supply/olpc_battery.txt5
-rw-r--r--Documentation/devicetree/bindings/power_supply/ti_bq20z75.txt23
2 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power_supply/olpc_battery.txt b/Documentation/devicetree/bindings/power_supply/olpc_battery.txt
new file mode 100644
index 000000000000..c8901b3992d9
--- /dev/null
+++ b/Documentation/devicetree/bindings/power_supply/olpc_battery.txt
@@ -0,0 +1,5 @@
1OLPC battery
2~~~~~~~~~~~~
3
4Required properties:
5 - compatible : "olpc,xo1-battery"
diff --git a/Documentation/devicetree/bindings/power_supply/ti_bq20z75.txt b/Documentation/devicetree/bindings/power_supply/ti_bq20z75.txt
new file mode 100644
index 000000000000..7571294f4110
--- /dev/null
+++ b/Documentation/devicetree/bindings/power_supply/ti_bq20z75.txt
@@ -0,0 +1,23 @@
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 }