Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / power / supply / max77650-charger.txt
1 Battery charger driver for MAX77650 PMIC from Maxim Integrated.
2
3 This module is part of the MAX77650 MFD device. For more details
4 see Documentation/devicetree/bindings/mfd/max77650.txt.
5
6 The charger is represented as a sub-node of the PMIC node on the device tree.
7
8 Required properties:
9 --------------------
10 - compatible:           Must be "maxim,max77650-charger"
11
12 Optional properties:
13 --------------------
14 - input-voltage-min-microvolt:  Minimum CHGIN regulation voltage. Must be one
15                                 of: 4000000, 4100000, 4200000, 4300000,
16                                 4400000, 4500000, 4600000, 4700000.
17 - input-current-limit-microamp: CHGIN input current limit (in microamps). Must
18                                 be one of: 95000, 190000, 285000, 380000,
19                                 475000.
20
21 Example:
22 --------
23
24         charger {
25                 compatible = "maxim,max77650-charger";
26                 input-voltage-min-microvolt = <4200000>;
27                 input-current-limit-microamp = <285000>;
28         };