aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/pmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/at91/pmc.c')
-rw-r--r--drivers/clk/at91/pmc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/at91/pmc.c b/drivers/clk/at91/pmc.c
index 4fba500dec38..7b9db603b936 100644
--- a/drivers/clk/at91/pmc.c
+++ b/drivers/clk/at91/pmc.c
@@ -315,6 +315,13 @@ static const struct of_device_id pmc_clk_ids[] __initdata = {
315 .data = of_at91sam9n12_clk_usb_setup, 315 .data = of_at91sam9n12_clk_usb_setup,
316 }, 316 },
317#endif 317#endif
318 /* SMD clock */
319#if defined(CONFIG_HAVE_AT91_SMD)
320 {
321 .compatible = "atmel,at91sam9x5-clk-smd",
322 .data = of_at91sam9x5_clk_smd_setup,
323 },
324#endif
318 { /*sentinel*/ } 325 { /*sentinel*/ }
319}; 326};
320 327