mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 07:10:27 +00:00
backlight: qcom-wled: Add PM6150L compatible
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: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20211229170358.2457006-3-luca.weiss@fairphone.com
This commit is contained in:
parent
cec6647a00
commit
d4294e4fc7
@ -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 },
|
||||
{}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user