projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb52349
)
mfd: atmel-hlcdc: Add compatible for sam9x75 XLCD controller
author
Manikandan Muralidharan
<manikandan.m@microchip.com>
Fri, 15 Sep 2023 10:48:42 +0000
(16:18 +0530)
committer
Lee Jones
<lee@kernel.org>
Wed, 1 Nov 2023 10:02:11 +0000
(10:02 +0000)
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>
drivers/mfd/atmel-hlcdc.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/atmel-hlcdc.c
b/drivers/mfd/atmel-hlcdc.c
index
20de7f4
..
4c4e35d
100644
(file)
--- 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);