Lines Matching +full:vdd_l9 +full:- +full:supply

8 - compatible:
12 "qcom,rpm-apq8064"
13 "qcom,rpm-msm8660"
14 "qcom,rpm-msm8960"
15 "qcom,rpm-ipq8064"
16 "qcom,rpm-mdm9615"
18 - reg:
20 Value type: <prop-encoded-array>
23 - interrupts:
25 Value type: <prop-encoded-array>
31 - interrupt-names:
33 Value type: <string-array>
36 - qcom,ipc:
38 Value type: <prop-encoded-array>
42 - phandle to a syscon node representing the apcs registers
43 - u32 representing offset to the register within the syscon
44 - u32 representing the ipc bit within the register
56 - compatible:
60 "qcom,rpm-pm8058-regulators"
61 "qcom,rpm-pm8901-regulators"
62 "qcom,rpm-pm8921-regulators"
63 "qcom,rpm-pm8018-regulators"
64 "qcom,rpm-smb208-regulators"
66 - vdd_l0_l1_lvs-supply:
67 - vdd_l2_l11_l12-supply:
68 - vdd_l3_l4_l5-supply:
69 - vdd_l6_l7-supply:
70 - vdd_l8-supply:
71 - vdd_l9-supply:
72 - vdd_l10-supply:
73 - vdd_l13_l16-supply:
74 - vdd_l14_l15-supply:
75 - vdd_l17_l18-supply:
76 - vdd_l19_l20-supply:
77 - vdd_l21-supply:
78 - vdd_l22-supply:
79 - vdd_l23_l24_l25-supply:
80 - vdd_ncp-supply:
81 - vdd_s0-supply:
82 - vdd_s1-supply:
83 - vdd_s2-supply:
84 - vdd_s3-supply:
85 - vdd_s4-supply:
91 - lvs0_in-supply:
92 - lvs1_in-supply:
93 - lvs2_in-supply:
94 - lvs3_in-supply:
95 - mvs_in-supply:
96 - vdd_l0-supply:
97 - vdd_l1-supply:
98 - vdd_l2-supply:
99 - vdd_l3-supply:
100 - vdd_l4-supply:
101 - vdd_l5-supply:
102 - vdd_l6-supply:
103 - vdd_s0-supply:
104 - vdd_s1-supply:
105 - vdd_s2-supply:
106 - vdd_s3-supply:
107 - vdd_s4-supply:
113 - vdd_l1_l2_l12_l18-supply:
114 - vdd_l3_l15_l17-supply:
115 - vdd_l4_l14-supply:
116 - vdd_l5_l8_l16-supply:
117 - vdd_l6_l7-supply:
118 - vdd_l9_l11-supply:
119 - vdd_l10_l22-supply:
120 - vdd_l21_l23_l29-supply:
121 - vdd_l24-supply:
122 - vdd_l25-supply:
123 - vdd_l26-supply:
124 - vdd_l27-supply:
125 - vdd_l28-supply:
126 - vdd_ncp-supply:
127 - vdd_s1-supply:
128 - vdd_s2-supply:
129 - vdd_s4-supply:
130 - vdd_s5-supply:
131 - vdd_s6-supply:
132 - vdd_s7-supply:
133 - vdd_s8-supply:
134 - vin_5vs-supply:
135 - vin_lvs1_3_6-supply:
136 - vin_lvs2-supply:
137 - vin_lvs4_5_7-supply:
143 - vin_lvs1-supply:
144 - vdd_l7-supply:
145 - vdd_l8-supply:
146 - vdd_l9_l10_l11_l12-supply:
152 The regulator node houses sub-nodes for each regulator within the device. Each
153 sub-node is identified using the node's name, with valid values listed for each
168 l29, lvs1, lvs2, lvs3, lvs4, lvs5, lvs6, lvs7, usb-switch, hdmi-switch,
178 The content of each sub-node is defined by the standard binding for regulators -
179 see regulator.txt - with additional custom properties described below:
181 === Switch-mode Power Supply regulator custom properties
183 - bias-pull-down:
188 - qcom,switch-mode-frequency:
191 Definition: Frequency (Hz) of the switch-mode power supply;
197 - qcom,force-mode:
198 Usage: optional (default if no other qcom,force-mode is specified)
202 QCOM_RPM_FORCE_MODE_NONE - do not force any mode
203 QCOM_RPM_FORCE_MODE_LPM - force into low power mode
204 QCOM_RPM_FORCE_MODE_HPM - force into high power mode
205 QCOM_RPM_FORCE_MODE_AUTO - allow regulator to automatically
210 - qcom,power-mode-hysteretic:
213 Definition: select that the power supply should operate in hysteretic
216 === Low-dropout regulator custom properties
218 - bias-pull-down:
223 - qcom,force-mode:
228 QCOM_RPM_FORCE_MODE_NONE - do not force any mode
229 QCOM_RPM_FORCE_MODE_LPM - force into low power mode
230 QCOM_RPM_FORCE_MODE_HPM - force into high power mode
231 QCOM_RPM_FORCE_MODE_BYPASS - set regulator to use bypass
238 - qcom,switch-mode-frequency:
241 Definition: Frequency (Hz) of the switch mode power supply;
249 #include <dt-bindings/mfd/qcom-rpm.h>
252 compatible = "qcom,rpm-msm8960";
257 interrupt-names = "ack", "err", "wakeup";
260 compatible = "qcom,rpm-pm8921-regulators";
261 vdd_l1_l2_l12_l18-supply = <&pm8921_s4>;
264 regulator-min-microvolt = <1225000>;
265 regulator-max-microvolt = <1225000>;
267 bias-pull-down;
269 qcom,switch-mode-frequency = <3200000>;
273 regulator-min-microvolt = <1800000>;
274 regulator-max-microvolt = <1800000>;
276 qcom,switch-mode-frequency = <1600000>;
277 bias-pull-down;
279 qcom,force-mode = <QCOM_RPM_FORCE_MODE_AUTO>;