• Home
  • Raw
  • Download

Lines Matching +full:current +full:- +full:limit

1 Qualcomm Switch-Mode Battery Charger and Boost
4 - compatible:
8 - "qcom,pm8941-charger"
10 - reg:
12 Value type: <prop-encoded-array>
15 - interrupts:
17 Value type: <prop-encoded-array>
21 - charge done
22 - charge fast mode
23 - charge trickle mode
24 - battery temperature ok
25 - battery present
26 - charger disconnected
27 - USB-in valid
28 - DC-in valid
30 - interrupt-names:
34 "chg-done",
35 "chg-fast",
36 "chg-trkl",
37 "bat-temp-ok",
38 "bat-present",
39 "chg-gone",
40 "usb-valid",
41 "dc-valid"
43 - qcom,fast-charge-current-limit:
44 Usage: optional (default: 1A, or pre-configured value)
46 Description: Maximum charge current; May be clamped to safety limits.
48 - qcom,fast-charge-low-threshold-voltage:
49 Usage: optional (default: 3.2V, or pre-configured value)
51 Description: Battery voltage limit above which fast charging may operate;
52 Below this value linear or switch-mode auto-trickle-charging
55 - qcom,fast-charge-high-threshold-voltage:
56 Usage: optional (default: 4.2V, or pre-configured value)
58 Description: Battery voltage limit below which fast charging may operate;
62 - qcom,fast-charge-safe-voltage:
63 Usage: optional (default: 4.2V, or pre-configured value)
65 Description: Maximum safe battery voltage; May be pre-set by bootloader, in
67 'fast-charge-high-watermark' will be clamped by this value.
69 - qcom,fast-charge-safe-current:
70 Usage: optional (default: 1A, or pre-configured value)
72 Description: Maximum safe battery charge current; May pre-set by bootloader,
74 'qcom,fast-charge-current-limit' will be clamped by this value.
76 - qcom,auto-recharge-threshold-voltage:
77 Usage: optional (default: 4.1V, or pre-configured value)
79 Description: Battery voltage limit below which auto-recharge functionality
80 will restart charging after end-of-charge; The high cutoff
81 limit for auto-recharge is 5% above this value.
83 - qcom,minimum-input-voltage:
84 Usage: optional (default: 4.3V, or pre-configured value)
88 - qcom,dc-current-limit:
89 Usage: optional (default: 100mA, or pre-configured value)
91 Description: Default DC charge current limit
93 - qcom,disable-dc:
98 - qcom,jeita-extended-temp-range:
102 adjust the maximum charge voltage or current in the extended
104 is in the extended temperature range. Voltage/current
108 - usb_otg_in-supply:
115 - otg-vbus:
118 of VBUS voltage - specifically: whether to supply voltage
122 usb_otg_in-supply.
126 compatible = "qcom,pm8941-charger";
136 interrupt-names = "chg-done",
137 "chg-fast",
138 "chg-trkl",
139 "bat-temp-ok",
140 "bat-present",
141 "chg-gone",
142 "usb-valid",
143 "dc-valid";
145 qcom,fast-charge-current-limit = <1000000>;
146 qcom,dc-charge-current-limit = <1000000>;
147 usb_otg_in-supply = <&pm8941_5vs1>;
149 otg-vbus {};