clk: at91: Align the at91 pmc's compatibles
[oweals/u-boot.git] / drivers / clk / at91 / pmc.c
index fcd693a2f6fc6904d7ca1f6a388e60e60f9f94dd..72d52c58188e71c902e2dbe5141053ce3791fc15 100644 (file)
 DECLARE_GLOBAL_DATA_PTR;
 
 static const struct udevice_id at91_pmc_match[] = {
+       { .compatible = "atmel,at91rm9200-pmc" },
+       { .compatible = "atmel,at91sam9260-pmc" },
+       { .compatible = "atmel,at91sam9g45-pmc" },
+       { .compatible = "atmel,at91sam9n12-pmc" },
+       { .compatible = "atmel,at91sam9x5-pmc" },
+       { .compatible = "atmel,sama5d3-pmc" },
        { .compatible = "atmel,sama5d2-pmc" },
        {}
 };