提交 fe4059c3 编写于 作者: L Luca Weiss 提交者: Helge Deller

backlight: qcom-wled: Add PM6150L compatible

PM6150L contains WLED of version 5. Add support ofr it to the driver.
Signed-off-by: NLuca Weiss <luca.weiss@fairphone.com>
Reviewed-by: NDaniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: NHelge Deller <deller@gmx.de>
上级 97db79f7
......@@ -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 },
{}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册