clk-exynos5420.c 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327
  1. /*
  2. * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  3. * Authors: Thomas Abraham <thomas.ab@samsung.com>
  4. * Chander Kashyap <k.chander@samsung.com>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. *
  10. * Common Clock Framework support for Exynos5420 SoC.
  11. */
  12. #include <dt-bindings/clock/exynos5420.h>
  13. #include <linux/clk.h>
  14. #include <linux/clkdev.h>
  15. #include <linux/clk-provider.h>
  16. #include <linux/of.h>
  17. #include <linux/of_address.h>
  18. #include <linux/syscore_ops.h>
  19. #include "clk.h"
  20. #define APLL_LOCK 0x0
  21. #define APLL_CON0 0x100
  22. #define SRC_CPU 0x200
  23. #define DIV_CPU0 0x500
  24. #define DIV_CPU1 0x504
  25. #define GATE_BUS_CPU 0x700
  26. #define GATE_SCLK_CPU 0x800
  27. #define CLKOUT_CMU_CPU 0xa00
  28. #define SRC_MASK_CPERI 0x4300
  29. #define GATE_IP_G2D 0x8800
  30. #define CPLL_LOCK 0x10020
  31. #define DPLL_LOCK 0x10030
  32. #define EPLL_LOCK 0x10040
  33. #define RPLL_LOCK 0x10050
  34. #define IPLL_LOCK 0x10060
  35. #define SPLL_LOCK 0x10070
  36. #define VPLL_LOCK 0x10080
  37. #define MPLL_LOCK 0x10090
  38. #define CPLL_CON0 0x10120
  39. #define DPLL_CON0 0x10128
  40. #define EPLL_CON0 0x10130
  41. #define EPLL_CON1 0x10134
  42. #define EPLL_CON2 0x10138
  43. #define RPLL_CON0 0x10140
  44. #define RPLL_CON1 0x10144
  45. #define RPLL_CON2 0x10148
  46. #define IPLL_CON0 0x10150
  47. #define SPLL_CON0 0x10160
  48. #define VPLL_CON0 0x10170
  49. #define MPLL_CON0 0x10180
  50. #define SRC_TOP0 0x10200
  51. #define SRC_TOP1 0x10204
  52. #define SRC_TOP2 0x10208
  53. #define SRC_TOP3 0x1020c
  54. #define SRC_TOP4 0x10210
  55. #define SRC_TOP5 0x10214
  56. #define SRC_TOP6 0x10218
  57. #define SRC_TOP7 0x1021c
  58. #define SRC_TOP8 0x10220 /* 5800 specific */
  59. #define SRC_TOP9 0x10224 /* 5800 specific */
  60. #define SRC_DISP10 0x1022c
  61. #define SRC_MAU 0x10240
  62. #define SRC_FSYS 0x10244
  63. #define SRC_PERIC0 0x10250
  64. #define SRC_PERIC1 0x10254
  65. #define SRC_ISP 0x10270
  66. #define SRC_CAM 0x10274 /* 5800 specific */
  67. #define SRC_TOP10 0x10280
  68. #define SRC_TOP11 0x10284
  69. #define SRC_TOP12 0x10288
  70. #define SRC_TOP13 0x1028c /* 5800 specific */
  71. #define SRC_MASK_TOP0 0x10300
  72. #define SRC_MASK_TOP1 0x10304
  73. #define SRC_MASK_TOP2 0x10308
  74. #define SRC_MASK_TOP7 0x1031c
  75. #define SRC_MASK_DISP10 0x1032c
  76. #define SRC_MASK_MAU 0x10334
  77. #define SRC_MASK_FSYS 0x10340
  78. #define SRC_MASK_PERIC0 0x10350
  79. #define SRC_MASK_PERIC1 0x10354
  80. #define SRC_MASK_ISP 0x10370
  81. #define DIV_TOP0 0x10500
  82. #define DIV_TOP1 0x10504
  83. #define DIV_TOP2 0x10508
  84. #define DIV_TOP8 0x10520 /* 5800 specific */
  85. #define DIV_TOP9 0x10524 /* 5800 specific */
  86. #define DIV_DISP10 0x1052c
  87. #define DIV_MAU 0x10544
  88. #define DIV_FSYS0 0x10548
  89. #define DIV_FSYS1 0x1054c
  90. #define DIV_FSYS2 0x10550
  91. #define DIV_PERIC0 0x10558
  92. #define DIV_PERIC1 0x1055c
  93. #define DIV_PERIC2 0x10560
  94. #define DIV_PERIC3 0x10564
  95. #define DIV_PERIC4 0x10568
  96. #define DIV_CAM 0x10574 /* 5800 specific */
  97. #define SCLK_DIV_ISP0 0x10580
  98. #define SCLK_DIV_ISP1 0x10584
  99. #define DIV2_RATIO0 0x10590
  100. #define DIV4_RATIO 0x105a0
  101. #define GATE_BUS_TOP 0x10700
  102. #define GATE_BUS_DISP1 0x10728
  103. #define GATE_BUS_GEN 0x1073c
  104. #define GATE_BUS_FSYS0 0x10740
  105. #define GATE_BUS_FSYS2 0x10748
  106. #define GATE_BUS_PERIC 0x10750
  107. #define GATE_BUS_PERIC1 0x10754
  108. #define GATE_BUS_PERIS0 0x10760
  109. #define GATE_BUS_PERIS1 0x10764
  110. #define GATE_BUS_NOC 0x10770
  111. #define GATE_TOP_SCLK_ISP 0x10870
  112. #define GATE_IP_GSCL0 0x10910
  113. #define GATE_IP_GSCL1 0x10920
  114. #define GATE_IP_CAM 0x10924 /* 5800 specific */
  115. #define GATE_IP_MFC 0x1092c
  116. #define GATE_IP_DISP1 0x10928
  117. #define GATE_IP_G3D 0x10930
  118. #define GATE_IP_GEN 0x10934
  119. #define GATE_IP_FSYS 0x10944
  120. #define GATE_IP_PERIC 0x10950
  121. #define GATE_IP_PERIS 0x10960
  122. #define GATE_IP_MSCL 0x10970
  123. #define GATE_TOP_SCLK_GSCL 0x10820
  124. #define GATE_TOP_SCLK_DISP1 0x10828
  125. #define GATE_TOP_SCLK_MAU 0x1083c
  126. #define GATE_TOP_SCLK_FSYS 0x10840
  127. #define GATE_TOP_SCLK_PERIC 0x10850
  128. #define TOP_SPARE2 0x10b08
  129. #define BPLL_LOCK 0x20010
  130. #define BPLL_CON0 0x20110
  131. #define KPLL_LOCK 0x28000
  132. #define KPLL_CON0 0x28100
  133. #define SRC_KFC 0x28200
  134. #define DIV_KFC0 0x28500
  135. /* Exynos5x SoC type */
  136. enum exynos5x_soc {
  137. EXYNOS5420,
  138. EXYNOS5800,
  139. };
  140. /* list of PLLs */
  141. enum exynos5x_plls {
  142. apll, cpll, dpll, epll, rpll, ipll, spll, vpll, mpll,
  143. bpll, kpll,
  144. nr_plls /* number of PLLs */
  145. };
  146. static void __iomem *reg_base;
  147. static enum exynos5x_soc exynos5x_soc;
  148. #ifdef CONFIG_PM_SLEEP
  149. static struct samsung_clk_reg_dump *exynos5x_save;
  150. static struct samsung_clk_reg_dump *exynos5800_save;
  151. /*
  152. * list of controller registers to be saved and restored during a
  153. * suspend/resume cycle.
  154. */
  155. static unsigned long exynos5x_clk_regs[] __initdata = {
  156. SRC_CPU,
  157. DIV_CPU0,
  158. DIV_CPU1,
  159. GATE_BUS_CPU,
  160. GATE_SCLK_CPU,
  161. CLKOUT_CMU_CPU,
  162. EPLL_CON0,
  163. EPLL_CON1,
  164. EPLL_CON2,
  165. RPLL_CON0,
  166. RPLL_CON1,
  167. RPLL_CON2,
  168. SRC_TOP0,
  169. SRC_TOP1,
  170. SRC_TOP2,
  171. SRC_TOP3,
  172. SRC_TOP4,
  173. SRC_TOP5,
  174. SRC_TOP6,
  175. SRC_TOP7,
  176. SRC_DISP10,
  177. SRC_MAU,
  178. SRC_FSYS,
  179. SRC_PERIC0,
  180. SRC_PERIC1,
  181. SRC_TOP10,
  182. SRC_TOP11,
  183. SRC_TOP12,
  184. SRC_MASK_TOP2,
  185. SRC_MASK_TOP7,
  186. SRC_MASK_DISP10,
  187. SRC_MASK_FSYS,
  188. SRC_MASK_PERIC0,
  189. SRC_MASK_PERIC1,
  190. SRC_MASK_TOP0,
  191. SRC_MASK_TOP1,
  192. SRC_MASK_MAU,
  193. SRC_MASK_ISP,
  194. SRC_ISP,
  195. DIV_TOP0,
  196. DIV_TOP1,
  197. DIV_TOP2,
  198. DIV_DISP10,
  199. DIV_MAU,
  200. DIV_FSYS0,
  201. DIV_FSYS1,
  202. DIV_FSYS2,
  203. DIV_PERIC0,
  204. DIV_PERIC1,
  205. DIV_PERIC2,
  206. DIV_PERIC3,
  207. DIV_PERIC4,
  208. SCLK_DIV_ISP0,
  209. SCLK_DIV_ISP1,
  210. DIV2_RATIO0,
  211. DIV4_RATIO,
  212. GATE_BUS_DISP1,
  213. GATE_BUS_TOP,
  214. GATE_BUS_GEN,
  215. GATE_BUS_FSYS0,
  216. GATE_BUS_FSYS2,
  217. GATE_BUS_PERIC,
  218. GATE_BUS_PERIC1,
  219. GATE_BUS_PERIS0,
  220. GATE_BUS_PERIS1,
  221. GATE_BUS_NOC,
  222. GATE_TOP_SCLK_ISP,
  223. GATE_IP_GSCL0,
  224. GATE_IP_GSCL1,
  225. GATE_IP_MFC,
  226. GATE_IP_DISP1,
  227. GATE_IP_G3D,
  228. GATE_IP_GEN,
  229. GATE_IP_FSYS,
  230. GATE_IP_PERIC,
  231. GATE_IP_PERIS,
  232. GATE_IP_MSCL,
  233. GATE_TOP_SCLK_GSCL,
  234. GATE_TOP_SCLK_DISP1,
  235. GATE_TOP_SCLK_MAU,
  236. GATE_TOP_SCLK_FSYS,
  237. GATE_TOP_SCLK_PERIC,
  238. TOP_SPARE2,
  239. SRC_KFC,
  240. DIV_KFC0,
  241. };
  242. static unsigned long exynos5800_clk_regs[] __initdata = {
  243. SRC_TOP8,
  244. SRC_TOP9,
  245. SRC_CAM,
  246. SRC_TOP1,
  247. DIV_TOP8,
  248. DIV_TOP9,
  249. DIV_CAM,
  250. GATE_IP_CAM,
  251. };
  252. static const struct samsung_clk_reg_dump exynos5420_set_clksrc[] = {
  253. { .offset = SRC_MASK_CPERI, .value = 0xffffffff, },
  254. { .offset = SRC_MASK_TOP0, .value = 0x11111111, },
  255. { .offset = SRC_MASK_TOP1, .value = 0x11101111, },
  256. { .offset = SRC_MASK_TOP2, .value = 0x11111110, },
  257. { .offset = SRC_MASK_TOP7, .value = 0x00111100, },
  258. { .offset = SRC_MASK_DISP10, .value = 0x11111110, },
  259. { .offset = SRC_MASK_MAU, .value = 0x10000000, },
  260. { .offset = SRC_MASK_FSYS, .value = 0x11111110, },
  261. { .offset = SRC_MASK_PERIC0, .value = 0x11111110, },
  262. { .offset = SRC_MASK_PERIC1, .value = 0x11111100, },
  263. { .offset = SRC_MASK_ISP, .value = 0x11111000, },
  264. { .offset = GATE_BUS_DISP1, .value = 0xffffffff, },
  265. { .offset = GATE_IP_PERIC, .value = 0xffffffff, },
  266. };
  267. static int exynos5420_clk_suspend(void)
  268. {
  269. samsung_clk_save(reg_base, exynos5x_save,
  270. ARRAY_SIZE(exynos5x_clk_regs));
  271. if (exynos5x_soc == EXYNOS5800)
  272. samsung_clk_save(reg_base, exynos5800_save,
  273. ARRAY_SIZE(exynos5800_clk_regs));
  274. samsung_clk_restore(reg_base, exynos5420_set_clksrc,
  275. ARRAY_SIZE(exynos5420_set_clksrc));
  276. return 0;
  277. }
  278. static void exynos5420_clk_resume(void)
  279. {
  280. samsung_clk_restore(reg_base, exynos5x_save,
  281. ARRAY_SIZE(exynos5x_clk_regs));
  282. if (exynos5x_soc == EXYNOS5800)
  283. samsung_clk_restore(reg_base, exynos5800_save,
  284. ARRAY_SIZE(exynos5800_clk_regs));
  285. }
  286. static struct syscore_ops exynos5420_clk_syscore_ops = {
  287. .suspend = exynos5420_clk_suspend,
  288. .resume = exynos5420_clk_resume,
  289. };
  290. static void exynos5420_clk_sleep_init(void)
  291. {
  292. exynos5x_save = samsung_clk_alloc_reg_dump(exynos5x_clk_regs,
  293. ARRAY_SIZE(exynos5x_clk_regs));
  294. if (!exynos5x_save) {
  295. pr_warn("%s: failed to allocate sleep save data, no sleep support!\n",
  296. __func__);
  297. return;
  298. }
  299. if (exynos5x_soc == EXYNOS5800) {
  300. exynos5800_save =
  301. samsung_clk_alloc_reg_dump(exynos5800_clk_regs,
  302. ARRAY_SIZE(exynos5800_clk_regs));
  303. if (!exynos5800_save)
  304. goto err_soc;
  305. }
  306. register_syscore_ops(&exynos5420_clk_syscore_ops);
  307. return;
  308. err_soc:
  309. kfree(exynos5x_save);
  310. pr_warn("%s: failed to allocate sleep save data, no sleep support!\n",
  311. __func__);
  312. return;
  313. }
  314. #else
  315. static void exynos5420_clk_sleep_init(void) {}
  316. #endif
  317. /* list of all parent clocks */
  318. PNAME(mout_mspll_cpu_p) = {"mout_sclk_cpll", "mout_sclk_dpll",
  319. "mout_sclk_mpll", "mout_sclk_spll"};
  320. PNAME(mout_cpu_p) = {"mout_apll" , "mout_mspll_cpu"};
  321. PNAME(mout_kfc_p) = {"mout_kpll" , "mout_mspll_kfc"};
  322. PNAME(mout_apll_p) = {"fin_pll", "fout_apll"};
  323. PNAME(mout_bpll_p) = {"fin_pll", "fout_bpll"};
  324. PNAME(mout_cpll_p) = {"fin_pll", "fout_cpll"};
  325. PNAME(mout_dpll_p) = {"fin_pll", "fout_dpll"};
  326. PNAME(mout_epll_p) = {"fin_pll", "fout_epll"};
  327. PNAME(mout_ipll_p) = {"fin_pll", "fout_ipll"};
  328. PNAME(mout_kpll_p) = {"fin_pll", "fout_kpll"};
  329. PNAME(mout_mpll_p) = {"fin_pll", "fout_mpll"};
  330. PNAME(mout_rpll_p) = {"fin_pll", "fout_rpll"};
  331. PNAME(mout_spll_p) = {"fin_pll", "fout_spll"};
  332. PNAME(mout_vpll_p) = {"fin_pll", "fout_vpll"};
  333. PNAME(mout_group1_p) = {"mout_sclk_cpll", "mout_sclk_dpll",
  334. "mout_sclk_mpll"};
  335. PNAME(mout_group2_p) = {"fin_pll", "mout_sclk_cpll",
  336. "mout_sclk_dpll", "mout_sclk_mpll", "mout_sclk_spll",
  337. "mout_sclk_ipll", "mout_sclk_epll", "mout_sclk_rpll"};
  338. PNAME(mout_group3_p) = {"mout_sclk_rpll", "mout_sclk_spll"};
  339. PNAME(mout_group4_p) = {"mout_sclk_ipll", "mout_sclk_dpll", "mout_sclk_mpll"};
  340. PNAME(mout_group5_p) = {"mout_sclk_vpll", "mout_sclk_dpll"};
  341. PNAME(mout_fimd1_final_p) = {"mout_fimd1", "mout_fimd1_opt"};
  342. PNAME(mout_sw_aclk66_p) = {"dout_aclk66", "mout_sclk_spll"};
  343. PNAME(mout_user_aclk66_peric_p) = { "fin_pll", "mout_sw_aclk66"};
  344. PNAME(mout_user_pclk66_gpio_p) = {"mout_sw_aclk66", "ff_sw_aclk66"};
  345. PNAME(mout_sw_aclk200_fsys_p) = {"dout_aclk200_fsys", "mout_sclk_spll"};
  346. PNAME(mout_sw_pclk200_fsys_p) = {"dout_pclk200_fsys", "mout_sclk_spll"};
  347. PNAME(mout_user_pclk200_fsys_p) = {"fin_pll", "mout_sw_pclk200_fsys"};
  348. PNAME(mout_user_aclk200_fsys_p) = {"fin_pll", "mout_sw_aclk200_fsys"};
  349. PNAME(mout_sw_aclk200_fsys2_p) = {"dout_aclk200_fsys2", "mout_sclk_spll"};
  350. PNAME(mout_user_aclk200_fsys2_p) = {"fin_pll", "mout_sw_aclk200_fsys2"};
  351. PNAME(mout_sw_aclk100_noc_p) = {"dout_aclk100_noc", "mout_sclk_spll"};
  352. PNAME(mout_user_aclk100_noc_p) = {"fin_pll", "mout_sw_aclk100_noc"};
  353. PNAME(mout_sw_aclk400_wcore_p) = {"dout_aclk400_wcore", "mout_sclk_spll"};
  354. PNAME(mout_aclk400_wcore_bpll_p) = {"mout_aclk400_wcore", "sclk_bpll"};
  355. PNAME(mout_user_aclk400_wcore_p) = {"fin_pll", "mout_sw_aclk400_wcore"};
  356. PNAME(mout_sw_aclk400_isp_p) = {"dout_aclk400_isp", "mout_sclk_spll"};
  357. PNAME(mout_user_aclk400_isp_p) = {"fin_pll", "mout_sw_aclk400_isp"};
  358. PNAME(mout_sw_aclk333_432_isp0_p) = {"dout_aclk333_432_isp0",
  359. "mout_sclk_spll"};
  360. PNAME(mout_user_aclk333_432_isp0_p) = {"fin_pll", "mout_sw_aclk333_432_isp0"};
  361. PNAME(mout_sw_aclk333_432_isp_p) = {"dout_aclk333_432_isp", "mout_sclk_spll"};
  362. PNAME(mout_user_aclk333_432_isp_p) = {"fin_pll", "mout_sw_aclk333_432_isp"};
  363. PNAME(mout_sw_aclk200_p) = {"dout_aclk200", "mout_sclk_spll"};
  364. PNAME(mout_user_aclk200_disp1_p) = {"fin_pll", "mout_sw_aclk200"};
  365. PNAME(mout_sw_aclk400_mscl_p) = {"dout_aclk400_mscl", "mout_sclk_spll"};
  366. PNAME(mout_user_aclk400_mscl_p) = {"fin_pll", "mout_sw_aclk400_mscl"};
  367. PNAME(mout_sw_aclk333_p) = {"dout_aclk333", "mout_sclk_spll"};
  368. PNAME(mout_user_aclk333_p) = {"fin_pll", "mout_sw_aclk333"};
  369. PNAME(mout_sw_aclk166_p) = {"dout_aclk166", "mout_sclk_spll"};
  370. PNAME(mout_user_aclk166_p) = {"fin_pll", "mout_sw_aclk166"};
  371. PNAME(mout_sw_aclk266_p) = {"dout_aclk266", "mout_sclk_spll"};
  372. PNAME(mout_user_aclk266_p) = {"fin_pll", "mout_sw_aclk266"};
  373. PNAME(mout_user_aclk266_isp_p) = {"fin_pll", "mout_sw_aclk266"};
  374. PNAME(mout_sw_aclk333_432_gscl_p) = {"dout_aclk333_432_gscl", "mout_sclk_spll"};
  375. PNAME(mout_user_aclk333_432_gscl_p) = {"fin_pll", "mout_sw_aclk333_432_gscl"};
  376. PNAME(mout_sw_aclk300_gscl_p) = {"dout_aclk300_gscl", "mout_sclk_spll"};
  377. PNAME(mout_user_aclk300_gscl_p) = {"fin_pll", "mout_sw_aclk300_gscl"};
  378. PNAME(mout_sw_aclk300_disp1_p) = {"dout_aclk300_disp1", "mout_sclk_spll"};
  379. PNAME(mout_sw_aclk400_disp1_p) = {"dout_aclk400_disp1", "mout_sclk_spll"};
  380. PNAME(mout_user_aclk300_disp1_p) = {"fin_pll", "mout_sw_aclk300_disp1"};
  381. PNAME(mout_user_aclk400_disp1_p) = {"fin_pll", "mout_sw_aclk400_disp1"};
  382. PNAME(mout_sw_aclk300_jpeg_p) = {"dout_aclk300_jpeg", "mout_sclk_spll"};
  383. PNAME(mout_user_aclk300_jpeg_p) = {"fin_pll", "mout_sw_aclk300_jpeg"};
  384. PNAME(mout_sw_aclk_g3d_p) = {"dout_aclk_g3d", "mout_sclk_spll"};
  385. PNAME(mout_user_aclk_g3d_p) = {"fin_pll", "mout_sw_aclk_g3d"};
  386. PNAME(mout_sw_aclk266_g2d_p) = {"dout_aclk266_g2d", "mout_sclk_spll"};
  387. PNAME(mout_user_aclk266_g2d_p) = {"fin_pll", "mout_sw_aclk266_g2d"};
  388. PNAME(mout_sw_aclk333_g2d_p) = {"dout_aclk333_g2d", "mout_sclk_spll"};
  389. PNAME(mout_user_aclk333_g2d_p) = {"fin_pll", "mout_sw_aclk333_g2d"};
  390. PNAME(mout_audio0_p) = {"fin_pll", "cdclk0", "mout_sclk_dpll",
  391. "mout_sclk_mpll", "mout_sclk_spll", "mout_sclk_ipll",
  392. "mout_sclk_epll", "mout_sclk_rpll"};
  393. PNAME(mout_audio1_p) = {"fin_pll", "cdclk1", "mout_sclk_dpll",
  394. "mout_sclk_mpll", "mout_sclk_spll", "mout_sclk_ipll",
  395. "mout_sclk_epll", "mout_sclk_rpll"};
  396. PNAME(mout_audio2_p) = {"fin_pll", "cdclk2", "mout_sclk_dpll",
  397. "mout_sclk_mpll", "mout_sclk_spll", "mout_sclk_ipll",
  398. "mout_sclk_epll", "mout_sclk_rpll"};
  399. PNAME(mout_spdif_p) = {"fin_pll", "dout_audio0", "dout_audio1",
  400. "dout_audio2", "spdif_extclk", "mout_sclk_ipll",
  401. "mout_sclk_epll", "mout_sclk_rpll"};
  402. PNAME(mout_hdmi_p) = {"dout_hdmi_pixel", "sclk_hdmiphy"};
  403. PNAME(mout_maudio0_p) = {"fin_pll", "maudio_clk", "mout_sclk_dpll",
  404. "mout_sclk_mpll", "mout_sclk_spll", "mout_sclk_ipll",
  405. "mout_sclk_epll", "mout_sclk_rpll"};
  406. PNAME(mout_mau_epll_clk_p) = {"mout_sclk_epll", "mout_sclk_dpll",
  407. "mout_sclk_mpll", "mout_sclk_spll"};
  408. /* List of parents specific to exynos5800 */
  409. PNAME(mout_epll2_5800_p) = { "mout_sclk_epll", "ff_dout_epll2" };
  410. PNAME(mout_group1_5800_p) = { "mout_sclk_cpll", "mout_sclk_dpll",
  411. "mout_sclk_mpll", "ff_dout_spll2" };
  412. PNAME(mout_group2_5800_p) = { "mout_sclk_cpll", "mout_sclk_dpll",
  413. "mout_sclk_mpll", "ff_dout_spll2",
  414. "mout_epll2", "mout_sclk_ipll" };
  415. PNAME(mout_group3_5800_p) = { "mout_sclk_cpll", "mout_sclk_dpll",
  416. "mout_sclk_mpll", "ff_dout_spll2",
  417. "mout_epll2" };
  418. PNAME(mout_group5_5800_p) = { "mout_sclk_cpll", "mout_sclk_dpll",
  419. "mout_sclk_mpll", "mout_sclk_spll" };
  420. PNAME(mout_group6_5800_p) = { "mout_sclk_ipll", "mout_sclk_dpll",
  421. "mout_sclk_mpll", "ff_dout_spll2" };
  422. PNAME(mout_group7_5800_p) = { "mout_sclk_cpll", "mout_sclk_dpll",
  423. "mout_sclk_mpll", "mout_sclk_spll",
  424. "mout_epll2", "mout_sclk_ipll" };
  425. PNAME(mout_mau_epll_clk_5800_p) = { "mout_sclk_epll", "mout_sclk_dpll",
  426. "mout_sclk_mpll",
  427. "ff_dout_spll2" };
  428. PNAME(mout_group8_5800_p) = { "dout_aclk432_scaler", "dout_sclk_sw" };
  429. PNAME(mout_group9_5800_p) = { "dout_osc_div", "mout_sw_aclk432_scaler" };
  430. PNAME(mout_group10_5800_p) = { "dout_aclk432_cam", "dout_sclk_sw" };
  431. PNAME(mout_group11_5800_p) = { "dout_osc_div", "mout_sw_aclk432_cam" };
  432. PNAME(mout_group12_5800_p) = { "dout_aclkfl1_550_cam", "dout_sclk_sw" };
  433. PNAME(mout_group13_5800_p) = { "dout_osc_div", "mout_sw_aclkfl1_550_cam" };
  434. PNAME(mout_group14_5800_p) = { "dout_aclk550_cam", "dout_sclk_sw" };
  435. PNAME(mout_group15_5800_p) = { "dout_osc_div", "mout_sw_aclk550_cam" };
  436. /* fixed rate clocks generated outside the soc */
  437. static struct samsung_fixed_rate_clock
  438. exynos5x_fixed_rate_ext_clks[] __initdata = {
  439. FRATE(CLK_FIN_PLL, "fin_pll", NULL, CLK_IS_ROOT, 0),
  440. };
  441. /* fixed rate clocks generated inside the soc */
  442. static struct samsung_fixed_rate_clock exynos5x_fixed_rate_clks[] __initdata = {
  443. FRATE(CLK_SCLK_HDMIPHY, "sclk_hdmiphy", NULL, CLK_IS_ROOT, 24000000),
  444. FRATE(0, "sclk_pwi", NULL, CLK_IS_ROOT, 24000000),
  445. FRATE(0, "sclk_usbh20", NULL, CLK_IS_ROOT, 48000000),
  446. FRATE(0, "mphy_refclk_ixtal24", NULL, CLK_IS_ROOT, 48000000),
  447. FRATE(0, "sclk_usbh20_scan_clk", NULL, CLK_IS_ROOT, 480000000),
  448. };
  449. static struct samsung_fixed_factor_clock
  450. exynos5x_fixed_factor_clks[] __initdata = {
  451. FFACTOR(0, "ff_hsic_12m", "fin_pll", 1, 2, 0),
  452. FFACTOR(0, "ff_sw_aclk66", "mout_sw_aclk66", 1, 2, 0),
  453. };
  454. static struct samsung_fixed_factor_clock
  455. exynos5800_fixed_factor_clks[] __initdata = {
  456. FFACTOR(0, "ff_dout_epll2", "mout_sclk_epll", 1, 2, 0),
  457. FFACTOR(0, "ff_dout_spll2", "mout_sclk_spll", 1, 2, 0),
  458. };
  459. struct samsung_mux_clock exynos5800_mux_clks[] __initdata = {
  460. MUX(0, "mout_aclk400_isp", mout_group3_5800_p, SRC_TOP0, 0, 3),
  461. MUX(0, "mout_aclk400_mscl", mout_group3_5800_p, SRC_TOP0, 4, 3),
  462. MUX(0, "mout_aclk400_wcore", mout_group2_5800_p, SRC_TOP0, 16, 3),
  463. MUX(0, "mout_aclk100_noc", mout_group1_5800_p, SRC_TOP0, 20, 2),
  464. MUX(0, "mout_aclk333_432_gscl", mout_group6_5800_p, SRC_TOP1, 0, 2),
  465. MUX(0, "mout_aclk333_432_isp", mout_group6_5800_p, SRC_TOP1, 4, 2),
  466. MUX(0, "mout_aclk333_432_isp0", mout_group6_5800_p, SRC_TOP1, 12, 2),
  467. MUX(0, "mout_aclk266", mout_group5_5800_p, SRC_TOP1, 20, 2),
  468. MUX(0, "mout_aclk333", mout_group1_5800_p, SRC_TOP1, 28, 2),
  469. MUX(0, "mout_aclk400_disp1", mout_group7_5800_p, SRC_TOP2, 4, 3),
  470. MUX(0, "mout_aclk333_g2d", mout_group5_5800_p, SRC_TOP2, 8, 2),
  471. MUX(0, "mout_aclk266_g2d", mout_group5_5800_p, SRC_TOP2, 12, 2),
  472. MUX(0, "mout_aclk300_jpeg", mout_group5_5800_p, SRC_TOP2, 20, 2),
  473. MUX(0, "mout_aclk300_disp1", mout_group5_5800_p, SRC_TOP2, 24, 2),
  474. MUX(0, "mout_aclk300_gscl", mout_group5_5800_p, SRC_TOP2, 28, 2),
  475. MUX(0, "mout_mau_epll_clk", mout_mau_epll_clk_5800_p, SRC_TOP7,
  476. 20, 2),
  477. MUX(0, "sclk_bpll", mout_bpll_p, SRC_TOP7, 24, 1),
  478. MUX(0, "mout_epll2", mout_epll2_5800_p, SRC_TOP7, 28, 1),
  479. MUX(0, "mout_aclk550_cam", mout_group3_5800_p, SRC_TOP8, 16, 3),
  480. MUX(0, "mout_aclkfl1_550_cam", mout_group3_5800_p, SRC_TOP8, 20, 3),
  481. MUX(0, "mout_aclk432_cam", mout_group6_5800_p, SRC_TOP8, 24, 2),
  482. MUX(0, "mout_aclk432_scaler", mout_group6_5800_p, SRC_TOP8, 28, 2),
  483. MUX(0, "mout_user_aclk550_cam", mout_group15_5800_p,
  484. SRC_TOP9, 16, 1),
  485. MUX(0, "mout_user_aclkfl1_550_cam", mout_group13_5800_p,
  486. SRC_TOP9, 20, 1),
  487. MUX(0, "mout_user_aclk432_cam", mout_group11_5800_p,
  488. SRC_TOP9, 24, 1),
  489. MUX(0, "mout_user_aclk432_scaler", mout_group9_5800_p,
  490. SRC_TOP9, 28, 1),
  491. MUX(0, "mout_sw_aclk550_cam", mout_group14_5800_p, SRC_TOP13, 16, 1),
  492. MUX(0, "mout_sw_aclkfl1_550_cam", mout_group12_5800_p,
  493. SRC_TOP13, 20, 1),
  494. MUX(0, "mout_sw_aclk432_cam", mout_group10_5800_p,
  495. SRC_TOP13, 24, 1),
  496. MUX(0, "mout_sw_aclk432_scaler", mout_group8_5800_p,
  497. SRC_TOP13, 28, 1),
  498. MUX(0, "mout_fimd1", mout_group2_p, SRC_DISP10, 4, 3),
  499. };
  500. struct samsung_div_clock exynos5800_div_clks[] __initdata = {
  501. DIV(0, "dout_aclk400_wcore", "mout_aclk400_wcore", DIV_TOP0, 16, 3),
  502. DIV(0, "dout_aclk550_cam", "mout_aclk550_cam",
  503. DIV_TOP8, 16, 3),
  504. DIV(0, "dout_aclkfl1_550_cam", "mout_aclkfl1_550_cam",
  505. DIV_TOP8, 20, 3),
  506. DIV(0, "dout_aclk432_cam", "mout_aclk432_cam",
  507. DIV_TOP8, 24, 3),
  508. DIV(0, "dout_aclk432_scaler", "mout_aclk432_scaler",
  509. DIV_TOP8, 28, 3),
  510. DIV(0, "dout_osc_div", "fin_pll", DIV_TOP9, 20, 3),
  511. DIV(0, "dout_sclk_sw", "sclk_spll", DIV_TOP9, 24, 6),
  512. };
  513. struct samsung_gate_clock exynos5800_gate_clks[] __initdata = {
  514. GATE(CLK_ACLK550_CAM, "aclk550_cam", "mout_user_aclk550_cam",
  515. GATE_BUS_TOP, 24, 0, 0),
  516. GATE(CLK_ACLK432_SCALER, "aclk432_scaler", "mout_user_aclk432_scaler",
  517. GATE_BUS_TOP, 27, 0, 0),
  518. };
  519. struct samsung_mux_clock exynos5420_mux_clks[] __initdata = {
  520. MUX(0, "sclk_bpll", mout_bpll_p, TOP_SPARE2, 0, 1),
  521. MUX(0, "mout_aclk400_wcore_bpll", mout_aclk400_wcore_bpll_p,
  522. TOP_SPARE2, 4, 1),
  523. MUX(0, "mout_aclk400_isp", mout_group1_p, SRC_TOP0, 0, 2),
  524. MUX_A(0, "mout_aclk400_mscl", mout_group1_p,
  525. SRC_TOP0, 4, 2, "aclk400_mscl"),
  526. MUX(0, "mout_aclk400_wcore", mout_group1_p, SRC_TOP0, 16, 2),
  527. MUX(0, "mout_aclk100_noc", mout_group1_p, SRC_TOP0, 20, 2),
  528. MUX(0, "mout_aclk333_432_gscl", mout_group4_p, SRC_TOP1, 0, 2),
  529. MUX(0, "mout_aclk333_432_isp", mout_group4_p,
  530. SRC_TOP1, 4, 2),
  531. MUX(0, "mout_aclk333_432_isp0", mout_group4_p, SRC_TOP1, 12, 2),
  532. MUX(0, "mout_aclk266", mout_group1_p, SRC_TOP1, 20, 2),
  533. MUX(0, "mout_aclk333", mout_group1_p, SRC_TOP1, 28, 2),
  534. MUX(0, "mout_aclk400_disp1", mout_group1_p, SRC_TOP2, 4, 2),
  535. MUX(0, "mout_aclk333_g2d", mout_group1_p, SRC_TOP2, 8, 2),
  536. MUX(0, "mout_aclk266_g2d", mout_group1_p, SRC_TOP2, 12, 2),
  537. MUX(0, "mout_aclk300_jpeg", mout_group1_p, SRC_TOP2, 20, 2),
  538. MUX(0, "mout_aclk300_disp1", mout_group1_p, SRC_TOP2, 24, 2),
  539. MUX(0, "mout_aclk300_gscl", mout_group1_p, SRC_TOP2, 28, 2),
  540. MUX(0, "mout_mau_epll_clk", mout_mau_epll_clk_p, SRC_TOP7, 20, 2),
  541. MUX(0, "mout_fimd1", mout_group3_p, SRC_DISP10, 4, 1),
  542. };
  543. struct samsung_div_clock exynos5420_div_clks[] __initdata = {
  544. DIV(0, "dout_aclk400_wcore", "mout_aclk400_wcore_bpll",
  545. DIV_TOP0, 16, 3),
  546. };
  547. static struct samsung_mux_clock exynos5x_mux_clks[] __initdata = {
  548. MUX(0, "mout_user_pclk66_gpio", mout_user_pclk66_gpio_p,
  549. SRC_TOP7, 4, 1),
  550. MUX(0, "mout_mspll_kfc", mout_mspll_cpu_p, SRC_TOP7, 8, 2),
  551. MUX(0, "mout_mspll_cpu", mout_mspll_cpu_p, SRC_TOP7, 12, 2),
  552. MUX(0, "mout_apll", mout_apll_p, SRC_CPU, 0, 1),
  553. MUX(0, "mout_cpu", mout_cpu_p, SRC_CPU, 16, 1),
  554. MUX(0, "mout_kpll", mout_kpll_p, SRC_KFC, 0, 1),
  555. MUX(0, "mout_kfc", mout_kfc_p, SRC_KFC, 16, 1),
  556. MUX(0, "mout_aclk200", mout_group1_p, SRC_TOP0, 8, 2),
  557. MUX(0, "mout_aclk200_fsys2", mout_group1_p, SRC_TOP0, 12, 2),
  558. MUX(0, "mout_pclk200_fsys", mout_group1_p, SRC_TOP0, 24, 2),
  559. MUX(0, "mout_aclk200_fsys", mout_group1_p, SRC_TOP0, 28, 2),
  560. MUX(0, "mout_aclk66", mout_group1_p, SRC_TOP1, 8, 2),
  561. MUX(0, "mout_aclk166", mout_group1_p, SRC_TOP1, 24, 2),
  562. MUX(0, "mout_aclk_g3d", mout_group5_p, SRC_TOP2, 16, 1),
  563. MUX(0, "mout_user_aclk400_isp", mout_user_aclk400_isp_p,
  564. SRC_TOP3, 0, 1),
  565. MUX(0, "mout_user_aclk400_mscl", mout_user_aclk400_mscl_p,
  566. SRC_TOP3, 4, 1),
  567. MUX(0, "mout_user_aclk200_disp1", mout_user_aclk200_disp1_p,
  568. SRC_TOP3, 8, 1),
  569. MUX(0, "mout_user_aclk200_fsys2", mout_user_aclk200_fsys2_p,
  570. SRC_TOP3, 12, 1),
  571. MUX(0, "mout_user_aclk400_wcore", mout_user_aclk400_wcore_p,
  572. SRC_TOP3, 16, 1),
  573. MUX(0, "mout_user_aclk100_noc", mout_user_aclk100_noc_p,
  574. SRC_TOP3, 20, 1),
  575. MUX(0, "mout_user_pclk200_fsys", mout_user_pclk200_fsys_p,
  576. SRC_TOP3, 24, 1),
  577. MUX(0, "mout_user_aclk200_fsys", mout_user_aclk200_fsys_p,
  578. SRC_TOP3, 28, 1),
  579. MUX(0, "mout_user_aclk333_432_gscl", mout_user_aclk333_432_gscl_p,
  580. SRC_TOP4, 0, 1),
  581. MUX(0, "mout_user_aclk333_432_isp", mout_user_aclk333_432_isp_p,
  582. SRC_TOP4, 4, 1),
  583. MUX(0, "mout_user_aclk66_peric", mout_user_aclk66_peric_p,
  584. SRC_TOP4, 8, 1),
  585. MUX(0, "mout_user_aclk333_432_isp0", mout_user_aclk333_432_isp0_p,
  586. SRC_TOP4, 12, 1),
  587. MUX(0, "mout_user_aclk266_isp", mout_user_aclk266_isp_p,
  588. SRC_TOP4, 16, 1),
  589. MUX(0, "mout_user_aclk266", mout_user_aclk266_p, SRC_TOP4, 20, 1),
  590. MUX(0, "mout_user_aclk166", mout_user_aclk166_p, SRC_TOP4, 24, 1),
  591. MUX(CLK_MOUT_USER_ACLK333, "mout_user_aclk333", mout_user_aclk333_p,
  592. SRC_TOP4, 28, 1),
  593. MUX(0, "mout_user_aclk400_disp1", mout_user_aclk400_disp1_p,
  594. SRC_TOP5, 0, 1),
  595. MUX(0, "mout_user_aclk66_psgen", mout_user_aclk66_peric_p,
  596. SRC_TOP5, 4, 1),
  597. MUX(0, "mout_user_aclk333_g2d", mout_user_aclk333_g2d_p,
  598. SRC_TOP5, 8, 1),
  599. MUX(0, "mout_user_aclk266_g2d", mout_user_aclk266_g2d_p,
  600. SRC_TOP5, 12, 1),
  601. MUX(CLK_MOUT_G3D, "mout_user_aclk_g3d", mout_user_aclk_g3d_p,
  602. SRC_TOP5, 16, 1),
  603. MUX(0, "mout_user_aclk300_jpeg", mout_user_aclk300_jpeg_p,
  604. SRC_TOP5, 20, 1),
  605. MUX(0, "mout_user_aclk300_disp1", mout_user_aclk300_disp1_p,
  606. SRC_TOP5, 24, 1),
  607. MUX(0, "mout_user_aclk300_gscl", mout_user_aclk300_gscl_p,
  608. SRC_TOP5, 28, 1),
  609. MUX(0, "mout_sclk_mpll", mout_mpll_p, SRC_TOP6, 0, 1),
  610. MUX(CLK_MOUT_VPLL, "mout_sclk_vpll", mout_vpll_p, SRC_TOP6, 4, 1),
  611. MUX(0, "mout_sclk_spll", mout_spll_p, SRC_TOP6, 8, 1),
  612. MUX(0, "mout_sclk_ipll", mout_ipll_p, SRC_TOP6, 12, 1),
  613. MUX(0, "mout_sclk_rpll", mout_rpll_p, SRC_TOP6, 16, 1),
  614. MUX(0, "mout_sclk_epll", mout_epll_p, SRC_TOP6, 20, 1),
  615. MUX(0, "mout_sclk_dpll", mout_dpll_p, SRC_TOP6, 24, 1),
  616. MUX(0, "mout_sclk_cpll", mout_cpll_p, SRC_TOP6, 28, 1),
  617. MUX(0, "mout_sw_aclk400_isp", mout_sw_aclk400_isp_p,
  618. SRC_TOP10, 0, 1),
  619. MUX(0, "mout_sw_aclk400_mscl", mout_sw_aclk400_mscl_p,
  620. SRC_TOP10, 4, 1),
  621. MUX(0, "mout_sw_aclk200", mout_sw_aclk200_p, SRC_TOP10, 8, 1),
  622. MUX(0, "mout_sw_aclk200_fsys2", mout_sw_aclk200_fsys2_p,
  623. SRC_TOP10, 12, 1),
  624. MUX(0, "mout_sw_aclk400_wcore", mout_sw_aclk400_wcore_p,
  625. SRC_TOP10, 16, 1),
  626. MUX(0, "mout_sw_aclk100_noc", mout_sw_aclk100_noc_p,
  627. SRC_TOP10, 20, 1),
  628. MUX(0, "mout_sw_pclk200_fsys", mout_sw_pclk200_fsys_p,
  629. SRC_TOP10, 24, 1),
  630. MUX(0, "mout_sw_aclk200_fsys", mout_sw_aclk200_fsys_p,
  631. SRC_TOP10, 28, 1),
  632. MUX(0, "mout_sw_aclk333_432_gscl", mout_sw_aclk333_432_gscl_p,
  633. SRC_TOP11, 0, 1),
  634. MUX(0, "mout_sw_aclk333_432_isp", mout_sw_aclk333_432_isp_p,
  635. SRC_TOP11, 4, 1),
  636. MUX(0, "mout_sw_aclk66", mout_sw_aclk66_p, SRC_TOP11, 8, 1),
  637. MUX(0, "mout_sw_aclk333_432_isp0", mout_sw_aclk333_432_isp0_p,
  638. SRC_TOP11, 12, 1),
  639. MUX(0, "mout_sw_aclk266", mout_sw_aclk266_p, SRC_TOP11, 20, 1),
  640. MUX(0, "mout_sw_aclk166", mout_sw_aclk166_p, SRC_TOP11, 24, 1),
  641. MUX(CLK_MOUT_SW_ACLK333, "mout_sw_aclk333", mout_sw_aclk333_p,
  642. SRC_TOP11, 28, 1),
  643. MUX(0, "mout_sw_aclk400_disp1", mout_sw_aclk400_disp1_p,
  644. SRC_TOP12, 4, 1),
  645. MUX(0, "mout_sw_aclk333_g2d", mout_sw_aclk333_g2d_p,
  646. SRC_TOP12, 8, 1),
  647. MUX(0, "mout_sw_aclk266_g2d", mout_sw_aclk266_g2d_p,
  648. SRC_TOP12, 12, 1),
  649. MUX(0, "mout_sw_aclk_g3d", mout_sw_aclk_g3d_p, SRC_TOP12, 16, 1),
  650. MUX(0, "mout_sw_aclk300_jpeg", mout_sw_aclk300_jpeg_p,
  651. SRC_TOP12, 20, 1),
  652. MUX(0, "mout_sw_aclk300_disp1", mout_sw_aclk300_disp1_p,
  653. SRC_TOP12, 24, 1),
  654. MUX(0, "mout_sw_aclk300_gscl", mout_sw_aclk300_gscl_p,
  655. SRC_TOP12, 28, 1),
  656. /* DISP1 Block */
  657. MUX(0, "mout_mipi1", mout_group2_p, SRC_DISP10, 16, 3),
  658. MUX(0, "mout_dp1", mout_group2_p, SRC_DISP10, 20, 3),
  659. MUX(0, "mout_pixel", mout_group2_p, SRC_DISP10, 24, 3),
  660. MUX(CLK_MOUT_HDMI, "mout_hdmi", mout_hdmi_p, SRC_DISP10, 28, 1),
  661. MUX(0, "mout_fimd1_opt", mout_group2_p, SRC_DISP10, 8, 3),
  662. MUX(0, "mout_fimd1_final", mout_fimd1_final_p, TOP_SPARE2, 8, 1),
  663. /* MAU Block */
  664. MUX(CLK_MOUT_MAUDIO0, "mout_maudio0", mout_maudio0_p, SRC_MAU, 28, 3),
  665. /* FSYS Block */
  666. MUX(0, "mout_usbd301", mout_group2_p, SRC_FSYS, 4, 3),
  667. MUX(0, "mout_mmc0", mout_group2_p, SRC_FSYS, 8, 3),
  668. MUX(0, "mout_mmc1", mout_group2_p, SRC_FSYS, 12, 3),
  669. MUX(0, "mout_mmc2", mout_group2_p, SRC_FSYS, 16, 3),
  670. MUX(0, "mout_usbd300", mout_group2_p, SRC_FSYS, 20, 3),
  671. MUX(0, "mout_unipro", mout_group2_p, SRC_FSYS, 24, 3),
  672. MUX(0, "mout_mphy_refclk", mout_group2_p, SRC_FSYS, 28, 3),
  673. /* PERIC Block */
  674. MUX(0, "mout_uart0", mout_group2_p, SRC_PERIC0, 4, 3),
  675. MUX(0, "mout_uart1", mout_group2_p, SRC_PERIC0, 8, 3),
  676. MUX(0, "mout_uart2", mout_group2_p, SRC_PERIC0, 12, 3),
  677. MUX(0, "mout_uart3", mout_group2_p, SRC_PERIC0, 16, 3),
  678. MUX(0, "mout_pwm", mout_group2_p, SRC_PERIC0, 24, 3),
  679. MUX(0, "mout_spdif", mout_spdif_p, SRC_PERIC0, 28, 3),
  680. MUX(0, "mout_audio0", mout_audio0_p, SRC_PERIC1, 8, 3),
  681. MUX(0, "mout_audio1", mout_audio1_p, SRC_PERIC1, 12, 3),
  682. MUX(0, "mout_audio2", mout_audio2_p, SRC_PERIC1, 16, 3),
  683. MUX(0, "mout_spi0", mout_group2_p, SRC_PERIC1, 20, 3),
  684. MUX(0, "mout_spi1", mout_group2_p, SRC_PERIC1, 24, 3),
  685. MUX(0, "mout_spi2", mout_group2_p, SRC_PERIC1, 28, 3),
  686. /* ISP Block */
  687. MUX(0, "mout_pwm_isp", mout_group2_p, SRC_ISP, 24, 3),
  688. MUX(0, "mout_uart_isp", mout_group2_p, SRC_ISP, 20, 3),
  689. MUX(0, "mout_spi0_isp", mout_group2_p, SRC_ISP, 12, 3),
  690. MUX(0, "mout_spi1_isp", mout_group2_p, SRC_ISP, 16, 3),
  691. MUX(0, "mout_isp_sensor", mout_group2_p, SRC_ISP, 28, 3),
  692. };
  693. static struct samsung_div_clock exynos5x_div_clks[] __initdata = {
  694. DIV(0, "div_arm", "mout_cpu", DIV_CPU0, 0, 3),
  695. DIV(0, "sclk_apll", "mout_apll", DIV_CPU0, 24, 3),
  696. DIV(0, "armclk2", "div_arm", DIV_CPU0, 28, 3),
  697. DIV(0, "div_kfc", "mout_kfc", DIV_KFC0, 0, 3),
  698. DIV(0, "sclk_kpll", "mout_kpll", DIV_KFC0, 24, 3),
  699. DIV(0, "dout_aclk400_isp", "mout_aclk400_isp", DIV_TOP0, 0, 3),
  700. DIV(0, "dout_aclk400_mscl", "mout_aclk400_mscl", DIV_TOP0, 4, 3),
  701. DIV(0, "dout_aclk200", "mout_aclk200", DIV_TOP0, 8, 3),
  702. DIV(0, "dout_aclk200_fsys2", "mout_aclk200_fsys2", DIV_TOP0, 12, 3),
  703. DIV(0, "dout_aclk100_noc", "mout_aclk100_noc", DIV_TOP0, 20, 3),
  704. DIV(0, "dout_pclk200_fsys", "mout_pclk200_fsys", DIV_TOP0, 24, 3),
  705. DIV(0, "dout_aclk200_fsys", "mout_aclk200_fsys", DIV_TOP0, 28, 3),
  706. DIV(0, "dout_aclk333_432_gscl", "mout_aclk333_432_gscl",
  707. DIV_TOP1, 0, 3),
  708. DIV(0, "dout_aclk333_432_isp", "mout_aclk333_432_isp",
  709. DIV_TOP1, 4, 3),
  710. DIV(0, "dout_aclk66", "mout_aclk66", DIV_TOP1, 8, 6),
  711. DIV(0, "dout_aclk333_432_isp0", "mout_aclk333_432_isp0",
  712. DIV_TOP1, 16, 3),
  713. DIV(0, "dout_aclk266", "mout_aclk266", DIV_TOP1, 20, 3),
  714. DIV(0, "dout_aclk166", "mout_aclk166", DIV_TOP1, 24, 3),
  715. DIV(0, "dout_aclk333", "mout_aclk333", DIV_TOP1, 28, 3),
  716. DIV(0, "dout_aclk333_g2d", "mout_aclk333_g2d", DIV_TOP2, 8, 3),
  717. DIV(0, "dout_aclk266_g2d", "mout_aclk266_g2d", DIV_TOP2, 12, 3),
  718. DIV(0, "dout_aclk_g3d", "mout_aclk_g3d", DIV_TOP2, 16, 3),
  719. DIV(0, "dout_aclk300_jpeg", "mout_aclk300_jpeg", DIV_TOP2, 20, 3),
  720. DIV(0, "dout_aclk300_disp1", "mout_aclk300_disp1", DIV_TOP2, 24, 3),
  721. DIV(0, "dout_aclk300_gscl", "mout_aclk300_gscl", DIV_TOP2, 28, 3),
  722. /* DISP1 Block */
  723. DIV(0, "dout_fimd1", "mout_fimd1_final", DIV_DISP10, 0, 4),
  724. DIV(0, "dout_mipi1", "mout_mipi1", DIV_DISP10, 16, 8),
  725. DIV(0, "dout_dp1", "mout_dp1", DIV_DISP10, 24, 4),
  726. DIV(CLK_DOUT_PIXEL, "dout_hdmi_pixel", "mout_pixel", DIV_DISP10, 28, 4),
  727. DIV(0, "dout_disp1_blk", "aclk200_disp1", DIV2_RATIO0, 16, 2),
  728. DIV(0, "dout_aclk400_disp1", "mout_aclk400_disp1", DIV_TOP2, 4, 3),
  729. /* Audio Block */
  730. DIV(0, "dout_maudio0", "mout_maudio0", DIV_MAU, 20, 4),
  731. DIV(0, "dout_maupcm0", "dout_maudio0", DIV_MAU, 24, 8),
  732. /* USB3.0 */
  733. DIV(0, "dout_usbphy301", "mout_usbd301", DIV_FSYS0, 12, 4),
  734. DIV(0, "dout_usbphy300", "mout_usbd300", DIV_FSYS0, 16, 4),
  735. DIV(0, "dout_usbd301", "mout_usbd301", DIV_FSYS0, 20, 4),
  736. DIV(0, "dout_usbd300", "mout_usbd300", DIV_FSYS0, 24, 4),
  737. /* MMC */
  738. DIV(0, "dout_mmc0", "mout_mmc0", DIV_FSYS1, 0, 10),
  739. DIV(0, "dout_mmc1", "mout_mmc1", DIV_FSYS1, 10, 10),
  740. DIV(0, "dout_mmc2", "mout_mmc2", DIV_FSYS1, 20, 10),
  741. DIV(0, "dout_unipro", "mout_unipro", DIV_FSYS2, 24, 8),
  742. DIV(0, "dout_mphy_refclk", "mout_mphy_refclk", DIV_FSYS2, 16, 8),
  743. /* UART and PWM */
  744. DIV(0, "dout_uart0", "mout_uart0", DIV_PERIC0, 8, 4),
  745. DIV(0, "dout_uart1", "mout_uart1", DIV_PERIC0, 12, 4),
  746. DIV(0, "dout_uart2", "mout_uart2", DIV_PERIC0, 16, 4),
  747. DIV(0, "dout_uart3", "mout_uart3", DIV_PERIC0, 20, 4),
  748. DIV(0, "dout_pwm", "mout_pwm", DIV_PERIC0, 28, 4),
  749. /* SPI */
  750. DIV(0, "dout_spi0", "mout_spi0", DIV_PERIC1, 20, 4),
  751. DIV(0, "dout_spi1", "mout_spi1", DIV_PERIC1, 24, 4),
  752. DIV(0, "dout_spi2", "mout_spi2", DIV_PERIC1, 28, 4),
  753. /* Mfc Block */
  754. DIV(0, "dout_mfc_blk", "mout_user_aclk333", DIV4_RATIO, 0, 2),
  755. /* PCM */
  756. DIV(0, "dout_pcm1", "dout_audio1", DIV_PERIC2, 16, 8),
  757. DIV(0, "dout_pcm2", "dout_audio2", DIV_PERIC2, 24, 8),
  758. /* Audio - I2S */
  759. DIV(0, "dout_i2s1", "dout_audio1", DIV_PERIC3, 6, 6),
  760. DIV(0, "dout_i2s2", "dout_audio2", DIV_PERIC3, 12, 6),
  761. DIV(0, "dout_audio0", "mout_audio0", DIV_PERIC3, 20, 4),
  762. DIV(0, "dout_audio1", "mout_audio1", DIV_PERIC3, 24, 4),
  763. DIV(0, "dout_audio2", "mout_audio2", DIV_PERIC3, 28, 4),
  764. /* SPI Pre-Ratio */
  765. DIV(0, "dout_spi0_pre", "dout_spi0", DIV_PERIC4, 8, 8),
  766. DIV(0, "dout_spi1_pre", "dout_spi1", DIV_PERIC4, 16, 8),
  767. DIV(0, "dout_spi2_pre", "dout_spi2", DIV_PERIC4, 24, 8),
  768. /* GSCL Block */
  769. DIV(0, "dout_gscl_blk_300", "mout_user_aclk300_gscl",
  770. DIV2_RATIO0, 4, 2),
  771. DIV(0, "dout_gscl_blk_333", "aclk333_432_gscl", DIV2_RATIO0, 6, 2),
  772. /* MSCL Block */
  773. DIV(0, "dout_mscl_blk", "aclk400_mscl", DIV2_RATIO0, 28, 2),
  774. /* PSGEN */
  775. DIV(0, "dout_gen_blk", "mout_user_aclk266", DIV2_RATIO0, 8, 1),
  776. DIV(0, "dout_jpg_blk", "aclk166", DIV2_RATIO0, 20, 1),
  777. /* ISP Block */
  778. DIV(0, "dout_isp_sensor0", "mout_isp_sensor", SCLK_DIV_ISP0, 8, 8),
  779. DIV(0, "dout_isp_sensor1", "mout_isp_sensor", SCLK_DIV_ISP0, 16, 8),
  780. DIV(0, "dout_isp_sensor2", "mout_isp_sensor", SCLK_DIV_ISP0, 24, 8),
  781. DIV(0, "dout_pwm_isp", "mout_pwm_isp", SCLK_DIV_ISP1, 28, 4),
  782. DIV(0, "dout_uart_isp", "mout_uart_isp", SCLK_DIV_ISP1, 24, 4),
  783. DIV(0, "dout_spi0_isp", "mout_spi0_isp", SCLK_DIV_ISP1, 16, 4),
  784. DIV(0, "dout_spi1_isp", "mout_spi1_isp", SCLK_DIV_ISP1, 20, 4),
  785. DIV_F(0, "dout_spi0_isp_pre", "dout_spi0_isp", SCLK_DIV_ISP1, 0, 8,
  786. CLK_SET_RATE_PARENT, 0),
  787. DIV_F(0, "dout_spi1_isp_pre", "dout_spi1_isp", SCLK_DIV_ISP1, 8, 8,
  788. CLK_SET_RATE_PARENT, 0),
  789. };
  790. static struct samsung_gate_clock exynos5x_gate_clks[] __initdata = {
  791. /* G2D */
  792. GATE(CLK_MDMA0, "mdma0", "aclk266_g2d", GATE_IP_G2D, 1, 0, 0),
  793. GATE(CLK_SSS, "sss", "aclk266_g2d", GATE_IP_G2D, 2, 0, 0),
  794. GATE(CLK_G2D, "g2d", "aclk333_g2d", GATE_IP_G2D, 3, 0, 0),
  795. GATE(CLK_SMMU_MDMA0, "smmu_mdma0", "aclk266_g2d", GATE_IP_G2D, 5, 0, 0),
  796. GATE(CLK_SMMU_G2D, "smmu_g2d", "aclk333_g2d", GATE_IP_G2D, 7, 0, 0),
  797. GATE(0, "aclk200_fsys", "mout_user_aclk200_fsys",
  798. GATE_BUS_FSYS0, 9, CLK_IGNORE_UNUSED, 0),
  799. GATE(0, "aclk200_fsys2", "mout_user_aclk200_fsys2",
  800. GATE_BUS_FSYS0, 10, CLK_IGNORE_UNUSED, 0),
  801. GATE(0, "aclk333_g2d", "mout_user_aclk333_g2d",
  802. GATE_BUS_TOP, 0, CLK_IGNORE_UNUSED, 0),
  803. GATE(0, "aclk266_g2d", "mout_user_aclk266_g2d",
  804. GATE_BUS_TOP, 1, CLK_IGNORE_UNUSED, 0),
  805. GATE(0, "aclk300_jpeg", "mout_user_aclk300_jpeg",
  806. GATE_BUS_TOP, 4, CLK_IGNORE_UNUSED, 0),
  807. GATE(0, "aclk333_432_isp0", "mout_user_aclk333_432_isp0",
  808. GATE_BUS_TOP, 5, 0, 0),
  809. GATE(0, "aclk300_gscl", "mout_user_aclk300_gscl",
  810. GATE_BUS_TOP, 6, CLK_IGNORE_UNUSED, 0),
  811. GATE(0, "aclk333_432_gscl", "mout_user_aclk333_432_gscl",
  812. GATE_BUS_TOP, 7, CLK_IGNORE_UNUSED, 0),
  813. GATE(0, "aclk333_432_isp", "mout_user_aclk333_432_isp",
  814. GATE_BUS_TOP, 8, 0, 0),
  815. GATE(CLK_PCLK66_GPIO, "pclk66_gpio", "mout_user_pclk66_gpio",
  816. GATE_BUS_TOP, 9, CLK_IGNORE_UNUSED, 0),
  817. GATE(0, "aclk66_psgen", "mout_user_aclk66_psgen",
  818. GATE_BUS_TOP, 10, CLK_IGNORE_UNUSED, 0),
  819. GATE(0, "aclk266_isp", "mout_user_aclk266_isp",
  820. GATE_BUS_TOP, 13, 0, 0),
  821. GATE(0, "aclk166", "mout_user_aclk166",
  822. GATE_BUS_TOP, 14, CLK_IGNORE_UNUSED, 0),
  823. GATE(0, "aclk333", "mout_aclk333",
  824. GATE_BUS_TOP, 15, CLK_IGNORE_UNUSED, 0),
  825. GATE(0, "aclk400_isp", "mout_user_aclk400_isp",
  826. GATE_BUS_TOP, 16, 0, 0),
  827. GATE(0, "aclk400_mscl", "mout_user_aclk400_mscl",
  828. GATE_BUS_TOP, 17, 0, 0),
  829. GATE(0, "aclk200_disp1", "mout_user_aclk200_disp1",
  830. GATE_BUS_TOP, 18, 0, 0),
  831. GATE(CLK_SCLK_MPHY_IXTAL24, "sclk_mphy_ixtal24", "mphy_refclk_ixtal24",
  832. GATE_BUS_TOP, 28, 0, 0),
  833. GATE(CLK_SCLK_HSIC_12M, "sclk_hsic_12m", "ff_hsic_12m",
  834. GATE_BUS_TOP, 29, 0, 0),
  835. GATE(0, "aclk300_disp1", "mout_user_aclk300_disp1",
  836. SRC_MASK_TOP2, 24, 0, 0),
  837. GATE(CLK_MAU_EPLL, "mau_epll", "mout_mau_epll_clk",
  838. SRC_MASK_TOP7, 20, 0, 0),
  839. /* sclk */
  840. GATE(CLK_SCLK_UART0, "sclk_uart0", "dout_uart0",
  841. GATE_TOP_SCLK_PERIC, 0, CLK_SET_RATE_PARENT, 0),
  842. GATE(CLK_SCLK_UART1, "sclk_uart1", "dout_uart1",
  843. GATE_TOP_SCLK_PERIC, 1, CLK_SET_RATE_PARENT, 0),
  844. GATE(CLK_SCLK_UART2, "sclk_uart2", "dout_uart2",
  845. GATE_TOP_SCLK_PERIC, 2, CLK_SET_RATE_PARENT, 0),
  846. GATE(CLK_SCLK_UART3, "sclk_uart3", "dout_uart3",
  847. GATE_TOP_SCLK_PERIC, 3, CLK_SET_RATE_PARENT, 0),
  848. GATE(CLK_SCLK_SPI0, "sclk_spi0", "dout_spi0_pre",
  849. GATE_TOP_SCLK_PERIC, 6, CLK_SET_RATE_PARENT, 0),
  850. GATE(CLK_SCLK_SPI1, "sclk_spi1", "dout_spi1_pre",
  851. GATE_TOP_SCLK_PERIC, 7, CLK_SET_RATE_PARENT, 0),
  852. GATE(CLK_SCLK_SPI2, "sclk_spi2", "dout_spi2_pre",
  853. GATE_TOP_SCLK_PERIC, 8, CLK_SET_RATE_PARENT, 0),
  854. GATE(CLK_SCLK_SPDIF, "sclk_spdif", "mout_spdif",
  855. GATE_TOP_SCLK_PERIC, 9, CLK_SET_RATE_PARENT, 0),
  856. GATE(CLK_SCLK_PWM, "sclk_pwm", "dout_pwm",
  857. GATE_TOP_SCLK_PERIC, 11, CLK_SET_RATE_PARENT, 0),
  858. GATE(CLK_SCLK_PCM1, "sclk_pcm1", "dout_pcm1",
  859. GATE_TOP_SCLK_PERIC, 15, CLK_SET_RATE_PARENT, 0),
  860. GATE(CLK_SCLK_PCM2, "sclk_pcm2", "dout_pcm2",
  861. GATE_TOP_SCLK_PERIC, 16, CLK_SET_RATE_PARENT, 0),
  862. GATE(CLK_SCLK_I2S1, "sclk_i2s1", "dout_i2s1",
  863. GATE_TOP_SCLK_PERIC, 17, CLK_SET_RATE_PARENT, 0),
  864. GATE(CLK_SCLK_I2S2, "sclk_i2s2", "dout_i2s2",
  865. GATE_TOP_SCLK_PERIC, 18, CLK_SET_RATE_PARENT, 0),
  866. GATE(CLK_SCLK_MMC0, "sclk_mmc0", "dout_mmc0",
  867. GATE_TOP_SCLK_FSYS, 0, CLK_SET_RATE_PARENT, 0),
  868. GATE(CLK_SCLK_MMC1, "sclk_mmc1", "dout_mmc1",
  869. GATE_TOP_SCLK_FSYS, 1, CLK_SET_RATE_PARENT, 0),
  870. GATE(CLK_SCLK_MMC2, "sclk_mmc2", "dout_mmc2",
  871. GATE_TOP_SCLK_FSYS, 2, CLK_SET_RATE_PARENT, 0),
  872. GATE(CLK_SCLK_USBPHY301, "sclk_usbphy301", "dout_usbphy301",
  873. GATE_TOP_SCLK_FSYS, 7, CLK_SET_RATE_PARENT, 0),
  874. GATE(CLK_SCLK_USBPHY300, "sclk_usbphy300", "dout_usbphy300",
  875. GATE_TOP_SCLK_FSYS, 8, CLK_SET_RATE_PARENT, 0),
  876. GATE(CLK_SCLK_USBD300, "sclk_usbd300", "dout_usbd300",
  877. GATE_TOP_SCLK_FSYS, 9, CLK_SET_RATE_PARENT, 0),
  878. GATE(CLK_SCLK_USBD301, "sclk_usbd301", "dout_usbd301",
  879. GATE_TOP_SCLK_FSYS, 10, CLK_SET_RATE_PARENT, 0),
  880. /* Display */
  881. GATE(CLK_SCLK_FIMD1, "sclk_fimd1", "dout_fimd1",
  882. GATE_TOP_SCLK_DISP1, 0, CLK_SET_RATE_PARENT, 0),
  883. GATE(CLK_SCLK_MIPI1, "sclk_mipi1", "dout_mipi1",
  884. GATE_TOP_SCLK_DISP1, 3, CLK_SET_RATE_PARENT, 0),
  885. GATE(CLK_SCLK_HDMI, "sclk_hdmi", "mout_hdmi",
  886. GATE_TOP_SCLK_DISP1, 9, 0, 0),
  887. GATE(CLK_SCLK_PIXEL, "sclk_pixel", "dout_hdmi_pixel",
  888. GATE_TOP_SCLK_DISP1, 10, CLK_SET_RATE_PARENT, 0),
  889. GATE(CLK_SCLK_DP1, "sclk_dp1", "dout_dp1",
  890. GATE_TOP_SCLK_DISP1, 20, CLK_SET_RATE_PARENT, 0),
  891. /* Maudio Block */
  892. GATE(CLK_SCLK_MAUDIO0, "sclk_maudio0", "dout_maudio0",
  893. GATE_TOP_SCLK_MAU, 0, CLK_SET_RATE_PARENT, 0),
  894. GATE(CLK_SCLK_MAUPCM0, "sclk_maupcm0", "dout_maupcm0",
  895. GATE_TOP_SCLK_MAU, 1, CLK_SET_RATE_PARENT, 0),
  896. /* FSYS Block */
  897. GATE(CLK_TSI, "tsi", "aclk200_fsys", GATE_BUS_FSYS0, 0, 0, 0),
  898. GATE(CLK_PDMA0, "pdma0", "aclk200_fsys", GATE_BUS_FSYS0, 1, 0, 0),
  899. GATE(CLK_PDMA1, "pdma1", "aclk200_fsys", GATE_BUS_FSYS0, 2, 0, 0),
  900. GATE(CLK_UFS, "ufs", "aclk200_fsys2", GATE_BUS_FSYS0, 3, 0, 0),
  901. GATE(CLK_RTIC, "rtic", "aclk200_fsys", GATE_IP_FSYS, 9, 0, 0),
  902. GATE(CLK_MMC0, "mmc0", "aclk200_fsys2", GATE_IP_FSYS, 12, 0, 0),
  903. GATE(CLK_MMC1, "mmc1", "aclk200_fsys2", GATE_IP_FSYS, 13, 0, 0),
  904. GATE(CLK_MMC2, "mmc2", "aclk200_fsys2", GATE_IP_FSYS, 14, 0, 0),
  905. GATE(CLK_SROMC, "sromc", "aclk200_fsys2",
  906. GATE_IP_FSYS, 17, CLK_IGNORE_UNUSED, 0),
  907. GATE(CLK_USBH20, "usbh20", "aclk200_fsys", GATE_IP_FSYS, 18, 0, 0),
  908. GATE(CLK_USBD300, "usbd300", "aclk200_fsys", GATE_IP_FSYS, 19, 0, 0),
  909. GATE(CLK_USBD301, "usbd301", "aclk200_fsys", GATE_IP_FSYS, 20, 0, 0),
  910. GATE(CLK_SCLK_UNIPRO, "sclk_unipro", "dout_unipro",
  911. SRC_MASK_FSYS, 24, CLK_SET_RATE_PARENT, 0),
  912. /* PERIC Block */
  913. GATE(CLK_UART0, "uart0", "mout_user_aclk66_peric",
  914. GATE_IP_PERIC, 0, 0, 0),
  915. GATE(CLK_UART1, "uart1", "mout_user_aclk66_peric",
  916. GATE_IP_PERIC, 1, 0, 0),
  917. GATE(CLK_UART2, "uart2", "mout_user_aclk66_peric",
  918. GATE_IP_PERIC, 2, 0, 0),
  919. GATE(CLK_UART3, "uart3", "mout_user_aclk66_peric",
  920. GATE_IP_PERIC, 3, 0, 0),
  921. GATE(CLK_I2C0, "i2c0", "mout_user_aclk66_peric",
  922. GATE_IP_PERIC, 6, 0, 0),
  923. GATE(CLK_I2C1, "i2c1", "mout_user_aclk66_peric",
  924. GATE_IP_PERIC, 7, 0, 0),
  925. GATE(CLK_I2C2, "i2c2", "mout_user_aclk66_peric",
  926. GATE_IP_PERIC, 8, 0, 0),
  927. GATE(CLK_I2C3, "i2c3", "mout_user_aclk66_peric",
  928. GATE_IP_PERIC, 9, 0, 0),
  929. GATE(CLK_USI0, "usi0", "mout_user_aclk66_peric",
  930. GATE_IP_PERIC, 10, 0, 0),
  931. GATE(CLK_USI1, "usi1", "mout_user_aclk66_peric",
  932. GATE_IP_PERIC, 11, 0, 0),
  933. GATE(CLK_USI2, "usi2", "mout_user_aclk66_peric",
  934. GATE_IP_PERIC, 12, 0, 0),
  935. GATE(CLK_USI3, "usi3", "mout_user_aclk66_peric",
  936. GATE_IP_PERIC, 13, 0, 0),
  937. GATE(CLK_I2C_HDMI, "i2c_hdmi", "mout_user_aclk66_peric",
  938. GATE_IP_PERIC, 14, 0, 0),
  939. GATE(CLK_TSADC, "tsadc", "mout_user_aclk66_peric",
  940. GATE_IP_PERIC, 15, 0, 0),
  941. GATE(CLK_SPI0, "spi0", "mout_user_aclk66_peric",
  942. GATE_IP_PERIC, 16, 0, 0),
  943. GATE(CLK_SPI1, "spi1", "mout_user_aclk66_peric",
  944. GATE_IP_PERIC, 17, 0, 0),
  945. GATE(CLK_SPI2, "spi2", "mout_user_aclk66_peric",
  946. GATE_IP_PERIC, 18, 0, 0),
  947. GATE(CLK_I2S1, "i2s1", "mout_user_aclk66_peric",
  948. GATE_IP_PERIC, 20, 0, 0),
  949. GATE(CLK_I2S2, "i2s2", "mout_user_aclk66_peric",
  950. GATE_IP_PERIC, 21, 0, 0),
  951. GATE(CLK_PCM1, "pcm1", "mout_user_aclk66_peric",
  952. GATE_IP_PERIC, 22, 0, 0),
  953. GATE(CLK_PCM2, "pcm2", "mout_user_aclk66_peric",
  954. GATE_IP_PERIC, 23, 0, 0),
  955. GATE(CLK_PWM, "pwm", "mout_user_aclk66_peric",
  956. GATE_IP_PERIC, 24, 0, 0),
  957. GATE(CLK_SPDIF, "spdif", "mout_user_aclk66_peric",
  958. GATE_IP_PERIC, 26, 0, 0),
  959. GATE(CLK_USI4, "usi4", "mout_user_aclk66_peric",
  960. GATE_IP_PERIC, 28, 0, 0),
  961. GATE(CLK_USI5, "usi5", "mout_user_aclk66_peric",
  962. GATE_IP_PERIC, 30, 0, 0),
  963. GATE(CLK_USI6, "usi6", "mout_user_aclk66_peric",
  964. GATE_IP_PERIC, 31, 0, 0),
  965. GATE(CLK_KEYIF, "keyif", "mout_user_aclk66_peric",
  966. GATE_BUS_PERIC, 22, 0, 0),
  967. /* PERIS Block */
  968. GATE(CLK_CHIPID, "chipid", "aclk66_psgen",
  969. GATE_IP_PERIS, 0, CLK_IGNORE_UNUSED, 0),
  970. GATE(CLK_SYSREG, "sysreg", "aclk66_psgen",
  971. GATE_IP_PERIS, 1, CLK_IGNORE_UNUSED, 0),
  972. GATE(CLK_TZPC0, "tzpc0", "aclk66_psgen", GATE_IP_PERIS, 6, 0, 0),
  973. GATE(CLK_TZPC1, "tzpc1", "aclk66_psgen", GATE_IP_PERIS, 7, 0, 0),
  974. GATE(CLK_TZPC2, "tzpc2", "aclk66_psgen", GATE_IP_PERIS, 8, 0, 0),
  975. GATE(CLK_TZPC3, "tzpc3", "aclk66_psgen", GATE_IP_PERIS, 9, 0, 0),
  976. GATE(CLK_TZPC4, "tzpc4", "aclk66_psgen", GATE_IP_PERIS, 10, 0, 0),
  977. GATE(CLK_TZPC5, "tzpc5", "aclk66_psgen", GATE_IP_PERIS, 11, 0, 0),
  978. GATE(CLK_TZPC6, "tzpc6", "aclk66_psgen", GATE_IP_PERIS, 12, 0, 0),
  979. GATE(CLK_TZPC7, "tzpc7", "aclk66_psgen", GATE_IP_PERIS, 13, 0, 0),
  980. GATE(CLK_TZPC8, "tzpc8", "aclk66_psgen", GATE_IP_PERIS, 14, 0, 0),
  981. GATE(CLK_TZPC9, "tzpc9", "aclk66_psgen", GATE_IP_PERIS, 15, 0, 0),
  982. GATE(CLK_HDMI_CEC, "hdmi_cec", "aclk66_psgen", GATE_IP_PERIS, 16, 0, 0),
  983. GATE(CLK_MCT, "mct", "aclk66_psgen", GATE_IP_PERIS, 18, 0, 0),
  984. GATE(CLK_WDT, "wdt", "aclk66_psgen", GATE_IP_PERIS, 19, 0, 0),
  985. GATE(CLK_RTC, "rtc", "aclk66_psgen", GATE_IP_PERIS, 20, 0, 0),
  986. GATE(CLK_TMU, "tmu", "aclk66_psgen", GATE_IP_PERIS, 21, 0, 0),
  987. GATE(CLK_TMU_GPU, "tmu_gpu", "aclk66_psgen", GATE_IP_PERIS, 22, 0, 0),
  988. GATE(CLK_SECKEY, "seckey", "aclk66_psgen", GATE_BUS_PERIS1, 1, 0, 0),
  989. /* GEN Block */
  990. GATE(CLK_ROTATOR, "rotator", "mout_user_aclk266", GATE_IP_GEN, 1, 0, 0),
  991. GATE(CLK_JPEG, "jpeg", "aclk300_jpeg", GATE_IP_GEN, 2, 0, 0),
  992. GATE(CLK_JPEG2, "jpeg2", "aclk300_jpeg", GATE_IP_GEN, 3, 0, 0),
  993. GATE(CLK_MDMA1, "mdma1", "mout_user_aclk266", GATE_IP_GEN, 4, 0, 0),
  994. GATE(CLK_TOP_RTC, "top_rtc", "aclk66_psgen", GATE_IP_GEN, 5, 0, 0),
  995. GATE(CLK_SMMU_ROTATOR, "smmu_rotator", "dout_gen_blk",
  996. GATE_IP_GEN, 6, 0, 0),
  997. GATE(CLK_SMMU_JPEG, "smmu_jpeg", "dout_jpg_blk", GATE_IP_GEN, 7, 0, 0),
  998. GATE(CLK_SMMU_MDMA1, "smmu_mdma1", "dout_gen_blk",
  999. GATE_IP_GEN, 9, 0, 0),
  1000. /* GATE_IP_GEN doesn't list gates for smmu_jpeg2 and mc */
  1001. GATE(CLK_SMMU_JPEG2, "smmu_jpeg2", "dout_jpg_blk",
  1002. GATE_BUS_GEN, 28, 0, 0),
  1003. GATE(CLK_MC, "mc", "aclk66_psgen", GATE_BUS_GEN, 12, 0, 0),
  1004. /* GSCL Block */
  1005. GATE(CLK_SCLK_GSCL_WA, "sclk_gscl_wa", "mout_user_aclk333_432_gscl",
  1006. GATE_TOP_SCLK_GSCL, 6, 0, 0),
  1007. GATE(CLK_SCLK_GSCL_WB, "sclk_gscl_wb", "mout_user_aclk333_432_gscl",
  1008. GATE_TOP_SCLK_GSCL, 7, 0, 0),
  1009. GATE(CLK_GSCL0, "gscl0", "aclk300_gscl", GATE_IP_GSCL0, 0, 0, 0),
  1010. GATE(CLK_GSCL1, "gscl1", "aclk300_gscl", GATE_IP_GSCL0, 1, 0, 0),
  1011. GATE(CLK_FIMC_3AA, "fimc_3aa", "aclk333_432_gscl",
  1012. GATE_IP_GSCL0, 4, 0, 0),
  1013. GATE(CLK_FIMC_LITE0, "fimc_lite0", "aclk333_432_gscl",
  1014. GATE_IP_GSCL0, 5, 0, 0),
  1015. GATE(CLK_FIMC_LITE1, "fimc_lite1", "aclk333_432_gscl",
  1016. GATE_IP_GSCL0, 6, 0, 0),
  1017. GATE(CLK_SMMU_3AA, "smmu_3aa", "dout_gscl_blk_333",
  1018. GATE_IP_GSCL1, 2, 0, 0),
  1019. GATE(CLK_SMMU_FIMCL0, "smmu_fimcl0", "dout_gscl_blk_333",
  1020. GATE_IP_GSCL1, 3, 0, 0),
  1021. GATE(CLK_SMMU_FIMCL1, "smmu_fimcl1", "dout_gscl_blk_333",
  1022. GATE_IP_GSCL1, 4, 0, 0),
  1023. GATE(CLK_SMMU_GSCL0, "smmu_gscl0", "dout_gscl_blk_300",
  1024. GATE_IP_GSCL1, 6, 0, 0),
  1025. GATE(CLK_SMMU_GSCL1, "smmu_gscl1", "dout_gscl_blk_300",
  1026. GATE_IP_GSCL1, 7, 0, 0),
  1027. GATE(CLK_GSCL_WA, "gscl_wa", "sclk_gscl_wa", GATE_IP_GSCL1, 12, 0, 0),
  1028. GATE(CLK_GSCL_WB, "gscl_wb", "sclk_gscl_wb", GATE_IP_GSCL1, 13, 0, 0),
  1029. GATE(CLK_SMMU_FIMCL3, "smmu_fimcl3,", "dout_gscl_blk_333",
  1030. GATE_IP_GSCL1, 16, 0, 0),
  1031. GATE(CLK_FIMC_LITE3, "fimc_lite3", "aclk333_432_gscl",
  1032. GATE_IP_GSCL1, 17, 0, 0),
  1033. /* MSCL Block */
  1034. GATE(CLK_MSCL0, "mscl0", "aclk400_mscl", GATE_IP_MSCL, 0, 0, 0),
  1035. GATE(CLK_MSCL1, "mscl1", "aclk400_mscl", GATE_IP_MSCL, 1, 0, 0),
  1036. GATE(CLK_MSCL2, "mscl2", "aclk400_mscl", GATE_IP_MSCL, 2, 0, 0),
  1037. GATE(CLK_SMMU_MSCL0, "smmu_mscl0", "dout_mscl_blk",
  1038. GATE_IP_MSCL, 8, 0, 0),
  1039. GATE(CLK_SMMU_MSCL1, "smmu_mscl1", "dout_mscl_blk",
  1040. GATE_IP_MSCL, 9, 0, 0),
  1041. GATE(CLK_SMMU_MSCL2, "smmu_mscl2", "dout_mscl_blk",
  1042. GATE_IP_MSCL, 10, 0, 0),
  1043. GATE(CLK_FIMD1, "fimd1", "aclk300_disp1", GATE_IP_DISP1, 0, 0, 0),
  1044. GATE(CLK_DSIM1, "dsim1", "aclk200_disp1", GATE_IP_DISP1, 3, 0, 0),
  1045. GATE(CLK_DP1, "dp1", "aclk200_disp1", GATE_IP_DISP1, 4, 0, 0),
  1046. GATE(CLK_MIXER, "mixer", "aclk200_disp1", GATE_IP_DISP1, 5, 0, 0),
  1047. GATE(CLK_HDMI, "hdmi", "aclk200_disp1", GATE_IP_DISP1, 6, 0, 0),
  1048. GATE(CLK_SMMU_FIMD1M0, "smmu_fimd1m0", "dout_disp1_blk",
  1049. GATE_IP_DISP1, 7, 0, 0),
  1050. GATE(CLK_SMMU_FIMD1M1, "smmu_fimd1m1", "dout_disp1_blk",
  1051. GATE_IP_DISP1, 8, 0, 0),
  1052. GATE(CLK_SMMU_MIXER, "smmu_mixer", "aclk200_disp1",
  1053. GATE_IP_DISP1, 9, 0, 0),
  1054. /* ISP */
  1055. GATE(CLK_SCLK_UART_ISP, "sclk_uart_isp", "dout_uart_isp",
  1056. GATE_TOP_SCLK_ISP, 0, CLK_SET_RATE_PARENT, 0),
  1057. GATE(CLK_SCLK_SPI0_ISP, "sclk_spi0_isp", "dout_spi0_isp_pre",
  1058. GATE_TOP_SCLK_ISP, 1, CLK_SET_RATE_PARENT, 0),
  1059. GATE(CLK_SCLK_SPI1_ISP, "sclk_spi1_isp", "dout_spi1_isp_pre",
  1060. GATE_TOP_SCLK_ISP, 2, CLK_SET_RATE_PARENT, 0),
  1061. GATE(CLK_SCLK_PWM_ISP, "sclk_pwm_isp", "dout_pwm_isp",
  1062. GATE_TOP_SCLK_ISP, 3, CLK_SET_RATE_PARENT, 0),
  1063. GATE(CLK_SCLK_ISP_SENSOR0, "sclk_isp_sensor0", "dout_isp_sensor0",
  1064. GATE_TOP_SCLK_ISP, 4, CLK_SET_RATE_PARENT, 0),
  1065. GATE(CLK_SCLK_ISP_SENSOR1, "sclk_isp_sensor1", "dout_isp_sensor1",
  1066. GATE_TOP_SCLK_ISP, 8, CLK_SET_RATE_PARENT, 0),
  1067. GATE(CLK_SCLK_ISP_SENSOR2, "sclk_isp_sensor2", "dout_isp_sensor2",
  1068. GATE_TOP_SCLK_ISP, 12, CLK_SET_RATE_PARENT, 0),
  1069. GATE(CLK_MFC, "mfc", "aclk333", GATE_IP_MFC, 0, 0, 0),
  1070. GATE(CLK_SMMU_MFCL, "smmu_mfcl", "dout_mfc_blk", GATE_IP_MFC, 1, 0, 0),
  1071. GATE(CLK_SMMU_MFCR, "smmu_mfcr", "dout_mfc_blk", GATE_IP_MFC, 2, 0, 0),
  1072. GATE(CLK_G3D, "g3d", "mout_user_aclk_g3d", GATE_IP_G3D, 9, 0, 0),
  1073. };
  1074. static const struct samsung_pll_rate_table exynos5420_pll2550x_24mhz_tbl[] = {
  1075. PLL_35XX_RATE(2000000000, 250, 3, 0),
  1076. PLL_35XX_RATE(1900000000, 475, 6, 0),
  1077. PLL_35XX_RATE(1800000000, 225, 3, 0),
  1078. PLL_35XX_RATE(1700000000, 425, 6, 0),
  1079. PLL_35XX_RATE(1600000000, 200, 3, 0),
  1080. PLL_35XX_RATE(1500000000, 250, 4, 0),
  1081. PLL_35XX_RATE(1400000000, 175, 3, 0),
  1082. PLL_35XX_RATE(1300000000, 325, 6, 0),
  1083. PLL_35XX_RATE(1200000000, 200, 2, 1),
  1084. PLL_35XX_RATE(1100000000, 275, 3, 1),
  1085. PLL_35XX_RATE(1000000000, 250, 3, 1),
  1086. PLL_35XX_RATE(900000000, 150, 2, 1),
  1087. PLL_35XX_RATE(800000000, 200, 3, 1),
  1088. PLL_35XX_RATE(700000000, 175, 3, 1),
  1089. PLL_35XX_RATE(600000000, 200, 2, 2),
  1090. PLL_35XX_RATE(500000000, 250, 3, 2),
  1091. PLL_35XX_RATE(400000000, 200, 3, 2),
  1092. PLL_35XX_RATE(300000000, 200, 2, 3),
  1093. PLL_35XX_RATE(200000000, 200, 3, 3),
  1094. };
  1095. static struct samsung_pll_clock exynos5x_plls[nr_plls] __initdata = {
  1096. [apll] = PLL(pll_2550, CLK_FOUT_APLL, "fout_apll", "fin_pll", APLL_LOCK,
  1097. APLL_CON0, NULL),
  1098. [cpll] = PLL(pll_2550, CLK_FOUT_CPLL, "fout_cpll", "fin_pll", CPLL_LOCK,
  1099. CPLL_CON0, NULL),
  1100. [dpll] = PLL(pll_2550, CLK_FOUT_DPLL, "fout_dpll", "fin_pll", DPLL_LOCK,
  1101. DPLL_CON0, NULL),
  1102. [epll] = PLL(pll_2650, CLK_FOUT_EPLL, "fout_epll", "fin_pll", EPLL_LOCK,
  1103. EPLL_CON0, NULL),
  1104. [rpll] = PLL(pll_2650, CLK_FOUT_RPLL, "fout_rpll", "fin_pll", RPLL_LOCK,
  1105. RPLL_CON0, NULL),
  1106. [ipll] = PLL(pll_2550, CLK_FOUT_IPLL, "fout_ipll", "fin_pll", IPLL_LOCK,
  1107. IPLL_CON0, NULL),
  1108. [spll] = PLL(pll_2550, CLK_FOUT_SPLL, "fout_spll", "fin_pll", SPLL_LOCK,
  1109. SPLL_CON0, NULL),
  1110. [vpll] = PLL(pll_2550, CLK_FOUT_VPLL, "fout_vpll", "fin_pll", VPLL_LOCK,
  1111. VPLL_CON0, NULL),
  1112. [mpll] = PLL(pll_2550, CLK_FOUT_MPLL, "fout_mpll", "fin_pll", MPLL_LOCK,
  1113. MPLL_CON0, NULL),
  1114. [bpll] = PLL(pll_2550, CLK_FOUT_BPLL, "fout_bpll", "fin_pll", BPLL_LOCK,
  1115. BPLL_CON0, NULL),
  1116. [kpll] = PLL(pll_2550, CLK_FOUT_KPLL, "fout_kpll", "fin_pll", KPLL_LOCK,
  1117. KPLL_CON0, NULL),
  1118. };
  1119. static const struct of_device_id ext_clk_match[] __initconst = {
  1120. { .compatible = "samsung,exynos5420-oscclk", .data = (void *)0, },
  1121. { },
  1122. };
  1123. /* register exynos5420 clocks */
  1124. static void __init exynos5x_clk_init(struct device_node *np,
  1125. enum exynos5x_soc soc)
  1126. {
  1127. struct samsung_clk_provider *ctx;
  1128. if (np) {
  1129. reg_base = of_iomap(np, 0);
  1130. if (!reg_base)
  1131. panic("%s: failed to map registers\n", __func__);
  1132. } else {
  1133. panic("%s: unable to determine soc\n", __func__);
  1134. }
  1135. exynos5x_soc = soc;
  1136. ctx = samsung_clk_init(np, reg_base, CLK_NR_CLKS);
  1137. if (!ctx)
  1138. panic("%s: unable to allocate context.\n", __func__);
  1139. samsung_clk_of_register_fixed_ext(ctx, exynos5x_fixed_rate_ext_clks,
  1140. ARRAY_SIZE(exynos5x_fixed_rate_ext_clks),
  1141. ext_clk_match);
  1142. if (_get_rate("fin_pll") == 24 * MHZ) {
  1143. exynos5x_plls[apll].rate_table = exynos5420_pll2550x_24mhz_tbl;
  1144. exynos5x_plls[kpll].rate_table = exynos5420_pll2550x_24mhz_tbl;
  1145. }
  1146. samsung_clk_register_pll(ctx, exynos5x_plls, ARRAY_SIZE(exynos5x_plls),
  1147. reg_base);
  1148. samsung_clk_register_fixed_rate(ctx, exynos5x_fixed_rate_clks,
  1149. ARRAY_SIZE(exynos5x_fixed_rate_clks));
  1150. samsung_clk_register_fixed_factor(ctx, exynos5x_fixed_factor_clks,
  1151. ARRAY_SIZE(exynos5x_fixed_factor_clks));
  1152. samsung_clk_register_mux(ctx, exynos5x_mux_clks,
  1153. ARRAY_SIZE(exynos5x_mux_clks));
  1154. samsung_clk_register_div(ctx, exynos5x_div_clks,
  1155. ARRAY_SIZE(exynos5x_div_clks));
  1156. samsung_clk_register_gate(ctx, exynos5x_gate_clks,
  1157. ARRAY_SIZE(exynos5x_gate_clks));
  1158. if (soc == EXYNOS5420) {
  1159. samsung_clk_register_mux(ctx, exynos5420_mux_clks,
  1160. ARRAY_SIZE(exynos5420_mux_clks));
  1161. samsung_clk_register_div(ctx, exynos5420_div_clks,
  1162. ARRAY_SIZE(exynos5420_div_clks));
  1163. } else {
  1164. samsung_clk_register_fixed_factor(
  1165. ctx, exynos5800_fixed_factor_clks,
  1166. ARRAY_SIZE(exynos5800_fixed_factor_clks));
  1167. samsung_clk_register_mux(ctx, exynos5800_mux_clks,
  1168. ARRAY_SIZE(exynos5800_mux_clks));
  1169. samsung_clk_register_div(ctx, exynos5800_div_clks,
  1170. ARRAY_SIZE(exynos5800_div_clks));
  1171. samsung_clk_register_gate(ctx, exynos5800_gate_clks,
  1172. ARRAY_SIZE(exynos5800_gate_clks));
  1173. }
  1174. exynos5420_clk_sleep_init();
  1175. samsung_clk_of_add_provider(np, ctx);
  1176. }
  1177. static void __init exynos5420_clk_init(struct device_node *np)
  1178. {
  1179. exynos5x_clk_init(np, EXYNOS5420);
  1180. }
  1181. CLK_OF_DECLARE(exynos5420_clk, "samsung,exynos5420-clock", exynos5420_clk_init);
  1182. static void __init exynos5800_clk_init(struct device_node *np)
  1183. {
  1184. exynos5x_clk_init(np, EXYNOS5800);
  1185. }
  1186. CLK_OF_DECLARE(exynos5800_clk, "samsung,exynos5800-clock", exynos5800_clk_init);