Skip to content

Commit 10258bf

Browse files
z3ntulag-linaro
authored andcommitted
backlight: qcom-wled: Add PMI8950 compatible
PMI8950 contains WLED of version 4. Add support for it to the driver. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20221226-msm8953-6-2-wled-v1-1-e318d4c71d05@z3ntu.xyz
1 parent fe15c26 commit 10258bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/video/backlight/qcom-wled.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,6 +1731,7 @@ static int wled_remove(struct platform_device *pdev)
17311731

17321732
static const struct of_device_id wled_match_table[] = {
17331733
{ .compatible = "qcom,pm8941-wled", .data = (void *)3 },
1734+
{ .compatible = "qcom,pmi8950-wled", .data = (void *)4 },
17341735
{ .compatible = "qcom,pmi8994-wled", .data = (void *)4 },
17351736
{ .compatible = "qcom,pmi8998-wled", .data = (void *)4 },
17361737
{ .compatible = "qcom,pm660l-wled", .data = (void *)4 },

0 commit comments

Comments
 (0)