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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);