Searched refs:ath79_clocks_init_dt (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/mips/ath79/ |
D | clock.c | 669 static void __init ath79_clocks_init_dt(struct device_node *np) in ath79_clocks_init_dt() function 674 CLK_OF_DECLARE(ar7100, "qca,ar7100-pll", ath79_clocks_init_dt); 675 CLK_OF_DECLARE(ar7240, "qca,ar7240-pll", ath79_clocks_init_dt); 676 CLK_OF_DECLARE(ar9340, "qca,ar9340-pll", ath79_clocks_init_dt); 677 CLK_OF_DECLARE(ar9550, "qca,qca9550-pll", ath79_clocks_init_dt);
|