mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
ba3980df4f
add docs for dt of max8925-mfd, max8925-backlight, and max8925-battery Signed-off-by: Qing Xu <qingx@marvell.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
19 lines
480 B
Plaintext
19 lines
480 B
Plaintext
max8925-battery bindings
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
Optional properties :
|
|
- batt-detect: whether support battery detect
|
|
- topoff-threshold: set charging current in topoff mode
|
|
- fast-charge: set charging current in fast mode
|
|
- no-temp-support: whether support temperature protection detect
|
|
- no-insert-detect: whether support insert detect
|
|
|
|
Example:
|
|
charger {
|
|
batt-detect = <0>;
|
|
topoff-threshold = <1>;
|
|
fast-charge = <7>;
|
|
no-temp-support = <0>;
|
|
no-insert-detect = <0>;
|
|
};
|