Skip to content

Commit

Permalink
backlight: qcom-wled: Add PM6150L compatible
Browse files Browse the repository at this point in the history
PM6150L contains WLED of version 5. Add support ofr it to the driver.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Luca Weiss authored and Helge Deller committed Jan 29, 2022
1 parent 97db79f commit fe4059c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/backlight/qcom-wled.c
Original file line number Diff line number Diff line change
Expand Up @@ -1734,6 +1734,7 @@ static const struct of_device_id wled_match_table[] = {
{ .compatible = "qcom,pmi8994-wled", .data = (void *)4 },
{ .compatible = "qcom,pmi8998-wled", .data = (void *)4 },
{ .compatible = "qcom,pm660l-wled", .data = (void *)4 },
{ .compatible = "qcom,pm6150l-wled", .data = (void *)5 },
{ .compatible = "qcom,pm8150l-wled", .data = (void *)5 },
{}
};
Expand Down

0 comments on commit fe4059c

Please sign in to comment.