projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cec6647
)
backlight: qcom-wled: Add PM6150L compatible
author
Luca Weiss
<luca.weiss@fairphone.com>
Wed, 29 Dec 2021 17:03:56 +0000
(18:03 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 8 Feb 2022 09:24:04 +0000
(09:24 +0000)
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
drivers/video/backlight/qcom-wled.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/backlight/qcom-wled.c
b/drivers/video/backlight/qcom-wled.c
index 306bcc6ccb927fbe36c9068a14a6d34c20a736ce..527210e857959369f6e1981974e0813b76b98ad2 100644
(file)
--- a/
drivers/video/backlight/qcom-wled.c
+++ b/
drivers/video/backlight/qcom-wled.c
@@
-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 },
{}
};