summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorShardar Shariff Md <smohammed@nvidia.com>2013-11-28 18:28:50 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2013-11-28 05:29:48 -0800
commitb577125ee5c3ca0a4d859a80638a258709aed628 (patch)
treec14d5a8e57893c915adf0e23175423e7a54b2fb5 /Documentation
parent39b6457b1b4634e61ebaa21c15e1a8a4cfc51bf0 (diff)
Documentation: power_supply: Add doc for cw201x dt
Added doc for Cellwise CW201x fuel gauge device tree entries description. Bug 1399412 Change-Id: I1d2c407392ef3d54420e6044cea80ccf23a1afe4 Signed-off-by: Shardar Shariff Md <smohammed@nvidia.com> Reviewed-on: http://git-master/r/336671 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/power_supply/cw201x_battery.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power_supply/cw201x_battery.txt b/Documentation/devicetree/bindings/power_supply/cw201x_battery.txt
new file mode 100644
index 000000000000..7739cc35fe68
--- /dev/null
+++ b/Documentation/devicetree/bindings/power_supply/cw201x_battery.txt
@@ -0,0 +1,25 @@
+cw201x_battery
+~~~~~~~~~~~~~~~~
+
+Required properties :
+ - compatible : Should contain "cw,cw201x".
+ - alert-threshold : Alert threshold. in %(percentage). 0~32.
+ - profile-tbl : Custom profile data. This should be 64 entries(64 bytes).
+ This value depends on custom model.
+
+Contact Cellwise for details on how to configure the values involved with custom model.
+
+Example:
+ cw201x@62 {
+ compatible = "cw,cw201x";
+ reg = <0x62>;
+ alert-threshold = <0>;
+ profile-tbl = <0x15 0x7E 0x64 0x63 0x60 0x5A 0x53 0x50
+ 0x4E 0x4B 0x49 0x46 0x48 0x43 0x2F 0x22
+ 0x18 0x0F 0x0D 0x12 0x21 0x36 0x48 0x58
+ 0x4F 0xA2 0x08 0xF6 0x1D 0x3B 0x46 0x4C
+ 0x59 0x5C 0x5C 0x60 0x3F 0x1B 0x6C 0x45
+ 0x26 0x41 0x20 0x56 0x86 0x95 0x96 0x0E
+ 0x45 0x6A 0x96 0xC1 0x80 0xB8 0xF0 0xCB
+ 0x2F 0x7D 0x72 0xA5 0xB5 0xC1 0x5B 0x1D>;
+ };