summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/power/bq2477x-charger.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/bq2477x-charger.txt b/Documentation/devicetree/bindings/power/bq2477x-charger.txt
new file mode 100644
index 000000000000..6f9eee6a943f
--- /dev/null
+++ b/Documentation/devicetree/bindings/power/bq2477x-charger.txt
@@ -0,0 +1,22 @@
+bq2477x charger
+~~~~~~~~~~~~~~~
+
+Required properties :
+ - compatible : should contain "ti,bq2477x".
+ - ti,dac-ichg : Charge current that must be programmed
+ - ti,dac-v : The maximum charge voltage that must be programmed
+ - ti,dac-minsv : The minimum System voltage that must be programmed
+ - ti,dac-iin : The input current that must be programmed
+ - ti,wdt-refresh-timeout : watch dog timer that must be programmed
+
+Example:
+
+ bq2477x@6a {
+ compatible = "ti,bq2477x";
+ reg = <0x6a>;
+ ti,dac-ichg = <2240>;
+ ti,dac-v = <9008>;
+ ti,dac-minsv = <4608>;
+ ti,dac-iin = <4992>;
+ ti,wdt-refresh-timeout = <40>;
+ };