Lines Matching +full:charging +full:- +full:current
1 # SPDX-License-Identifier: GPL-2.0
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: TI bq2415x Li-Ion Charger
11 - Sebastian Reichel <sre@kernel.org>
14 - $ref: power-supply.yaml#
19 - ti,bq24150
20 - ti,bq24150a
21 - ti,bq24151
22 - ti,bq24151a
23 - ti,bq24152
24 - ti,bq24153
25 - ti,bq24153a
26 - ti,bq24155
27 - ti,bq24156
28 - ti,bq24156a
29 - ti,bq24158
34 ti,current-limit:
36 description: initial maximum current charger can pull from power supply in mA.
38 ti,weak-battery-voltage:
44 ti,battery-regulation-voltage:
46 description: maximum charging voltage in mV.
48 ti,charge-current:
50 description: maximum charging current in mA.
52 ti,termination-current:
55 charge will be terminated when current in constant-voltage phase drops
58 ti,resistor-sense:
62 ti,usb-charger-detection:
67 - compatible
68 - reg
69 - ti,current-limit
70 - ti,weak-battery-voltage
71 - ti,battery-regulation-voltage
72 - ti,charge-current
73 - ti,termination-current
74 - ti,resistor-sense
79 - |
81 #address-cells = <1>;
82 #size-cells = <0>;
88 ti,current-limit = <100>;
89 ti,weak-battery-voltage = <3400>;
90 ti,battery-regulation-voltage = <4200>;
91 ti,charge-current = <650>;
92 ti,termination-current = <100>;
93 ti,resistor-sense = <68>;
95 ti,usb-charger-detection = <&isp1704>;