File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1693,6 +1693,13 @@ static const struct lpg_data pm8941_lpg_data = {
1693
1693
},
1694
1694
};
1695
1695
1696
+ static const struct lpg_data pmi8950_pwm_data = {
1697
+ .num_channels = 1 ,
1698
+ .channels = (const struct lpg_channel_data []) {
1699
+ { .base = 0xb000 },
1700
+ },
1701
+ };
1702
+
1696
1703
static const struct lpg_data pm8994_lpg_data = {
1697
1704
.lut_base = 0xb000 ,
1698
1705
.lut_size = 64 ,
@@ -1819,6 +1826,7 @@ static const struct of_device_id lpg_of_table[] = {
1819
1826
{ .compatible = "qcom,pm8941-lpg" , .data = & pm8941_lpg_data },
1820
1827
{ .compatible = "qcom,pm8994-lpg" , .data = & pm8994_lpg_data },
1821
1828
{ .compatible = "qcom,pmi632-lpg" , .data = & pmi632_lpg_data },
1829
+ { .compatible = "qcom,pmi8950-pwm" , .data = & pmi8950_pwm_data },
1822
1830
{ .compatible = "qcom,pmi8994-lpg" , .data = & pmi8994_lpg_data },
1823
1831
{ .compatible = "qcom,pmi8998-lpg" , .data = & pmi8998_lpg_data },
1824
1832
{ .compatible = "qcom,pmc8180c-lpg" , .data = & pm8150l_lpg_data },
You can’t perform that action at this time.
0 commit comments