Searched refs:ath79_clocks_init_dt (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/mips/ath79/ |
D | clock.c | 479 static void __init ath79_clocks_init_dt(struct device_node *np) in ath79_clocks_init_dt() function 484 CLK_OF_DECLARE(ar7100, "qca,ar7100-pll", ath79_clocks_init_dt); 485 CLK_OF_DECLARE(ar7240, "qca,ar7240-pll", ath79_clocks_init_dt); 486 CLK_OF_DECLARE(ar9130, "qca,ar9130-pll", ath79_clocks_init_dt); 487 CLK_OF_DECLARE(ar9330, "qca,ar9330-pll", ath79_clocks_init_dt); 488 CLK_OF_DECLARE(ar9340, "qca,ar9340-pll", ath79_clocks_init_dt); 489 CLK_OF_DECLARE(ar9550, "qca,qca9550-pll", ath79_clocks_init_dt);
|