clk: at91: add PMC smd clock
[deliverable/linux.git] / drivers / clk / at91 / pmc.c
index 4fba500dec388d6b3101d03c7ef1380eaf90eb7d..7b9db603b9368a86abd63c0e1736f1e5b103ecf0 100644 (file)
@@ -314,6 +314,13 @@ static const struct of_device_id pmc_clk_ids[] __initdata = {
                .compatible = "atmel,at91sam9n12-clk-usb",
                .data = of_at91sam9n12_clk_usb_setup,
        },
+#endif
+       /* SMD clock */
+#if defined(CONFIG_HAVE_AT91_SMD)
+       {
+               .compatible = "atmel,at91sam9x5-clk-smd",
+               .data = of_at91sam9x5_clk_smd_setup,
+       },
 #endif
        { /*sentinel*/ }
 };
This page took 0.040899 seconds and 5 git commands to generate.