Lines Matching +full:high +full:- +full:threshold
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
13 - $ref: regulator.yaml#
18 - maxim,max8973
19 - maxim,max77621
21 junction-warn-millicelsius:
23 Junction warning temperature threshold in millicelsius. If die
27 supported threshold warning temperature for MAX77621 are 120 degC and 140
30 maxim,dvs-gpio:
35 maxim,dvs-default-state:
40 1 for HIGH and 0 for LOW.
42 maxim,externally-enable:
47 maxim,enable-gpio:
53 maxim,enable-remote-sense:
57 maxim,enable-falling-slew-rate:
61 maxim,enable-active-discharge:
65 maxim,enable-frequency-shift:
69 maxim,enable-bias-control:
74 maxim,enable-etr:
78 maxim,enable-high-etr-sensitivity:
81 Enhanced transient response circuit is enabled and set for high
93 - compatible
94 - reg
99 - |
101 #address-cells = <1>;
102 #size-cells = <0>;
108 regulator-min-microvolt = <935000>;
109 regulator-max-microvolt = <1200000>;
110 regulator-boot-on;
111 regulator-always-on;
115 - |
116 #include <dt-bindings/gpio/gpio.h>
117 #include <dt-bindings/interrupt-controller/irq.h>
120 #address-cells = <1>;
121 #size-cells = <0>;
128 regulator-always-on;
129 regulator-boot-on;
130 regulator-min-microvolt = <800000>;
131 regulator-max-microvolt = <1231250>;
132 regulator-name = "PPVAR_CPU";
133 regulator-ramp-delay = <12500>;
134 maxim,dvs-default-state = <1>;
135 maxim,enable-active-discharge;
136 maxim,enable-bias-control;
137 maxim,enable-etr;
138 maxim,enable-gpio = <&pmic 5 GPIO_ACTIVE_HIGH>;
139 maxim,externally-enable;