diff options
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index 6eb096e58623..601c0ff802f1 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | |||
@@ -135,3 +135,118 @@ | |||
135 | &sdhc_1 { | 135 | &sdhc_1 { |
136 | status = "okay"; | 136 | status = "okay"; |
137 | }; | 137 | }; |
138 | |||
139 | &smd_rpm_regulators { | ||
140 | vdd_l1_l2_l3-supply = <&pm8916_s3>; | ||
141 | vdd_l5-supply = <&pm8916_s3>; | ||
142 | vdd_l4_l5_l6-supply = <&pm8916_s4>; | ||
143 | vdd_l7-supply = <&pm8916_s4>; | ||
144 | |||
145 | s1 { | ||
146 | regulator-min-microvolt = <375000>; | ||
147 | regulator-max-microvolt = <1562000>; | ||
148 | }; | ||
149 | |||
150 | s3 { | ||
151 | regulator-min-microvolt = <375000>; | ||
152 | regulator-max-microvolt = <1562000>; | ||
153 | }; | ||
154 | |||
155 | s4 { | ||
156 | regulator-min-microvolt = <1800000>; | ||
157 | regulator-max-microvolt = <1800000>; | ||
158 | |||
159 | regulator-always-on; | ||
160 | regulator-boot-on; | ||
161 | }; | ||
162 | |||
163 | l1 { | ||
164 | regulator-min-microvolt = <375000>; | ||
165 | regulator-max-microvolt = <1525000>; | ||
166 | }; | ||
167 | |||
168 | l2 { | ||
169 | regulator-min-microvolt = <375000>; | ||
170 | regulator-max-microvolt = <1525000>; | ||
171 | }; | ||
172 | |||
173 | l3 { | ||
174 | regulator-min-microvolt = <375000>; | ||
175 | regulator-max-microvolt = <1525000>; | ||
176 | }; | ||
177 | |||
178 | l4 { | ||
179 | regulator-min-microvolt = <1750000>; | ||
180 | regulator-max-microvolt = <3337000>; | ||
181 | }; | ||
182 | |||
183 | l5 { | ||
184 | regulator-min-microvolt = <1750000>; | ||
185 | regulator-max-microvolt = <3337000>; | ||
186 | }; | ||
187 | |||
188 | l6 { | ||
189 | regulator-min-microvolt = <1750000>; | ||
190 | regulator-max-microvolt = <3337000>; | ||
191 | }; | ||
192 | |||
193 | l7 { | ||
194 | regulator-min-microvolt = <1750000>; | ||
195 | regulator-max-microvolt = <3337000>; | ||
196 | }; | ||
197 | |||
198 | l8 { | ||
199 | regulator-min-microvolt = <1750000>; | ||
200 | regulator-max-microvolt = <3337000>; | ||
201 | }; | ||
202 | |||
203 | l9 { | ||
204 | regulator-min-microvolt = <1750000>; | ||
205 | regulator-max-microvolt = <3337000>; | ||
206 | }; | ||
207 | |||
208 | l10 { | ||
209 | regulator-min-microvolt = <1750000>; | ||
210 | regulator-max-microvolt = <3337000>; | ||
211 | }; | ||
212 | |||
213 | l11 { | ||
214 | regulator-min-microvolt = <1750000>; | ||
215 | regulator-max-microvolt = <3337000>; | ||
216 | }; | ||
217 | |||
218 | l12 { | ||
219 | regulator-min-microvolt = <1750000>; | ||
220 | regulator-max-microvolt = <3337000>; | ||
221 | }; | ||
222 | |||
223 | l13 { | ||
224 | regulator-min-microvolt = <1750000>; | ||
225 | regulator-max-microvolt = <3337000>; | ||
226 | }; | ||
227 | |||
228 | l14 { | ||
229 | regulator-min-microvolt = <1750000>; | ||
230 | regulator-max-microvolt = <3337000>; | ||
231 | }; | ||
232 | |||
233 | l15 { | ||
234 | regulator-min-microvolt = <1750000>; | ||
235 | regulator-max-microvolt = <3337000>; | ||
236 | }; | ||
237 | |||
238 | l16 { | ||
239 | regulator-min-microvolt = <1750000>; | ||
240 | regulator-max-microvolt = <3337000>; | ||
241 | }; | ||
242 | |||
243 | l17 { | ||
244 | regulator-min-microvolt = <1750000>; | ||
245 | regulator-max-microvolt = <3337000>; | ||
246 | }; | ||
247 | |||
248 | l18 { | ||
249 | regulator-min-microvolt = <1750000>; | ||
250 | regulator-max-microvolt = <3337000>; | ||
251 | }; | ||
252 | }; | ||