mfd: atmel-hlcdc: Add compatible for sam9x75 XLCD controller
authorManikandan Muralidharan <manikandan.m@microchip.com>
Fri, 15 Sep 2023 10:48:42 +0000 (16:18 +0530)
committerLee 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

index 20de7f49a8309f51c729aeb99b2aa390be54feb1..4c4e35d404f36b10a5aa24048060fc165dbe29e1 100644 (file)
@@ -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);