Lines Matching +full:fast +full:- +full:mode
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lee Jones <lee@kernel.org>
22 interrupt-controller: true
24 "#interrupt-cells":
29 maxim,tsc-irq:
37 "^SDV[1-3]$|^LDO[1-9]$|^LDO1[0-9]$|^LDO20$":
38 description: regulator configuration for SDV1-3 and LDO1-20
47 maxim,max8925-dual-string:
58 batt-detect:
64 topoff-threshold:
65 description: charging current in topoff mode, configures bits 5-6 in CHG_CNTL1
71 fast-charge:
72 description: set charging current in fast mode, configures bits 0-3 in CHG_CNTL1
78 no-temp-support:
84 no-insert-detect:
93 - compatible
94 - reg
95 - interrupts
96 - interrupt-controller
97 - "#interrupt-cells"
98 - regulators
103 - |
105 #address-cells = <1>;
106 #size-cells = <0>;
112 interrupt-parent = <&intcmux4>;
113 interrupt-controller;
114 #interrupt-cells = <1>;
115 maxim,tsc-irq = <0>;
119 regulator-min-microvolt = <637500>;
120 regulator-max-microvolt = <1425000>;
121 regulator-boot-on;
122 regulator-always-on;
126 regulator-min-microvolt = <750000>;
127 regulator-max-microvolt = <3900000>;
128 regulator-boot-on;
129 regulator-always-on;
134 maxim,max8925-dual-string = <0>;
138 batt-detect = <0>;
139 topoff-threshold = <1>;
140 fast-charge = <7>;
141 no-temp-support = <0>;
142 no-insert-detect = <0>;