projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd0ee3
)
mfd: atmel-hlcdc: Add compatible for SAM9X60 HLCD controller
author
Claudiu Beznea
<claudiu.beznea@microchip.com>
Tue, 5 Mar 2019 10:07:52 +0000
(10:07 +0000)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 14 May 2019 07:13:26 +0000
(08:13 +0100)
Add compatible for SAM9X60 HLCD controller.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/atmel-hlcdc.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/atmel-hlcdc.c
b/drivers/mfd/atmel-hlcdc.c
index e82543bcfdc828502dd4124262be0650dfcb7b01..35a9e16f9902cf49444b278ed7c7b2ce790029e9 100644
(file)
--- a/
drivers/mfd/atmel-hlcdc.c
+++ b/
drivers/mfd/atmel-hlcdc.c
@@
-141,6
+141,7
@@
static const struct of_device_id atmel_hlcdc_match[] = {
{ .compatible = "atmel,sama5d2-hlcdc" },
{ .compatible = "atmel,sama5d3-hlcdc" },
{ .compatible = "atmel,sama5d4-hlcdc" },
+ { .compatible = "microchip,sam9x60-hlcdc" },
{ /* sentinel */ },
};
MODULE_DEVICE_TABLE(of, atmel_hlcdc_match);