Skip to content

Commit 05995af

Browse files
ryan-wannerlag-linaro
authored andcommitted
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>
1 parent d5599f7 commit 05995af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mfd/atmel-hlcdc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ static const struct of_device_id atmel_hlcdc_match[] = {
140140
{ .compatible = "atmel,sama5d4-hlcdc" },
141141
{ .compatible = "microchip,sam9x60-hlcdc" },
142142
{ .compatible = "microchip,sam9x75-xlcdc" },
143+
{ .compatible = "microchip,sama7d65-xlcdc" },
143144
{ /* sentinel */ },
144145
};
145146
MODULE_DEVICE_TABLE(of, atmel_hlcdc_match);

0 commit comments

Comments
 (0)