clk: at91: add PMC main clock
[deliverable/linux.git] / drivers / clk / at91 / pmc.c
index 69c116a6ba4f6ad07165edb74ecbf89fdd3ab41d..3d35b73138684b1eddfba879d87571d5d683a790 100644 (file)
@@ -229,6 +229,11 @@ out_free_pmc:
 }
 
 static const struct of_device_id pmc_clk_ids[] __initdata = {
+       /* Main clock */
+       {
+               .compatible = "atmel,at91rm9200-clk-main",
+               .data = of_at91rm9200_clk_main_setup,
+       },
        { /*sentinel*/ }
 };
 
This page took 0.023796 seconds and 5 git commands to generate.