aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorManikandan Muralidharan <manikandan.m@microchip.com>2023-09-15 16:18:42 +0530
committerLee Jones <lee@kernel.org>2023-11-01 10:02:11 +0000
commitad3a3c6e4aef5d77c4e5c1f9e46f40e8240079f7 (patch)
treeb6b2e84edfc70f63f8394cc6954730d25ad73304 /drivers/mfd
parentcb523495ee2a5938fbdd30b8a35094d386c55c12 (diff)
downloadlinux-ad3a3c6e4aef5d77c4e5c1f9e46f40e8240079f7.tar.gz
mfd: atmel-hlcdc: Add compatible for sam9x75 XLCD controller
Add compatible for sam9x75 XLCD controller. Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> Link: https://lore.kernel.org/r/20230915104849.187146-2-manikandan.m@microchip.com Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/atmel-hlcdc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/atmel-hlcdc.c b/drivers/mfd/atmel-hlcdc.c
index 20de7f49a8309f..4c4e35d404f36b 100644
--- a/drivers/mfd/atmel-hlcdc.c
+++ b/drivers/mfd/atmel-hlcdc.c
@@ -139,6 +139,7 @@ static const struct of_device_id atmel_hlcdc_match[] = {
{ .compatible = "atmel,sama5d3-hlcdc" },
{ .compatible = "atmel,sama5d4-hlcdc" },
{ .compatible = "microchip,sam9x60-hlcdc" },
+ { .compatible = "microchip,sam9x75-xlcdc" },
{ /* sentinel */ },
};
MODULE_DEVICE_TABLE(of, atmel_hlcdc_match);