diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2021-12-29 18:03:56 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-01-29 22:24:24 +0100 |
commit | fe4059c3c4c25cad2bb61aa86efb8dd2d56f621d (patch) | |
tree | d14da49abfb771d64ddf1c570100e7bb96d42f44 /drivers/video/backlight | |
parent | 97db79f705055624bb30c147b2d695ca7b6d710e (diff) |
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: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/video/backlight')
-rw-r--r-- | drivers/video/backlight/qcom-wled.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/qcom-wled.c b/drivers/video/backlight/qcom-wled.c index 306bcc6ccb92..527210e85795 100644 --- 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 }, {} }; |