File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,24 @@ static const struct pwrseq_qcom_wcn_pdata pwrseq_qca6390_of_data = {
272
272
.targets = pwrseq_qcom_wcn_targets ,
273
273
};
274
274
275
+ static const char * const pwrseq_wcn6750_vregs [] = {
276
+ "vddaon" ,
277
+ "vddasd" ,
278
+ "vddpmu" ,
279
+ "vddrfa0p8" ,
280
+ "vddrfa1p2" ,
281
+ "vddrfa1p7" ,
282
+ "vddrfa2p2" ,
283
+ };
284
+
285
+ static const struct pwrseq_qcom_wcn_pdata pwrseq_wcn6750_of_data = {
286
+ .vregs = pwrseq_wcn6750_vregs ,
287
+ .num_vregs = ARRAY_SIZE (pwrseq_wcn6750_vregs ),
288
+ .pwup_delay_ms = 50 ,
289
+ .gpio_enable_delay_ms = 5 ,
290
+ .targets = pwrseq_qcom_wcn_targets ,
291
+ };
292
+
275
293
static const char * const pwrseq_wcn6855_vregs [] = {
276
294
"vddio" ,
277
295
"vddaon" ,
@@ -431,6 +449,10 @@ static const struct of_device_id pwrseq_qcom_wcn_of_match[] = {
431
449
.compatible = "qcom,wcn7850-pmu" ,
432
450
.data = & pwrseq_wcn7850_of_data ,
433
451
},
452
+ {
453
+ .compatible = "qcom,wcn6750-pmu" ,
454
+ .data = & pwrseq_wcn6750_of_data ,
455
+ },
434
456
{ }
435
457
};
436
458
MODULE_DEVICE_TABLE (of , pwrseq_qcom_wcn_of_match );
You can’t perform that action at this time.
0 commit comments