|
@@ -884,6 +884,11 @@ static int __init at91_pmc_init(unsigned long main_clock)
|
|
#if defined(CONFIG_OF)
|
|
#if defined(CONFIG_OF)
|
|
static struct of_device_id pmc_ids[] = {
|
|
static struct of_device_id pmc_ids[] = {
|
|
{ .compatible = "atmel,at91rm9200-pmc" },
|
|
{ .compatible = "atmel,at91rm9200-pmc" },
|
|
|
|
+ { .compatible = "atmel,at91sam9260-pmc" },
|
|
|
|
+ { .compatible = "atmel,at91sam9g45-pmc" },
|
|
|
|
+ { .compatible = "atmel,at91sam9n12-pmc" },
|
|
|
|
+ { .compatible = "atmel,at91sam9x5-pmc" },
|
|
|
|
+ { .compatible = "atmel,sama5d3-pmc" },
|
|
{ /*sentinel*/ }
|
|
{ /*sentinel*/ }
|
|
};
|
|
};
|
|
|
|
|