Commit 693091d9 authored by Linus Walleij's avatar Linus Walleij Committed by Lee Jones

backlight: ktd253: Support KTD259

The KTD259 works just like KTD253 so add this compatible
to the driver.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarDaniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent cdfd4c68
...@@ -173,6 +173,7 @@ static int ktd253_backlight_probe(struct platform_device *pdev) ...@@ -173,6 +173,7 @@ static int ktd253_backlight_probe(struct platform_device *pdev)
static const struct of_device_id ktd253_backlight_of_match[] = { static const struct of_device_id ktd253_backlight_of_match[] = {
{ .compatible = "kinetic,ktd253" }, { .compatible = "kinetic,ktd253" },
{ .compatible = "kinetic,ktd259" },
{ /* sentinel */ } { /* sentinel */ }
}; };
MODULE_DEVICE_TABLE(of, ktd253_backlight_of_match); MODULE_DEVICE_TABLE(of, ktd253_backlight_of_match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment