Skip to content

Commit d4294e4

Browse files
lweiss-fairphoneLee Jones
authored andcommitted
backlight: qcom-wled: Add PM6150L compatible
PM6150L contains WLED of version 5. Add support ofr it to the driver. Signed-off-by: Luca Weiss <[email protected]> Reviewed-by: Daniel Thompson <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent cec6647 commit d4294e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/video/backlight/qcom-wled.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,6 +1734,7 @@ static const struct of_device_id wled_match_table[] = {
17341734
{ .compatible = "qcom,pmi8994-wled", .data = (void *)4 },
17351735
{ .compatible = "qcom,pmi8998-wled", .data = (void *)4 },
17361736
{ .compatible = "qcom,pm660l-wled", .data = (void *)4 },
1737+
{ .compatible = "qcom,pm6150l-wled", .data = (void *)5 },
17371738
{ .compatible = "qcom,pm8150l-wled", .data = (void *)5 },
17381739
{}
17391740
};

0 commit comments

Comments
 (0)