Lines Matching +full:mode +full:- +full:recovery

1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Liam Girdwood <lgirdwood@gmail.com>
11 - Mark Brown <broonie@kernel.org>
14 regulator-name:
18 regulator-min-microvolt:
21 regulator-max-microvolt:
24 regulator-microvolt-offset:
27 regulator-min-microamp:
30 regulator-max-microamp:
33 regulator-input-current-limit-microamp:
36 regulator-always-on:
40 regulator-boot-on:
49 regulator-allow-bypass:
50 description: allow the regulator to go into bypass mode
53 regulator-allow-set-load:
57 regulator-ramp-delay:
59 disabling ramp rate, it should be explicitly initialised to zero (regulator-ramp-delay
63 regulator-enable-ramp-delay:
72 regulator-settling-time-us:
77 regulator-settling-time-up-us:
83 regulator-settling-time-down-us:
89 regulator-soft-start:
93 regulator-initial-mode:
94 description: initial operating mode. The set of possible operating modes
99 regulator-allowed-modes:
101 for the regulator at run-time. Elements may be specified in any order.
105 $ref: "/schemas/types.yaml#/definitions/uint32-array"
107 regulator-system-load:
112 regulator-pull-down:
116 regulator-over-current-protection:
120 regulator-oc-protection-microamp:
126 regulator-oc-error-microamp:
132 regulator-oc-warn-microamp:
135 damaged. Recovery actions should be initiated. Zero can be passed to
139 regulator-ov-protection-microvolt:
146 regulator-ov-error-microvolt:
153 regulator-ov-warn-microvolt:
156 damaged. Recovery actions should be initiated. Zero can be passed to
161 regulator-uv-protection-microvolt:
168 regulator-uv-error-microvolt:
175 regulator-uv-warn-microvolt:
178 it gets damaged. Recovery actions should be initiated. Zero can be passed
183 regulator-temp-protection-kelvin:
189 regulator-temp-error-kelvin:
195 regulator-temp-warn-kelvin:
198 gets damaged. Recovery actions should be initiated. Zero can be passed to
202 regulator-active-discharge:
211 regulator-coupled-with:
213 is 2-way - all coupled regulators should be linked with each other.
215 $ref: "/schemas/types.yaml#/definitions/phandle-array"
217 regulator-coupled-max-spread:
220 couple specified by the regulator-coupled-with property.
223 regulator-max-step-microvolt:
228 ".*-supply$":
231 regulator-state-(standby|mem|disk):
234 sub-nodes for regulator state in Standby, Suspend-to-RAM, and
235 Suspend-to-DISK modes. Equivalent with standby, mem, and disk Linux
239 regulator-on-in-suspend:
243 regulator-off-in-suspend:
247 regulator-suspend-min-microvolt:
250 regulator-suspend-max-microvolt:
253 regulator-suspend-microvolt:
256 for suspend mode via the API which regulator driver provides is
259 regulator-changeable-in-suspend:
264 regulator-mode:
265 description: operating mode in the given suspend state. The set
276 - |
278 regulator-min-microvolt = <1000000>;
279 regulator-max-microvolt = <2500000>;
280 regulator-always-on;
281 vin-supply = <&vin>;
283 regulator-state-mem {
284 regulator-on-in-suspend;