Lines Matching +full:en +full:- +full:us
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
13 - $ref: regulator.yaml#
19 max8952,default-mode:
25 max8952,dvs-mode-microvolt:
35 max8952,en-gpio:
40 max8952,ramp-speed:
46 - 0: 32mV/us
47 - 1: 16mV/us
48 - 2: 8mV/us
49 - 3: 4mV/us
50 - 4: 2mV/us
51 - 5: 1mV/us
52 - 6: 0.5mV/us
53 - 7: 0.25mV/us
54 Defaults to 32mV/us if not specified.
56 max8952,sync-freq:
62 - 0: 26 MHz
63 - 1: 13 MHz
64 - 2: 19.2 MHz
67 max8952,vid-gpios:
77 - compatible
78 - max8952,dvs-mode-microvolt
79 - reg
84 - |
85 #include <dt-bindings/gpio/gpio.h>
88 #address-cells = <1>;
89 #size-cells = <0>;
95 max8952,vid-gpios = <&gpx0 3 GPIO_ACTIVE_HIGH>,
97 max8952,default-mode = <0>;
98 max8952,dvs-mode-microvolt = <1250000>, <1200000>,
100 max8952,sync-freq = <0>;
101 max8952,ramp-speed = <0>;
103 regulator-name = "VARM_1.2V_C210";
104 regulator-min-microvolt = <770000>;
105 regulator-max-microvolt = <1400000>;
106 regulator-always-on;
107 regulator-boot-on;