From: Linus Walleij Date: Sun, 21 Mar 2021 11:43:41 +0000 (+0100) Subject: backlight: ktd253: Support KTD259 X-Git-Tag: howlett/maple/20220722_2~3270^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=693091d99e7b7f5aa994745e719c69a731173db8;p=users%2Fjedix%2Flinux-maple.git backlight: ktd253: Support KTD259 The KTD259 works just like KTD253 so add this compatible to the driver. Signed-off-by: Linus Walleij Reviewed-by: Daniel Thompson Signed-off-by: Lee Jones --- diff --git a/drivers/video/backlight/ktd253-backlight.c b/drivers/video/backlight/ktd253-backlight.c index d7b287cffd5c..a7df5bcca9da 100644 --- a/drivers/video/backlight/ktd253-backlight.c +++ b/drivers/video/backlight/ktd253-backlight.c @@ -173,6 +173,7 @@ static int ktd253_backlight_probe(struct platform_device *pdev) static const struct of_device_id ktd253_backlight_of_match[] = { { .compatible = "kinetic,ktd253" }, + { .compatible = "kinetic,ktd259" }, { /* sentinel */ } }; MODULE_DEVICE_TABLE(of, ktd253_backlight_of_match);