Lines Matching +full:vdd +full:- +full:supply
3 Device has multiple DCDC(sd[0-3] and LDOs(ldo[0-8]). The input supply
6 sub-node "regulators" which is child node of device node.
14 -------------------
15 The input supply of regulators are the optional properties on the
16 parent device node. The input supply of these regulators are provided
18 in-sd0-supply: Input supply for SD0, INA-SD0 or INB-SD0 pins.
19 in-sd1-supply: Input supply for SD1.
20 in-sd2-supply: Input supply for SD2.
21 in-sd3-supply: Input supply for SD3.
22 in-ldo0-1-supply: Input supply for LDO0 and LDO1.
23 in-ldo2-supply: Input supply for LDO2.
24 in-ldo3-5-supply: Input supply for LDO3 and LDO5
25 in-ldo4-6-supply: Input supply for LDO4 and LDO6.
26 in-ldo7-8-supply: Input supply for LDO7 and LDO8.
29 ------------------------------------------------------------
31 sd[0-3], ldo[0-8]
33 Each sub-node should contain the constraints and initialization
44 - maxim,active-fps-source: FPS source for the regulators to get
47 - MAX77620_FPS_SRC_0,
49 - MAX77620_FPS_SRC_1,
51 - MAX77620_FPS_SRC_2 and
53 - MAX77620_FPS_SRC_NONE.
62 - maxim,active-fps-power-up-slot: Sequencing event slot number on which
69 - maxim,active-fps-power-down-slot: Sequencing event slot number on which
76 - maxim,suspend-fps-source: This is same as property
77 "maxim,active-fps-source" but value
81 - maxim,suspend-fps-power-up-slot: This is same as property
82 "maxim,active-fps-power-up-slot" but
89 - maxim,suspend-fps-power-down-slot: This is same as property
90 "maxim,active-fps-power-down-slot" but
97 - maxim,ramp-rate-setting: integer, ramp rate(uV/us) setting to be
107 provided by the regulator-ramp-delay
116 required to provide the ramp delay with property "maxim,ramp-rate-setting". The
117 ramp rate can be provided by the regulator-ramp-delay which will be used for
121 --------
122 #include <dt-bindings/mfd/max77620.h>
125 in-ldo0-1-supply = <&max77620_sd2>;
126 in-ldo7-8-supply = <&max77620_sd2>;
129 regulator-name = "vdd-core";
130 regulator-min-microvolt = <600000>;
131 regulator-max-microvolt = <1400000>;
132 regulator-boot-on;
133 regulator-always-on;
134 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
138 regulator-name = "vddio-ddr";
139 regulator-min-microvolt = <1200000>;
140 regulator-max-microvolt = <1200000>;
141 regulator-always-on;
142 regulator-boot-on;
143 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
147 regulator-name = "vdd-pre-reg";
148 regulator-min-microvolt = <1350000>;
149 regulator-max-microvolt = <1350000>;
153 regulator-name = "vdd-1v8";
154 regulator-min-microvolt = <1800000>;
155 regulator-max-microvolt = <1800000>;
156 regulator-always-on;
157 regulator-boot-on;
161 regulator-name = "avdd-sys";
162 regulator-min-microvolt = <1200000>;
163 regulator-max-microvolt = <1200000>;
164 regulator-always-on;
165 regulator-boot-on;
169 regulator-name = "vdd-pex";
170 regulator-min-microvolt = <1050000>;
171 regulator-max-microvolt = <1050000>;
175 regulator-name = "vddio-sdmmc3";
176 regulator-min-microvolt = <1800000>;
177 regulator-max-microvolt = <3300000>;
181 regulator-name = "vdd-cam-hv";
182 regulator-min-microvolt = <2800000>;
183 regulator-max-microvolt = <2800000>;
187 regulator-name = "vdd-rtc";
188 regulator-min-microvolt = <1250000>;
189 regulator-max-microvolt = <1250000>;
190 regulator-always-on;
191 regulator-boot-on;
195 regulator-name = "avdd-ts-hv";
196 regulator-min-microvolt = <3000000>;
197 regulator-max-microvolt = <3000000>;
201 regulator-name = "vdd-ts";
202 regulator-min-microvolt = <1800000>;
203 regulator-max-microvolt = <1800000>;
204 regulator-always-on;
205 regulator-boot-on;
209 regulator-name = "vdd-gen-pll-edp";
210 regulator-min-microvolt = <1050000>;
211 regulator-max-microvolt = <1050000>;
212 regulator-always-on;
213 regulator-boot-on;
217 regulator-name = "vdd-hdmi-dp";
218 regulator-min-microvolt = <1050000>;
219 regulator-max-microvolt = <1050000>;