clk-exynos5420.c 59 KB

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