Commit 1e8c1585 authored by Claudiu Beznea's avatar Claudiu Beznea Committed by Lee Jones

mfd: atmel-hlcdc: Add compatible for SAM9X60 HLCD controller

Add compatible for SAM9X60 HLCD controller.
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 2cd0ee3b
...@@ -141,6 +141,7 @@ static const struct of_device_id atmel_hlcdc_match[] = { ...@@ -141,6 +141,7 @@ static const struct of_device_id atmel_hlcdc_match[] = {
{ .compatible = "atmel,sama5d2-hlcdc" }, { .compatible = "atmel,sama5d2-hlcdc" },
{ .compatible = "atmel,sama5d3-hlcdc" }, { .compatible = "atmel,sama5d3-hlcdc" },
{ .compatible = "atmel,sama5d4-hlcdc" }, { .compatible = "atmel,sama5d4-hlcdc" },
{ .compatible = "microchip,sam9x60-hlcdc" },
{ /* sentinel */ }, { /* sentinel */ },
}; };
MODULE_DEVICE_TABLE(of, atmel_hlcdc_match); MODULE_DEVICE_TABLE(of, atmel_hlcdc_match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment