]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
clk: at91: Align the at91 pmc's compatibles
authorWenyou Yang <wenyou.yang@atmel.com>
Fri, 14 Apr 2017 06:53:24 +0000 (14:53 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 9 May 2017 18:14:15 +0000 (12:14 -0600)
Align the at91 pmc's compatibles with kernel.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
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" },
        {}
 };