From: Luca Weiss Date: Wed, 29 Dec 2021 17:03:56 +0000 (+0100) Subject: backlight: qcom-wled: Add PM6150L compatible X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe4059c3c4c25cad2bb61aa86efb8dd2d56f621d;p=linux.git backlight: qcom-wled: Add PM6150L compatible PM6150L contains WLED of version 5. Add support ofr it to the driver. Signed-off-by: Luca Weiss Reviewed-by: Daniel Thompson Signed-off-by: Helge Deller --- diff --git a/drivers/video/backlight/qcom-wled.c b/drivers/video/backlight/qcom-wled.c index 306bcc6ccb927..527210e857959 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 }, {} };