Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

backlight: ktd253: Support KTD259

The KTD259 works just like KTD253 so add this compatible
to the driver.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Linus Walleij and committed by
Lee Jones
693091d9 cdfd4c68

+1
+1
drivers/video/backlight/ktd253-backlight.c
··· 173 173 174 174 static const struct of_device_id ktd253_backlight_of_match[] = { 175 175 { .compatible = "kinetic,ktd253" }, 176 + { .compatible = "kinetic,ktd259" }, 176 177 { /* sentinel */ } 177 178 }; 178 179 MODULE_DEVICE_TABLE(of, ktd253_backlight_of_match);