]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mfd: atmel-hlcdc: Add compatible for sama7d65 XLCD controller
authorRyan Wanner <Ryan.Wanner@microchip.com>
Thu, 18 Dec 2025 04:05:20 +0000 (09:35 +0530)
committerLee Jones <lee@kernel.org>
Thu, 22 Jan 2026 14:22:51 +0000 (14:22 +0000)
Add compatible for sama7d65 XLCD controller.

Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://patch.msgid.link/20251218040521.463937-2-manikandan.m@microchip.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/atmel-hlcdc.c

index 4c4e35d404f36b10a5aa24048060fc165dbe29e1..c3f3d39bf58455c1c468074ec4db7f03054b03fb 100644 (file)
@@ -140,6 +140,7 @@ static const struct of_device_id atmel_hlcdc_match[] = {
        { .compatible = "atmel,sama5d4-hlcdc" },
        { .compatible = "microchip,sam9x60-hlcdc" },
        { .compatible = "microchip,sam9x75-xlcdc" },
+       { .compatible = "microchip,sama7d65-xlcdc" },
        { /* sentinel */ },
 };
 MODULE_DEVICE_TABLE(of, atmel_hlcdc_match);