clk-agilex.c 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (C) 2019, Intel Corporation
  4. */
  5. #include <linux/slab.h>
  6. #include <linux/clk-provider.h>
  7. #include <linux/of_device.h>
  8. #include <linux/of_address.h>
  9. #include <linux/platform_device.h>
  10. #include <dt-bindings/clock/agilex-clock.h>
  11. #include "stratix10-clk.h"
  12. static const struct clk_parent_data pll_mux[] = {
  13. { .fw_name = "osc1",
  14. .name = "osc1", },
  15. { .fw_name = "cb-intosc-hs-div2-clk",
  16. .name = "cb-intosc-hs-div2-clk", },
  17. { .fw_name = "f2s-free-clk",
  18. .name = "f2s-free-clk", },
  19. };
  20. static const struct clk_parent_data boot_mux[] = {
  21. { .fw_name = "osc1",
  22. .name = "osc1", },
  23. { .fw_name = "cb-intosc-hs-div2-clk",
  24. .name = "cb-intosc-hs-div2-clk", },
  25. };
  26. static const struct clk_parent_data mpu_free_mux[] = {
  27. { .fw_name = "main_pll_c0",
  28. .name = "main_pll_c0", },
  29. { .fw_name = "peri_pll_c0",
  30. .name = "peri_pll_c0", },
  31. { .fw_name = "osc1",
  32. .name = "osc1", },
  33. { .fw_name = "cb-intosc-hs-div2-clk",
  34. .name = "cb-intosc-hs-div2-clk", },
  35. { .fw_name = "f2s-free-clk",
  36. .name = "f2s-free-clk", },
  37. };
  38. static const struct clk_parent_data noc_free_mux[] = {
  39. { .fw_name = "main_pll_c1",
  40. .name = "main_pll_c1", },
  41. { .fw_name = "peri_pll_c1",
  42. .name = "peri_pll_c1", },
  43. { .fw_name = "osc1",
  44. .name = "osc1", },
  45. { .fw_name = "cb-intosc-hs-div2-clk",
  46. .name = "cb-intosc-hs-div2-clk", },
  47. { .fw_name = "f2s-free-clk",
  48. .name = "f2s-free-clk", },
  49. };
  50. static const struct clk_parent_data emaca_free_mux[] = {
  51. { .fw_name = "main_pll_c2",
  52. .name = "main_pll_c2", },
  53. { .fw_name = "peri_pll_c2",
  54. .name = "peri_pll_c2", },
  55. { .fw_name = "osc1",
  56. .name = "osc1", },
  57. { .fw_name = "cb-intosc-hs-div2-clk",
  58. .name = "cb-intosc-hs-div2-clk", },
  59. { .fw_name = "f2s-free-clk",
  60. .name = "f2s-free-clk", },
  61. };
  62. static const struct clk_parent_data emacb_free_mux[] = {
  63. { .fw_name = "main_pll_c3",
  64. .name = "main_pll_c3", },
  65. { .fw_name = "peri_pll_c3",
  66. .name = "peri_pll_c3", },
  67. { .fw_name = "osc1",
  68. .name = "osc1", },
  69. { .fw_name = "cb-intosc-hs-div2-clk",
  70. .name = "cb-intosc-hs-div2-clk", },
  71. { .fw_name = "f2s-free-clk",
  72. .name = "f2s-free-clk", },
  73. };
  74. static const struct clk_parent_data emac_ptp_free_mux[] = {
  75. { .fw_name = "main_pll_c3",
  76. .name = "main_pll_c3", },
  77. { .fw_name = "peri_pll_c3",
  78. .name = "peri_pll_c3", },
  79. { .fw_name = "osc1",
  80. .name = "osc1", },
  81. { .fw_name = "cb-intosc-hs-div2-clk",
  82. .name = "cb-intosc-hs-div2-clk", },
  83. { .fw_name = "f2s-free-clk",
  84. .name = "f2s-free-clk", },
  85. };
  86. static const struct clk_parent_data gpio_db_free_mux[] = {
  87. { .fw_name = "main_pll_c3",
  88. .name = "main_pll_c3", },
  89. { .fw_name = "peri_pll_c3",
  90. .name = "peri_pll_c3", },
  91. { .fw_name = "osc1",
  92. .name = "osc1", },
  93. { .fw_name = "cb-intosc-hs-div2-clk",
  94. .name = "cb-intosc-hs-div2-clk", },
  95. { .fw_name = "f2s-free-clk",
  96. .name = "f2s-free-clk", },
  97. };
  98. static const struct clk_parent_data psi_ref_free_mux[] = {
  99. { .fw_name = "main_pll_c2",
  100. .name = "main_pll_c2", },
  101. { .fw_name = "peri_pll_c2",
  102. .name = "peri_pll_c2", },
  103. { .fw_name = "osc1",
  104. .name = "osc1", },
  105. { .fw_name = "cb-intosc-hs-div2-clk",
  106. .name = "cb-intosc-hs-div2-clk", },
  107. { .fw_name = "f2s-free-clk",
  108. .name = "f2s-free-clk", },
  109. };
  110. static const struct clk_parent_data sdmmc_free_mux[] = {
  111. { .fw_name = "main_pll_c3",
  112. .name = "main_pll_c3", },
  113. { .fw_name = "peri_pll_c3",
  114. .name = "peri_pll_c3", },
  115. { .fw_name = "osc1",
  116. .name = "osc1", },
  117. { .fw_name = "cb-intosc-hs-div2-clk",
  118. .name = "cb-intosc-hs-div2-clk", },
  119. { .fw_name = "f2s-free-clk",
  120. .name = "f2s-free-clk", },
  121. };
  122. static const struct clk_parent_data s2f_usr0_free_mux[] = {
  123. { .fw_name = "main_pll_c2",
  124. .name = "main_pll_c2", },
  125. { .fw_name = "peri_pll_c2",
  126. .name = "peri_pll_c2", },
  127. { .fw_name = "osc1",
  128. .name = "osc1", },
  129. { .fw_name = "cb-intosc-hs-div2-clk",
  130. .name = "cb-intosc-hs-div2-clk", },
  131. { .fw_name = "f2s-free-clk",
  132. .name = "f2s-free-clk", },
  133. };
  134. static const struct clk_parent_data s2f_usr1_free_mux[] = {
  135. { .fw_name = "main_pll_c2",
  136. .name = "main_pll_c2", },
  137. { .fw_name = "peri_pll_c2",
  138. .name = "peri_pll_c2", },
  139. { .fw_name = "osc1",
  140. .name = "osc1", },
  141. { .fw_name = "cb-intosc-hs-div2-clk",
  142. .name = "cb-intosc-hs-div2-clk", },
  143. { .fw_name = "f2s-free-clk",
  144. .name = "f2s-free-clk", },
  145. };
  146. static const struct clk_parent_data mpu_mux[] = {
  147. { .fw_name = "mpu_free_clk",
  148. .name = "mpu_free_clk", },
  149. { .fw_name = "boot_clk",
  150. .name = "boot_clk", },
  151. };
  152. static const struct clk_parent_data emac_mux[] = {
  153. { .fw_name = "emaca_free_clk",
  154. .name = "emaca_free_clk", },
  155. { .fw_name = "emacb_free_clk",
  156. .name = "emacb_free_clk", },
  157. { .fw_name = "boot_clk",
  158. .name = "boot_clk", },
  159. };
  160. static const struct clk_parent_data noc_mux[] = {
  161. { .fw_name = "noc_free_clk",
  162. .name = "noc_free_clk", },
  163. { .fw_name = "boot_clk",
  164. .name = "boot_clk", },
  165. };
  166. static const struct clk_parent_data sdmmc_mux[] = {
  167. { .fw_name = "sdmmc_free_clk",
  168. .name = "sdmmc_free_clk", },
  169. { .fw_name = "boot_clk",
  170. .name = "boot_clk", },
  171. };
  172. static const struct clk_parent_data s2f_user0_mux[] = {
  173. { .fw_name = "s2f_user0_free_clk",
  174. .name = "s2f_user0_free_clk", },
  175. { .fw_name = "boot_clk",
  176. .name = "boot_clk", },
  177. };
  178. static const struct clk_parent_data s2f_user1_mux[] = {
  179. { .fw_name = "s2f_user1_free_clk",
  180. .name = "s2f_user1_free_clk", },
  181. { .fw_name = "boot_clk",
  182. .name = "boot_clk", },
  183. };
  184. static const struct clk_parent_data psi_mux[] = {
  185. { .fw_name = "psi_ref_free_clk",
  186. .name = "psi_ref_free_clk", },
  187. { .fw_name = "boot_clk",
  188. .name = "boot_clk", },
  189. };
  190. static const struct clk_parent_data gpio_db_mux[] = {
  191. { .fw_name = "gpio_db_free_clk",
  192. .name = "gpio_db_free_clk", },
  193. { .fw_name = "boot_clk",
  194. .name = "boot_clk", },
  195. };
  196. static const struct clk_parent_data emac_ptp_mux[] = {
  197. { .fw_name = "emac_ptp_free_clk",
  198. .name = "emac_ptp_free_clk", },
  199. { .fw_name = "boot_clk",
  200. .name = "boot_clk", },
  201. };
  202. /* clocks in AO (always on) controller */
  203. static const struct stratix10_pll_clock agilex_pll_clks[] = {
  204. { AGILEX_BOOT_CLK, "boot_clk", boot_mux, ARRAY_SIZE(boot_mux), 0,
  205. 0x0},
  206. { AGILEX_MAIN_PLL_CLK, "main_pll", pll_mux, ARRAY_SIZE(pll_mux),
  207. 0, 0x48},
  208. { AGILEX_PERIPH_PLL_CLK, "periph_pll", pll_mux, ARRAY_SIZE(pll_mux),
  209. 0, 0x9c},
  210. };
  211. static const struct n5x_perip_c_clock n5x_main_perip_c_clks[] = {
  212. { AGILEX_MAIN_PLL_C0_CLK, "main_pll_c0", "main_pll", NULL, 1, 0, 0x54, 0},
  213. { AGILEX_MAIN_PLL_C1_CLK, "main_pll_c1", "main_pll", NULL, 1, 0, 0x54, 8},
  214. { AGILEX_MAIN_PLL_C2_CLK, "main_pll_c2", "main_pll", NULL, 1, 0, 0x54, 16},
  215. { AGILEX_MAIN_PLL_C3_CLK, "main_pll_c3", "main_pll", NULL, 1, 0, 0x54, 24},
  216. { AGILEX_PERIPH_PLL_C0_CLK, "peri_pll_c0", "periph_pll", NULL, 1, 0, 0xA8, 0},
  217. { AGILEX_PERIPH_PLL_C1_CLK, "peri_pll_c1", "periph_pll", NULL, 1, 0, 0xA8, 8},
  218. { AGILEX_PERIPH_PLL_C2_CLK, "peri_pll_c2", "periph_pll", NULL, 1, 0, 0xA8, 16},
  219. { AGILEX_PERIPH_PLL_C3_CLK, "peri_pll_c3", "periph_pll", NULL, 1, 0, 0xA8, 24},
  220. };
  221. static const struct stratix10_perip_c_clock agilex_main_perip_c_clks[] = {
  222. { AGILEX_MAIN_PLL_C0_CLK, "main_pll_c0", "main_pll", NULL, 1, 0, 0x58},
  223. { AGILEX_MAIN_PLL_C1_CLK, "main_pll_c1", "main_pll", NULL, 1, 0, 0x5C},
  224. { AGILEX_MAIN_PLL_C2_CLK, "main_pll_c2", "main_pll", NULL, 1, 0, 0x64},
  225. { AGILEX_MAIN_PLL_C3_CLK, "main_pll_c3", "main_pll", NULL, 1, 0, 0x68},
  226. { AGILEX_PERIPH_PLL_C0_CLK, "peri_pll_c0", "periph_pll", NULL, 1, 0, 0xAC},
  227. { AGILEX_PERIPH_PLL_C1_CLK, "peri_pll_c1", "periph_pll", NULL, 1, 0, 0xB0},
  228. { AGILEX_PERIPH_PLL_C2_CLK, "peri_pll_c2", "periph_pll", NULL, 1, 0, 0xB8},
  229. { AGILEX_PERIPH_PLL_C3_CLK, "peri_pll_c3", "periph_pll", NULL, 1, 0, 0xBC},
  230. };
  231. static const struct stratix10_perip_cnt_clock agilex_main_perip_cnt_clks[] = {
  232. { AGILEX_MPU_FREE_CLK, "mpu_free_clk", NULL, mpu_free_mux, ARRAY_SIZE(mpu_free_mux),
  233. 0, 0x3C, 0, 0, 0},
  234. { AGILEX_NOC_FREE_CLK, "noc_free_clk", NULL, noc_free_mux, ARRAY_SIZE(noc_free_mux),
  235. 0, 0x40, 0, 0, 0},
  236. { AGILEX_L4_SYS_FREE_CLK, "l4_sys_free_clk", NULL, noc_mux, ARRAY_SIZE(noc_mux), 0,
  237. 0, 4, 0x30, 1},
  238. { AGILEX_EMAC_A_FREE_CLK, "emaca_free_clk", NULL, emaca_free_mux, ARRAY_SIZE(emaca_free_mux),
  239. 0, 0xD4, 0, 0x88, 0},
  240. { AGILEX_EMAC_B_FREE_CLK, "emacb_free_clk", NULL, emacb_free_mux, ARRAY_SIZE(emacb_free_mux),
  241. 0, 0xD8, 0, 0x88, 1},
  242. { AGILEX_EMAC_PTP_FREE_CLK, "emac_ptp_free_clk", NULL, emac_ptp_free_mux,
  243. ARRAY_SIZE(emac_ptp_free_mux), 0, 0xDC, 0, 0x88, 2},
  244. { AGILEX_GPIO_DB_FREE_CLK, "gpio_db_free_clk", NULL, gpio_db_free_mux,
  245. ARRAY_SIZE(gpio_db_free_mux), 0, 0xE0, 0, 0x88, 3},
  246. { AGILEX_SDMMC_FREE_CLK, "sdmmc_free_clk", NULL, sdmmc_free_mux,
  247. ARRAY_SIZE(sdmmc_free_mux), 0, 0xE4, 0, 0, 0},
  248. { AGILEX_S2F_USER0_FREE_CLK, "s2f_user0_free_clk", NULL, s2f_usr0_free_mux,
  249. ARRAY_SIZE(s2f_usr0_free_mux), 0, 0xE8, 0, 0x30, 2},
  250. { AGILEX_S2F_USER1_FREE_CLK, "s2f_user1_free_clk", NULL, s2f_usr1_free_mux,
  251. ARRAY_SIZE(s2f_usr1_free_mux), 0, 0xEC, 0, 0x88, 5},
  252. { AGILEX_PSI_REF_FREE_CLK, "psi_ref_free_clk", NULL, psi_ref_free_mux,
  253. ARRAY_SIZE(psi_ref_free_mux), 0, 0xF0, 0, 0x88, 6},
  254. };
  255. static const struct stratix10_gate_clock agilex_gate_clks[] = {
  256. { AGILEX_MPU_CLK, "mpu_clk", NULL, mpu_mux, ARRAY_SIZE(mpu_mux), 0, 0x24,
  257. 0, 0, 0, 0, 0x30, 0, 0},
  258. { AGILEX_MPU_PERIPH_CLK, "mpu_periph_clk", "mpu_clk", NULL, 1, 0, 0x24,
  259. 0, 0, 0, 0, 0, 0, 4},
  260. { AGILEX_MPU_CCU_CLK, "mpu_ccu_clk", "mpu_clk", NULL, 1, 0, 0x24,
  261. 0, 0, 0, 0, 0, 0, 2},
  262. { AGILEX_L4_MAIN_CLK, "l4_main_clk", NULL, noc_mux, ARRAY_SIZE(noc_mux), 0, 0x24,
  263. 1, 0x44, 0, 2, 0x30, 1, 0},
  264. { AGILEX_L4_MP_CLK, "l4_mp_clk", NULL, noc_mux, ARRAY_SIZE(noc_mux), 0, 0x24,
  265. 2, 0x44, 8, 2, 0x30, 1, 0},
  266. /*
  267. * The l4_sp_clk feeds a 100 MHz clock to various peripherals, one of them
  268. * being the SP timers, thus cannot get gated.
  269. */
  270. { AGILEX_L4_SP_CLK, "l4_sp_clk", NULL, noc_mux, ARRAY_SIZE(noc_mux), CLK_IS_CRITICAL, 0x24,
  271. 3, 0x44, 16, 2, 0x30, 1, 0},
  272. { AGILEX_CS_AT_CLK, "cs_at_clk", NULL, noc_mux, ARRAY_SIZE(noc_mux), 0, 0x24,
  273. 4, 0x44, 24, 2, 0x30, 1, 0},
  274. { AGILEX_CS_TRACE_CLK, "cs_trace_clk", NULL, noc_mux, ARRAY_SIZE(noc_mux), 0, 0x24,
  275. 4, 0x44, 26, 2, 0x30, 1, 0},
  276. { AGILEX_CS_PDBG_CLK, "cs_pdbg_clk", "cs_at_clk", NULL, 1, 0, 0x24,
  277. 4, 0x44, 28, 1, 0, 0, 0},
  278. { AGILEX_CS_TIMER_CLK, "cs_timer_clk", NULL, noc_mux, ARRAY_SIZE(noc_mux), 0, 0x24,
  279. 5, 0, 0, 0, 0x30, 1, 0},
  280. { AGILEX_EMAC0_CLK, "emac0_clk", NULL, emac_mux, ARRAY_SIZE(emac_mux), 0, 0x7C,
  281. 0, 0, 0, 0, 0x94, 26, 0},
  282. { AGILEX_EMAC1_CLK, "emac1_clk", NULL, emac_mux, ARRAY_SIZE(emac_mux), 0, 0x7C,
  283. 1, 0, 0, 0, 0x94, 27, 0},
  284. { AGILEX_EMAC2_CLK, "emac2_clk", NULL, emac_mux, ARRAY_SIZE(emac_mux), 0, 0x7C,
  285. 2, 0, 0, 0, 0x94, 28, 0},
  286. { AGILEX_EMAC_PTP_CLK, "emac_ptp_clk", NULL, emac_ptp_mux, ARRAY_SIZE(emac_ptp_mux), 0, 0x7C,
  287. 3, 0, 0, 0, 0x88, 2, 0},
  288. { AGILEX_GPIO_DB_CLK, "gpio_db_clk", NULL, gpio_db_mux, ARRAY_SIZE(gpio_db_mux), 0, 0x7C,
  289. 4, 0x98, 0, 16, 0x88, 3, 0},
  290. { AGILEX_SDMMC_CLK, "sdmmc_clk", NULL, sdmmc_mux, ARRAY_SIZE(sdmmc_mux), 0, 0x7C,
  291. 5, 0, 0, 0, 0x88, 4, 4},
  292. { AGILEX_S2F_USER0_CLK, "s2f_user0_clk", NULL, s2f_user0_mux, ARRAY_SIZE(s2f_user0_mux), 0, 0x24,
  293. 6, 0, 0, 0, 0x30, 2, 0},
  294. { AGILEX_S2F_USER1_CLK, "s2f_user1_clk", NULL, s2f_user1_mux, ARRAY_SIZE(s2f_user1_mux), 0, 0x7C,
  295. 6, 0, 0, 0, 0x88, 5, 0},
  296. { AGILEX_PSI_REF_CLK, "psi_ref_clk", NULL, psi_mux, ARRAY_SIZE(psi_mux), 0, 0x7C,
  297. 7, 0, 0, 0, 0x88, 6, 0},
  298. { AGILEX_USB_CLK, "usb_clk", "l4_mp_clk", NULL, 1, 0, 0x7C,
  299. 8, 0, 0, 0, 0, 0, 0},
  300. { AGILEX_SPI_M_CLK, "spi_m_clk", "l4_mp_clk", NULL, 1, 0, 0x7C,
  301. 9, 0, 0, 0, 0, 0, 0},
  302. { AGILEX_NAND_X_CLK, "nand_x_clk", "l4_mp_clk", NULL, 1, 0, 0x7C,
  303. 10, 0, 0, 0, 0, 0, 0},
  304. { AGILEX_NAND_CLK, "nand_clk", "nand_x_clk", NULL, 1, 0, 0x7C,
  305. 10, 0, 0, 0, 0, 0, 4},
  306. { AGILEX_NAND_ECC_CLK, "nand_ecc_clk", "nand_x_clk", NULL, 1, 0, 0x7C,
  307. 10, 0, 0, 0, 0, 0, 4},
  308. };
  309. static int n5x_clk_register_c_perip(const struct n5x_perip_c_clock *clks,
  310. int nums, struct stratix10_clock_data *data)
  311. {
  312. struct clk_hw *hw_clk;
  313. void __iomem *base = data->base;
  314. int i;
  315. for (i = 0; i < nums; i++) {
  316. hw_clk = n5x_register_periph(&clks[i], base);
  317. if (IS_ERR(hw_clk)) {
  318. pr_err("%s: failed to register clock %s\n",
  319. __func__, clks[i].name);
  320. continue;
  321. }
  322. data->clk_data.hws[clks[i].id] = hw_clk;
  323. }
  324. return 0;
  325. }
  326. static int agilex_clk_register_c_perip(const struct stratix10_perip_c_clock *clks,
  327. int nums, struct stratix10_clock_data *data)
  328. {
  329. struct clk_hw *hw_clk;
  330. void __iomem *base = data->base;
  331. int i;
  332. for (i = 0; i < nums; i++) {
  333. hw_clk = s10_register_periph(&clks[i], base);
  334. if (IS_ERR(hw_clk)) {
  335. pr_err("%s: failed to register clock %s\n",
  336. __func__, clks[i].name);
  337. continue;
  338. }
  339. data->clk_data.hws[clks[i].id] = hw_clk;
  340. }
  341. return 0;
  342. }
  343. static int agilex_clk_register_cnt_perip(const struct stratix10_perip_cnt_clock *clks,
  344. int nums, struct stratix10_clock_data *data)
  345. {
  346. struct clk_hw *hw_clk;
  347. void __iomem *base = data->base;
  348. int i;
  349. for (i = 0; i < nums; i++) {
  350. hw_clk = s10_register_cnt_periph(&clks[i], base);
  351. if (IS_ERR(hw_clk)) {
  352. pr_err("%s: failed to register clock %s\n",
  353. __func__, clks[i].name);
  354. continue;
  355. }
  356. data->clk_data.hws[clks[i].id] = hw_clk;
  357. }
  358. return 0;
  359. }
  360. static int agilex_clk_register_gate(const struct stratix10_gate_clock *clks,
  361. int nums, struct stratix10_clock_data *data)
  362. {
  363. struct clk_hw *hw_clk;
  364. void __iomem *base = data->base;
  365. int i;
  366. for (i = 0; i < nums; i++) {
  367. hw_clk = agilex_register_gate(&clks[i], base);
  368. if (IS_ERR(hw_clk)) {
  369. pr_err("%s: failed to register clock %s\n",
  370. __func__, clks[i].name);
  371. continue;
  372. }
  373. data->clk_data.hws[clks[i].id] = hw_clk;
  374. }
  375. return 0;
  376. }
  377. static int agilex_clk_register_pll(const struct stratix10_pll_clock *clks,
  378. int nums, struct stratix10_clock_data *data)
  379. {
  380. struct clk_hw *hw_clk;
  381. void __iomem *base = data->base;
  382. int i;
  383. for (i = 0; i < nums; i++) {
  384. hw_clk = agilex_register_pll(&clks[i], base);
  385. if (IS_ERR(hw_clk)) {
  386. pr_err("%s: failed to register clock %s\n",
  387. __func__, clks[i].name);
  388. continue;
  389. }
  390. data->clk_data.hws[clks[i].id] = hw_clk;
  391. }
  392. return 0;
  393. }
  394. static int n5x_clk_register_pll(const struct stratix10_pll_clock *clks,
  395. int nums, struct stratix10_clock_data *data)
  396. {
  397. struct clk_hw *hw_clk;
  398. void __iomem *base = data->base;
  399. int i;
  400. for (i = 0; i < nums; i++) {
  401. hw_clk = n5x_register_pll(&clks[i], base);
  402. if (IS_ERR(hw_clk)) {
  403. pr_err("%s: failed to register clock %s\n",
  404. __func__, clks[i].name);
  405. continue;
  406. }
  407. data->clk_data.hws[clks[i].id] = hw_clk;
  408. }
  409. return 0;
  410. }
  411. static int agilex_clkmgr_init(struct platform_device *pdev)
  412. {
  413. struct device_node *np = pdev->dev.of_node;
  414. struct device *dev = &pdev->dev;
  415. struct stratix10_clock_data *clk_data;
  416. struct resource *res;
  417. void __iomem *base;
  418. int i, num_clks;
  419. res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
  420. base = devm_ioremap_resource(dev, res);
  421. if (IS_ERR(base))
  422. return PTR_ERR(base);
  423. num_clks = AGILEX_NUM_CLKS;
  424. clk_data = devm_kzalloc(dev, struct_size(clk_data, clk_data.hws,
  425. num_clks), GFP_KERNEL);
  426. if (!clk_data)
  427. return -ENOMEM;
  428. for (i = 0; i < num_clks; i++)
  429. clk_data->clk_data.hws[i] = ERR_PTR(-ENOENT);
  430. clk_data->base = base;
  431. clk_data->clk_data.num = num_clks;
  432. agilex_clk_register_pll(agilex_pll_clks, ARRAY_SIZE(agilex_pll_clks), clk_data);
  433. agilex_clk_register_c_perip(agilex_main_perip_c_clks,
  434. ARRAY_SIZE(agilex_main_perip_c_clks), clk_data);
  435. agilex_clk_register_cnt_perip(agilex_main_perip_cnt_clks,
  436. ARRAY_SIZE(agilex_main_perip_cnt_clks),
  437. clk_data);
  438. agilex_clk_register_gate(agilex_gate_clks, ARRAY_SIZE(agilex_gate_clks),
  439. clk_data);
  440. of_clk_add_hw_provider(np, of_clk_hw_onecell_get, &clk_data->clk_data);
  441. return 0;
  442. }
  443. static int n5x_clkmgr_init(struct platform_device *pdev)
  444. {
  445. struct device_node *np = pdev->dev.of_node;
  446. struct device *dev = &pdev->dev;
  447. struct stratix10_clock_data *clk_data;
  448. void __iomem *base;
  449. int i, num_clks;
  450. base = devm_platform_ioremap_resource(pdev, 0);
  451. if (IS_ERR(base))
  452. return PTR_ERR(base);
  453. num_clks = AGILEX_NUM_CLKS;
  454. clk_data = devm_kzalloc(dev, struct_size(clk_data, clk_data.hws,
  455. num_clks), GFP_KERNEL);
  456. if (!clk_data)
  457. return -ENOMEM;
  458. for (i = 0; i < num_clks; i++)
  459. clk_data->clk_data.hws[i] = ERR_PTR(-ENOENT);
  460. clk_data->base = base;
  461. clk_data->clk_data.num = num_clks;
  462. n5x_clk_register_pll(agilex_pll_clks, ARRAY_SIZE(agilex_pll_clks), clk_data);
  463. n5x_clk_register_c_perip(n5x_main_perip_c_clks,
  464. ARRAY_SIZE(n5x_main_perip_c_clks), clk_data);
  465. agilex_clk_register_cnt_perip(agilex_main_perip_cnt_clks,
  466. ARRAY_SIZE(agilex_main_perip_cnt_clks),
  467. clk_data);
  468. agilex_clk_register_gate(agilex_gate_clks, ARRAY_SIZE(agilex_gate_clks),
  469. clk_data);
  470. of_clk_add_hw_provider(np, of_clk_hw_onecell_get, &clk_data->clk_data);
  471. return 0;
  472. }
  473. static int agilex_clkmgr_probe(struct platform_device *pdev)
  474. {
  475. int (*probe_func)(struct platform_device *init_func);
  476. probe_func = of_device_get_match_data(&pdev->dev);
  477. if (!probe_func)
  478. return -ENODEV;
  479. return probe_func(pdev);
  480. }
  481. static const struct of_device_id agilex_clkmgr_match_table[] = {
  482. { .compatible = "intel,agilex-clkmgr",
  483. .data = agilex_clkmgr_init },
  484. { .compatible = "intel,easic-n5x-clkmgr",
  485. .data = n5x_clkmgr_init },
  486. { }
  487. };
  488. static struct platform_driver agilex_clkmgr_driver = {
  489. .probe = agilex_clkmgr_probe,
  490. .driver = {
  491. .name = "agilex-clkmgr",
  492. .suppress_bind_attrs = true,
  493. .of_match_table = agilex_clkmgr_match_table,
  494. },
  495. };
  496. static int __init agilex_clk_init(void)
  497. {
  498. return platform_driver_register(&agilex_clkmgr_driver);
  499. }
  500. core_initcall(agilex_clk_init);