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

Configure Feed

Select the types of activity you want to include in your feed.

mfd: atmel-hlcdc: Add compatible for sama7d65 XLCD controller

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>

authored by

Ryan Wanner and committed by
Lee Jones
05995af0 d5599f72

+1
+1
drivers/mfd/atmel-hlcdc.c
··· 140 140 { .compatible = "atmel,sama5d4-hlcdc" }, 141 141 { .compatible = "microchip,sam9x60-hlcdc" }, 142 142 { .compatible = "microchip,sam9x75-xlcdc" }, 143 + { .compatible = "microchip,sama7d65-xlcdc" }, 143 144 { /* sentinel */ }, 144 145 }; 145 146 MODULE_DEVICE_TABLE(of, atmel_hlcdc_match);