diff options
author | Manikandan Muralidharan <manikandan.m@microchip.com> | 2023-09-15 16:18:42 +0530 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-11-01 10:02:11 +0000 |
commit | ad3a3c6e4aef5d77c4e5c1f9e46f40e8240079f7 (patch) | |
tree | b6b2e84edfc70f63f8394cc6954730d25ad73304 /drivers/mfd/atmel-hlcdc.c | |
parent | cb523495ee2a5938fbdd30b8a35094d386c55c12 (diff) | |
download | lwn-ad3a3c6e4aef5d77c4e5c1f9e46f40e8240079f7.tar.gz lwn-ad3a3c6e4aef5d77c4e5c1f9e46f40e8240079f7.zip |
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/atmel-hlcdc.c')
-rw-r--r-- | drivers/mfd/atmel-hlcdc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/atmel-hlcdc.c b/drivers/mfd/atmel-hlcdc.c index 20de7f49a830..4c4e35d404f3 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); |