diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2014-09-12 02:54:00 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-09-24 10:25:56 -0400 |
commit | d6cc1f5824cbca392d099f3bb0c441efd9e54de9 (patch) | |
tree | 0b7d3e10c62cfcb7022931330297827c8341436e /Documentation/ABI | |
parent | 8d70d68d7a1b3082ca5a3808be18103a83ae348d (diff) |
Documentation: charger: max14577: Document exported sysfs entry
Document the 'fast charge timer' setting exported by max14577 driver
through sysfs entry.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-power | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-power b/Documentation/ABI/testing/sysfs-class-power index 78c7baca3587..ad4fb90ab23d 100644 --- a/Documentation/ABI/testing/sysfs-class-power +++ b/Documentation/ABI/testing/sysfs-class-power | |||
@@ -18,3 +18,17 @@ Description: | |||
18 | This file is writeable and can be used to set the assumed | 18 | This file is writeable and can be used to set the assumed |
19 | battery 'full level'. As batteries age, this value has to be | 19 | battery 'full level'. As batteries age, this value has to be |
20 | amended over time. | 20 | amended over time. |
21 | |||
22 | What: /sys/class/power_supply/max14577-charger/device/fast_charge_timer | ||
23 | Date: July 2014 | ||
24 | KernelVersion: 3.18.0 | ||
25 | Contact: Krzysztof Kozlowski <k.kozlowski@samsung.com> | ||
26 | Description: | ||
27 | This entry shows and sets the maximum time the max14577 | ||
28 | charger operates in fast-charge mode. When the timer expires | ||
29 | the device will terminate fast-charge mode (charging current | ||
30 | will drop to 0 A) and will trigger interrupt. | ||
31 | |||
32 | Valid values: | ||
33 | - 5, 6 or 7 (hours), | ||
34 | - 0: disabled. | ||