clock-r8a7740.c 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672
  1. /*
  2. * R8A7740 processor support
  3. *
  4. * Copyright (C) 2011 Renesas Solutions Corp.
  5. * Copyright (C) 2011 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program; if not, write to the Free Software
  18. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  19. */
  20. #include <linux/init.h>
  21. #include <linux/kernel.h>
  22. #include <linux/io.h>
  23. #include <linux/sh_clk.h>
  24. #include <linux/clkdev.h>
  25. #include <mach/clock.h>
  26. #include <mach/common.h>
  27. #include <mach/r8a7740.h>
  28. /*
  29. * | MDx | XTAL1/EXTAL1 | System | EXTALR |
  30. * Clock |-------+-----------------+ clock | 32.768 | RCLK
  31. * Mode | 2/1/0 | src MHz | source | KHz | source
  32. * -------+-------+-----------------+-----------+--------+----------
  33. * 0 | 0 0 0 | External 20~50 | XTAL1 | O | EXTALR
  34. * 1 | 0 0 1 | Crystal 20~30 | XTAL1 | O | EXTALR
  35. * 2 | 0 1 0 | External 40~50 | XTAL1 / 2 | O | EXTALR
  36. * 3 | 0 1 1 | Crystal 40~50 | XTAL1 / 2 | O | EXTALR
  37. * 4 | 1 0 0 | External 20~50 | XTAL1 | x | XTAL1 / 1024
  38. * 5 | 1 0 1 | Crystal 20~30 | XTAL1 | x | XTAL1 / 1024
  39. * 6 | 1 1 0 | External 40~50 | XTAL1 / 2 | x | XTAL1 / 2048
  40. * 7 | 1 1 1 | Crystal 40~50 | XTAL1 / 2 | x | XTAL1 / 2048
  41. */
  42. /* CPG registers */
  43. #define FRQCRA IOMEM(0xe6150000)
  44. #define FRQCRB IOMEM(0xe6150004)
  45. #define VCLKCR1 IOMEM(0xE6150008)
  46. #define VCLKCR2 IOMEM(0xE615000c)
  47. #define FRQCRC IOMEM(0xe61500e0)
  48. #define FSIACKCR IOMEM(0xe6150018)
  49. #define PLLC01CR IOMEM(0xe6150028)
  50. #define SUBCKCR IOMEM(0xe6150080)
  51. #define USBCKCR IOMEM(0xe615008c)
  52. #define MSTPSR0 IOMEM(0xe6150030)
  53. #define MSTPSR1 IOMEM(0xe6150038)
  54. #define MSTPSR2 IOMEM(0xe6150040)
  55. #define MSTPSR3 IOMEM(0xe6150048)
  56. #define MSTPSR4 IOMEM(0xe615004c)
  57. #define FSIBCKCR IOMEM(0xe6150090)
  58. #define HDMICKCR IOMEM(0xe6150094)
  59. #define SMSTPCR0 IOMEM(0xe6150130)
  60. #define SMSTPCR1 IOMEM(0xe6150134)
  61. #define SMSTPCR2 IOMEM(0xe6150138)
  62. #define SMSTPCR3 IOMEM(0xe615013c)
  63. #define SMSTPCR4 IOMEM(0xe6150140)
  64. #define FSIDIVA IOMEM(0xFE1F8000)
  65. #define FSIDIVB IOMEM(0xFE1F8008)
  66. /* Fixed 32 KHz root clock from EXTALR pin */
  67. static struct clk extalr_clk = {
  68. .rate = 32768,
  69. };
  70. /*
  71. * 25MHz default rate for the EXTAL1 root input clock.
  72. * If needed, reset this with clk_set_rate() from the platform code.
  73. */
  74. static struct clk extal1_clk = {
  75. .rate = 25000000,
  76. };
  77. /*
  78. * 48MHz default rate for the EXTAL2 root input clock.
  79. * If needed, reset this with clk_set_rate() from the platform code.
  80. */
  81. static struct clk extal2_clk = {
  82. .rate = 48000000,
  83. };
  84. /*
  85. * 27MHz default rate for the DV_CLKI root input clock.
  86. * If needed, reset this with clk_set_rate() from the platform code.
  87. */
  88. static struct clk dv_clk = {
  89. .rate = 27000000,
  90. };
  91. SH_CLK_RATIO(div2, 1, 2);
  92. SH_CLK_RATIO(div1k, 1, 1024);
  93. SH_FIXED_RATIO_CLK(extal1_div2_clk, extal1_clk, div2);
  94. SH_FIXED_RATIO_CLK(extal1_div1024_clk, extal1_clk, div1k);
  95. SH_FIXED_RATIO_CLK(extal1_div2048_clk, extal1_div2_clk, div1k);
  96. SH_FIXED_RATIO_CLK(extal2_div2_clk, extal2_clk, div2);
  97. static struct sh_clk_ops followparent_clk_ops = {
  98. .recalc = followparent_recalc,
  99. };
  100. /* Main clock */
  101. static struct clk system_clk = {
  102. .ops = &followparent_clk_ops,
  103. };
  104. SH_FIXED_RATIO_CLK(system_div2_clk, system_clk, div2);
  105. /* r_clk */
  106. static struct clk r_clk = {
  107. .ops = &followparent_clk_ops,
  108. };
  109. /* PLLC0/PLLC1 */
  110. static unsigned long pllc01_recalc(struct clk *clk)
  111. {
  112. unsigned long mult = 1;
  113. if (__raw_readl(PLLC01CR) & (1 << 14))
  114. mult = ((__raw_readl(clk->enable_reg) >> 24) & 0x7f) + 1;
  115. return clk->parent->rate * mult;
  116. }
  117. static struct sh_clk_ops pllc01_clk_ops = {
  118. .recalc = pllc01_recalc,
  119. };
  120. static struct clk pllc0_clk = {
  121. .ops = &pllc01_clk_ops,
  122. .flags = CLK_ENABLE_ON_INIT,
  123. .parent = &system_clk,
  124. .enable_reg = (void __iomem *)FRQCRC,
  125. };
  126. static struct clk pllc1_clk = {
  127. .ops = &pllc01_clk_ops,
  128. .flags = CLK_ENABLE_ON_INIT,
  129. .parent = &system_div2_clk,
  130. .enable_reg = (void __iomem *)FRQCRA,
  131. };
  132. /* PLLC1 / 2 */
  133. SH_FIXED_RATIO_CLK(pllc1_div2_clk, pllc1_clk, div2);
  134. /* USB clock */
  135. /*
  136. * USBCKCR is controlling usb24 clock
  137. * bit[7] : parent clock
  138. * bit[6] : clock divide rate
  139. * And this bit[7] is used as a "usb24s" from other devices.
  140. * (Video clock / Sub clock / SPU clock)
  141. * You can controll this clock as a below.
  142. *
  143. * struct clk *usb24 = clk_get(dev, "usb24");
  144. * struct clk *usb24s = clk_get(NULL, "usb24s");
  145. * struct clk *system = clk_get(NULL, "system_clk");
  146. * int rate = clk_get_rate(system);
  147. *
  148. * clk_set_parent(usb24s, system); // for bit[7]
  149. * clk_set_rate(usb24, rate / 2); // for bit[6]
  150. */
  151. static struct clk *usb24s_parents[] = {
  152. [0] = &system_clk,
  153. [1] = &extal2_clk
  154. };
  155. static int usb24s_enable(struct clk *clk)
  156. {
  157. __raw_writel(__raw_readl(USBCKCR) & ~(1 << 8), USBCKCR);
  158. return 0;
  159. }
  160. static void usb24s_disable(struct clk *clk)
  161. {
  162. __raw_writel(__raw_readl(USBCKCR) | (1 << 8), USBCKCR);
  163. }
  164. static int usb24s_set_parent(struct clk *clk, struct clk *parent)
  165. {
  166. int i, ret;
  167. u32 val;
  168. if (!clk->parent_table || !clk->parent_num)
  169. return -EINVAL;
  170. /* Search the parent */
  171. for (i = 0; i < clk->parent_num; i++)
  172. if (clk->parent_table[i] == parent)
  173. break;
  174. if (i == clk->parent_num)
  175. return -ENODEV;
  176. ret = clk_reparent(clk, parent);
  177. if (ret < 0)
  178. return ret;
  179. val = __raw_readl(USBCKCR);
  180. val &= ~(1 << 7);
  181. val |= i << 7;
  182. __raw_writel(val, USBCKCR);
  183. return 0;
  184. }
  185. static struct sh_clk_ops usb24s_clk_ops = {
  186. .recalc = followparent_recalc,
  187. .enable = usb24s_enable,
  188. .disable = usb24s_disable,
  189. .set_parent = usb24s_set_parent,
  190. };
  191. static struct clk usb24s_clk = {
  192. .ops = &usb24s_clk_ops,
  193. .parent_table = usb24s_parents,
  194. .parent_num = ARRAY_SIZE(usb24s_parents),
  195. .parent = &system_clk,
  196. };
  197. static unsigned long usb24_recalc(struct clk *clk)
  198. {
  199. return clk->parent->rate /
  200. ((__raw_readl(USBCKCR) & (1 << 6)) ? 1 : 2);
  201. };
  202. static int usb24_set_rate(struct clk *clk, unsigned long rate)
  203. {
  204. u32 val;
  205. /* closer to which ? parent->rate or parent->rate/2 */
  206. val = __raw_readl(USBCKCR);
  207. val &= ~(1 << 6);
  208. val |= (rate > (clk->parent->rate / 4) * 3) << 6;
  209. __raw_writel(val, USBCKCR);
  210. return 0;
  211. }
  212. static struct sh_clk_ops usb24_clk_ops = {
  213. .recalc = usb24_recalc,
  214. .set_rate = usb24_set_rate,
  215. };
  216. static struct clk usb24_clk = {
  217. .ops = &usb24_clk_ops,
  218. .parent = &usb24s_clk,
  219. };
  220. /* External FSIACK/FSIBCK clock */
  221. static struct clk fsiack_clk = {
  222. };
  223. static struct clk fsibck_clk = {
  224. };
  225. static struct clk *main_clks[] = {
  226. &extalr_clk,
  227. &extal1_clk,
  228. &extal2_clk,
  229. &extal1_div2_clk,
  230. &extal1_div1024_clk,
  231. &extal1_div2048_clk,
  232. &extal2_div2_clk,
  233. &dv_clk,
  234. &system_clk,
  235. &system_div2_clk,
  236. &r_clk,
  237. &pllc0_clk,
  238. &pllc1_clk,
  239. &pllc1_div2_clk,
  240. &usb24s_clk,
  241. &usb24_clk,
  242. &fsiack_clk,
  243. &fsibck_clk,
  244. };
  245. /* DIV4 clocks */
  246. static void div4_kick(struct clk *clk)
  247. {
  248. unsigned long value;
  249. /* set KICK bit in FRQCRB to update hardware setting */
  250. value = __raw_readl(FRQCRB);
  251. value |= (1 << 31);
  252. __raw_writel(value, FRQCRB);
  253. }
  254. static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18,
  255. 24, 32, 36, 48, 0, 72, 96, 0 };
  256. static struct clk_div_mult_table div4_div_mult_table = {
  257. .divisors = divisors,
  258. .nr_divisors = ARRAY_SIZE(divisors),
  259. };
  260. static struct clk_div4_table div4_table = {
  261. .div_mult_table = &div4_div_mult_table,
  262. .kick = div4_kick,
  263. };
  264. enum {
  265. DIV4_I, DIV4_ZG, DIV4_B, DIV4_M1, DIV4_HP,
  266. DIV4_HPP, DIV4_USBP, DIV4_S, DIV4_ZB, DIV4_M3, DIV4_CP,
  267. DIV4_NR
  268. };
  269. static struct clk div4_clks[DIV4_NR] = {
  270. [DIV4_I] = SH_CLK_DIV4(&pllc1_clk, FRQCRA, 20, 0x6fff, CLK_ENABLE_ON_INIT),
  271. [DIV4_ZG] = SH_CLK_DIV4(&pllc1_clk, FRQCRA, 16, 0x6fff, CLK_ENABLE_ON_INIT),
  272. [DIV4_B] = SH_CLK_DIV4(&pllc1_clk, FRQCRA, 8, 0x6fff, CLK_ENABLE_ON_INIT),
  273. [DIV4_M1] = SH_CLK_DIV4(&pllc1_clk, FRQCRA, 4, 0x6fff, CLK_ENABLE_ON_INIT),
  274. [DIV4_HP] = SH_CLK_DIV4(&pllc1_clk, FRQCRB, 4, 0x6fff, 0),
  275. [DIV4_HPP] = SH_CLK_DIV4(&pllc1_clk, FRQCRC, 20, 0x6fff, 0),
  276. [DIV4_USBP] = SH_CLK_DIV4(&pllc1_clk, FRQCRC, 16, 0x6fff, 0),
  277. [DIV4_S] = SH_CLK_DIV4(&pllc1_clk, FRQCRC, 12, 0x6fff, 0),
  278. [DIV4_ZB] = SH_CLK_DIV4(&pllc1_clk, FRQCRC, 8, 0x6fff, 0),
  279. [DIV4_M3] = SH_CLK_DIV4(&pllc1_clk, FRQCRC, 4, 0x6fff, 0),
  280. [DIV4_CP] = SH_CLK_DIV4(&pllc1_clk, FRQCRC, 0, 0x6fff, 0),
  281. };
  282. /* DIV6 reparent */
  283. enum {
  284. DIV6_HDMI,
  285. DIV6_VCLK1, DIV6_VCLK2,
  286. DIV6_FSIA, DIV6_FSIB,
  287. DIV6_REPARENT_NR,
  288. };
  289. static struct clk *hdmi_parent[] = {
  290. [0] = &pllc1_div2_clk,
  291. [1] = &system_clk,
  292. [2] = &dv_clk
  293. };
  294. static struct clk *vclk_parents[8] = {
  295. [0] = &pllc1_div2_clk,
  296. [2] = &dv_clk,
  297. [3] = &usb24s_clk,
  298. [4] = &extal1_div2_clk,
  299. [5] = &extalr_clk,
  300. };
  301. static struct clk *fsia_parents[] = {
  302. [0] = &pllc1_div2_clk,
  303. [1] = &fsiack_clk, /* external clock */
  304. };
  305. static struct clk *fsib_parents[] = {
  306. [0] = &pllc1_div2_clk,
  307. [1] = &fsibck_clk, /* external clock */
  308. };
  309. static struct clk div6_reparent_clks[DIV6_REPARENT_NR] = {
  310. [DIV6_HDMI] = SH_CLK_DIV6_EXT(HDMICKCR, 0,
  311. hdmi_parent, ARRAY_SIZE(hdmi_parent), 6, 2),
  312. [DIV6_VCLK1] = SH_CLK_DIV6_EXT(VCLKCR1, 0,
  313. vclk_parents, ARRAY_SIZE(vclk_parents), 12, 3),
  314. [DIV6_VCLK2] = SH_CLK_DIV6_EXT(VCLKCR2, 0,
  315. vclk_parents, ARRAY_SIZE(vclk_parents), 12, 3),
  316. [DIV6_FSIA] = SH_CLK_DIV6_EXT(FSIACKCR, 0,
  317. fsia_parents, ARRAY_SIZE(fsia_parents), 6, 2),
  318. [DIV6_FSIB] = SH_CLK_DIV6_EXT(FSIBCKCR, 0,
  319. fsib_parents, ARRAY_SIZE(fsib_parents), 6, 2),
  320. };
  321. /* DIV6 clocks */
  322. enum {
  323. DIV6_SUB,
  324. DIV6_NR
  325. };
  326. static struct clk div6_clks[DIV6_NR] = {
  327. [DIV6_SUB] = SH_CLK_DIV6(&pllc1_div2_clk, SUBCKCR, 0),
  328. };
  329. /* HDMI1/2 clock */
  330. static unsigned long hdmi12_recalc(struct clk *clk)
  331. {
  332. u32 val = __raw_readl(HDMICKCR);
  333. int shift = (int)clk->priv;
  334. val >>= shift;
  335. val &= 0x3;
  336. return clk->parent->rate / (1 << val);
  337. };
  338. static int hdmi12_set_rate(struct clk *clk, unsigned long rate)
  339. {
  340. u32 val, mask;
  341. int i, shift;
  342. for (i = 0; i < 3; i++)
  343. if (rate == clk->parent->rate / (1 << i))
  344. goto find;
  345. return -ENODEV;
  346. find:
  347. shift = (int)clk->priv;
  348. val = __raw_readl(HDMICKCR);
  349. mask = ~(0x3 << shift);
  350. val = (val & mask) | i << shift;
  351. __raw_writel(val, HDMICKCR);
  352. return 0;
  353. };
  354. static struct sh_clk_ops hdmi12_clk_ops = {
  355. .recalc = hdmi12_recalc,
  356. .set_rate = hdmi12_set_rate,
  357. };
  358. static struct clk hdmi1_clk = {
  359. .ops = &hdmi12_clk_ops,
  360. .priv = (void *)9,
  361. .parent = &div6_reparent_clks[DIV6_HDMI], /* late install */
  362. };
  363. static struct clk hdmi2_clk = {
  364. .ops = &hdmi12_clk_ops,
  365. .priv = (void *)11,
  366. .parent = &div6_reparent_clks[DIV6_HDMI], /* late install */
  367. };
  368. static struct clk *late_main_clks[] = {
  369. &hdmi1_clk,
  370. &hdmi2_clk,
  371. };
  372. /* FSI DIV */
  373. enum { FSIDIV_A, FSIDIV_B, FSIDIV_REPARENT_NR };
  374. static struct clk fsidivs[] = {
  375. [FSIDIV_A] = SH_CLK_FSIDIV(FSIDIVA, &div6_reparent_clks[DIV6_FSIA]),
  376. [FSIDIV_B] = SH_CLK_FSIDIV(FSIDIVB, &div6_reparent_clks[DIV6_FSIB]),
  377. };
  378. /* MSTP */
  379. enum {
  380. MSTP128, MSTP127, MSTP125,
  381. MSTP116, MSTP111, MSTP100, MSTP117,
  382. MSTP230,
  383. MSTP222,
  384. MSTP218, MSTP217, MSTP216, MSTP214,
  385. MSTP207, MSTP206, MSTP204, MSTP203, MSTP202, MSTP201, MSTP200,
  386. MSTP329, MSTP328, MSTP323, MSTP320,
  387. MSTP314, MSTP313, MSTP312,
  388. MSTP309, MSTP304,
  389. MSTP416, MSTP415, MSTP407, MSTP406,
  390. MSTP_NR
  391. };
  392. static struct clk mstp_clks[MSTP_NR] = {
  393. [MSTP128] = SH_CLK_MSTP32(&div4_clks[DIV4_S], SMSTPCR1, 28, 0), /* CEU21 */
  394. [MSTP127] = SH_CLK_MSTP32(&div4_clks[DIV4_S], SMSTPCR1, 27, 0), /* CEU20 */
  395. [MSTP125] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR1, 25, 0), /* TMU0 */
  396. [MSTP117] = SH_CLK_MSTP32(&div4_clks[DIV4_B], SMSTPCR1, 17, 0), /* LCDC1 */
  397. [MSTP116] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR1, 16, 0), /* IIC0 */
  398. [MSTP111] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR1, 11, 0), /* TMU1 */
  399. [MSTP100] = SH_CLK_MSTP32(&div4_clks[DIV4_B], SMSTPCR1, 0, 0), /* LCDC0 */
  400. [MSTP230] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR2, 30, 0), /* SCIFA6 */
  401. [MSTP222] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR2, 22, 0), /* SCIFA7 */
  402. [MSTP218] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR2, 18, 0), /* DMAC1 */
  403. [MSTP217] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR2, 17, 0), /* DMAC2 */
  404. [MSTP216] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR2, 16, 0), /* DMAC3 */
  405. [MSTP214] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR2, 14, 0), /* USBDMAC */
  406. [MSTP207] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR2, 7, 0), /* SCIFA5 */
  407. [MSTP206] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR2, 6, 0), /* SCIFB */
  408. [MSTP204] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR2, 4, 0), /* SCIFA0 */
  409. [MSTP203] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR2, 3, 0), /* SCIFA1 */
  410. [MSTP202] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR2, 2, 0), /* SCIFA2 */
  411. [MSTP201] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR2, 1, 0), /* SCIFA3 */
  412. [MSTP200] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR2, 0, 0), /* SCIFA4 */
  413. [MSTP329] = SH_CLK_MSTP32(&r_clk, SMSTPCR3, 29, 0), /* CMT10 */
  414. [MSTP328] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR3, 28, 0), /* FSI */
  415. [MSTP323] = SH_CLK_MSTP32(&div6_clks[DIV6_SUB], SMSTPCR3, 23, 0), /* IIC1 */
  416. [MSTP320] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR3, 20, 0), /* USBF */
  417. [MSTP314] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR3, 14, 0), /* SDHI0 */
  418. [MSTP313] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR3, 13, 0), /* SDHI1 */
  419. [MSTP312] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR3, 12, 0), /* MMC */
  420. [MSTP309] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR3, 9, 0), /* GEther */
  421. [MSTP304] = SH_CLK_MSTP32(&div4_clks[DIV4_CP], SMSTPCR3, 4, 0), /* TPU0 */
  422. [MSTP416] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR4, 16, 0), /* USBHOST */
  423. [MSTP415] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR4, 15, 0), /* SDHI2 */
  424. [MSTP407] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR4, 7, 0), /* USB-Func */
  425. [MSTP406] = SH_CLK_MSTP32(&div4_clks[DIV4_HP], SMSTPCR4, 6, 0), /* USB Phy */
  426. };
  427. static struct clk_lookup lookups[] = {
  428. /* main clocks */
  429. CLKDEV_CON_ID("extalr", &extalr_clk),
  430. CLKDEV_CON_ID("extal1", &extal1_clk),
  431. CLKDEV_CON_ID("extal2", &extal2_clk),
  432. CLKDEV_CON_ID("extal1_div2", &extal1_div2_clk),
  433. CLKDEV_CON_ID("extal1_div1024", &extal1_div1024_clk),
  434. CLKDEV_CON_ID("extal1_div2048", &extal1_div2048_clk),
  435. CLKDEV_CON_ID("extal2_div2", &extal2_div2_clk),
  436. CLKDEV_CON_ID("dv_clk", &dv_clk),
  437. CLKDEV_CON_ID("system_clk", &system_clk),
  438. CLKDEV_CON_ID("system_div2_clk", &system_div2_clk),
  439. CLKDEV_CON_ID("r_clk", &r_clk),
  440. CLKDEV_CON_ID("pllc0_clk", &pllc0_clk),
  441. CLKDEV_CON_ID("pllc1_clk", &pllc1_clk),
  442. CLKDEV_CON_ID("pllc1_div2_clk", &pllc1_div2_clk),
  443. CLKDEV_CON_ID("usb24s", &usb24s_clk),
  444. CLKDEV_CON_ID("hdmi1", &hdmi1_clk),
  445. CLKDEV_CON_ID("hdmi2", &hdmi2_clk),
  446. CLKDEV_CON_ID("video1", &div6_reparent_clks[DIV6_VCLK1]),
  447. CLKDEV_CON_ID("video2", &div6_reparent_clks[DIV6_VCLK2]),
  448. CLKDEV_CON_ID("fsiack", &fsiack_clk),
  449. CLKDEV_CON_ID("fsibck", &fsibck_clk),
  450. /* DIV4 clocks */
  451. CLKDEV_CON_ID("i_clk", &div4_clks[DIV4_I]),
  452. CLKDEV_CON_ID("zg_clk", &div4_clks[DIV4_ZG]),
  453. CLKDEV_CON_ID("b_clk", &div4_clks[DIV4_B]),
  454. CLKDEV_CON_ID("m1_clk", &div4_clks[DIV4_M1]),
  455. CLKDEV_CON_ID("hp_clk", &div4_clks[DIV4_HP]),
  456. CLKDEV_CON_ID("hpp_clk", &div4_clks[DIV4_HPP]),
  457. CLKDEV_CON_ID("s_clk", &div4_clks[DIV4_S]),
  458. CLKDEV_CON_ID("zb_clk", &div4_clks[DIV4_ZB]),
  459. CLKDEV_CON_ID("m3_clk", &div4_clks[DIV4_M3]),
  460. CLKDEV_CON_ID("cp_clk", &div4_clks[DIV4_CP]),
  461. /* DIV6 clocks */
  462. CLKDEV_CON_ID("sub_clk", &div6_clks[DIV6_SUB]),
  463. /* MSTP32 clocks */
  464. CLKDEV_DEV_ID("sh_mobile_lcdc_fb.0", &mstp_clks[MSTP100]),
  465. CLKDEV_DEV_ID("sh_tmu.3", &mstp_clks[MSTP111]),
  466. CLKDEV_DEV_ID("sh_tmu.4", &mstp_clks[MSTP111]),
  467. CLKDEV_DEV_ID("sh_tmu.5", &mstp_clks[MSTP111]),
  468. CLKDEV_DEV_ID("i2c-sh_mobile.0", &mstp_clks[MSTP116]),
  469. CLKDEV_DEV_ID("fff20000.i2c", &mstp_clks[MSTP116]),
  470. CLKDEV_DEV_ID("sh_mobile_lcdc_fb.1", &mstp_clks[MSTP117]),
  471. CLKDEV_DEV_ID("sh_tmu.0", &mstp_clks[MSTP125]),
  472. CLKDEV_DEV_ID("sh_tmu.1", &mstp_clks[MSTP125]),
  473. CLKDEV_DEV_ID("sh_tmu.2", &mstp_clks[MSTP125]),
  474. CLKDEV_DEV_ID("sh_mobile_ceu.0", &mstp_clks[MSTP127]),
  475. CLKDEV_DEV_ID("sh_mobile_ceu.1", &mstp_clks[MSTP128]),
  476. CLKDEV_DEV_ID("sh-sci.4", &mstp_clks[MSTP200]),
  477. CLKDEV_DEV_ID("e6c80000.sci", &mstp_clks[MSTP200]),
  478. CLKDEV_DEV_ID("sh-sci.3", &mstp_clks[MSTP201]),
  479. CLKDEV_DEV_ID("e6c70000.sci", &mstp_clks[MSTP201]),
  480. CLKDEV_DEV_ID("sh-sci.2", &mstp_clks[MSTP202]),
  481. CLKDEV_DEV_ID("e6c60000.sci", &mstp_clks[MSTP202]),
  482. CLKDEV_DEV_ID("sh-sci.1", &mstp_clks[MSTP203]),
  483. CLKDEV_DEV_ID("e6c50000.sci", &mstp_clks[MSTP203]),
  484. CLKDEV_DEV_ID("sh-sci.0", &mstp_clks[MSTP204]),
  485. CLKDEV_DEV_ID("e6c40000.sci", &mstp_clks[MSTP204]),
  486. CLKDEV_DEV_ID("sh-sci.8", &mstp_clks[MSTP206]),
  487. CLKDEV_DEV_ID("e6c30000.sci", &mstp_clks[MSTP206]),
  488. CLKDEV_DEV_ID("sh-sci.5", &mstp_clks[MSTP207]),
  489. CLKDEV_DEV_ID("e6cb0000.sci", &mstp_clks[MSTP207]),
  490. CLKDEV_DEV_ID("sh-dma-engine.3", &mstp_clks[MSTP214]),
  491. CLKDEV_DEV_ID("sh-dma-engine.2", &mstp_clks[MSTP216]),
  492. CLKDEV_DEV_ID("sh-dma-engine.1", &mstp_clks[MSTP217]),
  493. CLKDEV_DEV_ID("sh-dma-engine.0", &mstp_clks[MSTP218]),
  494. CLKDEV_DEV_ID("sh-sci.7", &mstp_clks[MSTP222]),
  495. CLKDEV_DEV_ID("e6cd0000.sci", &mstp_clks[MSTP222]),
  496. CLKDEV_DEV_ID("sh-sci.6", &mstp_clks[MSTP230]),
  497. CLKDEV_DEV_ID("e6cc0000.sci", &mstp_clks[MSTP230]),
  498. CLKDEV_DEV_ID("sh_cmt.10", &mstp_clks[MSTP329]),
  499. CLKDEV_DEV_ID("sh_fsi2", &mstp_clks[MSTP328]),
  500. CLKDEV_DEV_ID("i2c-sh_mobile.1", &mstp_clks[MSTP323]),
  501. CLKDEV_DEV_ID("e6c20000.i2c", &mstp_clks[MSTP323]),
  502. CLKDEV_DEV_ID("renesas_usbhs", &mstp_clks[MSTP320]),
  503. CLKDEV_DEV_ID("sh_mobile_sdhi.0", &mstp_clks[MSTP314]),
  504. CLKDEV_DEV_ID("e6850000.sdhi", &mstp_clks[MSTP314]),
  505. CLKDEV_DEV_ID("sh_mobile_sdhi.1", &mstp_clks[MSTP313]),
  506. CLKDEV_DEV_ID("e6860000.sdhi", &mstp_clks[MSTP313]),
  507. CLKDEV_DEV_ID("sh_mmcif", &mstp_clks[MSTP312]),
  508. CLKDEV_DEV_ID("e6bd0000.mmcif", &mstp_clks[MSTP312]),
  509. CLKDEV_DEV_ID("r8a7740-gether", &mstp_clks[MSTP309]),
  510. CLKDEV_DEV_ID("e9a00000.sh-eth", &mstp_clks[MSTP309]),
  511. CLKDEV_DEV_ID("renesas_tpu_pwm", &mstp_clks[MSTP304]),
  512. CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP415]),
  513. CLKDEV_DEV_ID("e6870000.sdhi", &mstp_clks[MSTP415]),
  514. /* ICK */
  515. CLKDEV_ICK_ID("host", "renesas_usbhs", &mstp_clks[MSTP416]),
  516. CLKDEV_ICK_ID("func", "renesas_usbhs", &mstp_clks[MSTP407]),
  517. CLKDEV_ICK_ID("phy", "renesas_usbhs", &mstp_clks[MSTP406]),
  518. CLKDEV_ICK_ID("pci", "renesas_usbhs", &div4_clks[DIV4_USBP]),
  519. CLKDEV_ICK_ID("usb24", "renesas_usbhs", &usb24_clk),
  520. CLKDEV_ICK_ID("ick", "sh-mobile-hdmi", &div6_reparent_clks[DIV6_HDMI]),
  521. CLKDEV_ICK_ID("icka", "sh_fsi2", &div6_reparent_clks[DIV6_FSIA]),
  522. CLKDEV_ICK_ID("ickb", "sh_fsi2", &div6_reparent_clks[DIV6_FSIB]),
  523. CLKDEV_ICK_ID("diva", "sh_fsi2", &fsidivs[FSIDIV_A]),
  524. CLKDEV_ICK_ID("divb", "sh_fsi2", &fsidivs[FSIDIV_B]),
  525. CLKDEV_ICK_ID("xcka", "sh_fsi2", &fsiack_clk),
  526. CLKDEV_ICK_ID("xckb", "sh_fsi2", &fsibck_clk),
  527. };
  528. void __init r8a7740_clock_init(u8 md_ck)
  529. {
  530. int k, ret = 0;
  531. /* detect system clock parent */
  532. if (md_ck & MD_CK1)
  533. system_clk.parent = &extal1_div2_clk;
  534. else
  535. system_clk.parent = &extal1_clk;
  536. /* detect RCLK parent */
  537. switch (md_ck & (MD_CK2 | MD_CK1)) {
  538. case MD_CK2 | MD_CK1:
  539. r_clk.parent = &extal1_div2048_clk;
  540. break;
  541. case MD_CK2:
  542. r_clk.parent = &extal1_div1024_clk;
  543. break;
  544. case MD_CK1:
  545. default:
  546. r_clk.parent = &extalr_clk;
  547. break;
  548. }
  549. for (k = 0; !ret && (k < ARRAY_SIZE(main_clks)); k++)
  550. ret = clk_register(main_clks[k]);
  551. if (!ret)
  552. ret = sh_clk_div4_register(div4_clks, DIV4_NR, &div4_table);
  553. if (!ret)
  554. ret = sh_clk_div6_register(div6_clks, DIV6_NR);
  555. if (!ret)
  556. ret = sh_clk_div6_reparent_register(div6_reparent_clks,
  557. DIV6_REPARENT_NR);
  558. if (!ret)
  559. ret = sh_clk_mstp_register(mstp_clks, MSTP_NR);
  560. for (k = 0; !ret && (k < ARRAY_SIZE(late_main_clks)); k++)
  561. ret = clk_register(late_main_clks[k]);
  562. if (!ret)
  563. ret = sh_clk_fsidiv_register(fsidivs, FSIDIV_REPARENT_NR);
  564. clkdev_add_table(lookups, ARRAY_SIZE(lookups));
  565. if (!ret)
  566. shmobile_clk_init();
  567. else
  568. panic("failed to setup r8a7740 clocks\n");
  569. }