blob: f74f882f7f29ea5392c38bf1512c1b2832f7a691 [file] [log] [blame]
Chander Kashyap16090272013-06-19 00:29:34 +09001/*
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
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +010013#include <dt-bindings/clock/exynos5420.h>
Chander Kashyap16090272013-06-19 00:29:34 +090014#include <linux/clk.h>
15#include <linux/clkdev.h>
16#include <linux/clk-provider.h>
17#include <linux/of.h>
18#include <linux/of_address.h>
Tomasz Figa388c7882014-02-14 08:16:00 +090019#include <linux/syscore_ops.h>
Chander Kashyap16090272013-06-19 00:29:34 +090020
21#include "clk.h"
Chander Kashyap16090272013-06-19 00:29:34 +090022
Yadwinder Singh Brarc898c6b2013-06-11 15:01:10 +053023#define APLL_LOCK 0x0
24#define APLL_CON0 0x100
Chander Kashyap16090272013-06-19 00:29:34 +090025#define SRC_CPU 0x200
26#define DIV_CPU0 0x500
27#define DIV_CPU1 0x504
28#define GATE_BUS_CPU 0x700
29#define GATE_SCLK_CPU 0x800
Shaik Ameer Basha77342432014-05-08 16:58:04 +053030#define CLKOUT_CMU_CPU 0xa00
Naveen Krishna Chatradhi5b737212014-02-17 15:14:31 +053031#define GATE_IP_G2D 0x8800
Yadwinder Singh Brarc898c6b2013-06-11 15:01:10 +053032#define CPLL_LOCK 0x10020
33#define DPLL_LOCK 0x10030
34#define EPLL_LOCK 0x10040
35#define RPLL_LOCK 0x10050
36#define IPLL_LOCK 0x10060
37#define SPLL_LOCK 0x10070
Sachin Kamat53cb6342014-03-13 08:57:02 +053038#define VPLL_LOCK 0x10080
Yadwinder Singh Brarc898c6b2013-06-11 15:01:10 +053039#define MPLL_LOCK 0x10090
40#define CPLL_CON0 0x10120
41#define DPLL_CON0 0x10128
42#define EPLL_CON0 0x10130
Shaik Ameer Basha77342432014-05-08 16:58:04 +053043#define EPLL_CON1 0x10134
44#define EPLL_CON2 0x10138
Yadwinder Singh Brarc898c6b2013-06-11 15:01:10 +053045#define RPLL_CON0 0x10140
Shaik Ameer Basha77342432014-05-08 16:58:04 +053046#define RPLL_CON1 0x10144
47#define RPLL_CON2 0x10148
Yadwinder Singh Brarc898c6b2013-06-11 15:01:10 +053048#define IPLL_CON0 0x10150
49#define SPLL_CON0 0x10160
50#define VPLL_CON0 0x10170
51#define MPLL_CON0 0x10180
Chander Kashyap16090272013-06-19 00:29:34 +090052#define SRC_TOP0 0x10200
53#define SRC_TOP1 0x10204
54#define SRC_TOP2 0x10208
55#define SRC_TOP3 0x1020c
56#define SRC_TOP4 0x10210
57#define SRC_TOP5 0x10214
58#define SRC_TOP6 0x10218
59#define SRC_TOP7 0x1021c
Alim Akhtar6520e962014-05-19 22:15:08 +090060#define SRC_TOP8 0x10220 /* 5800 specific */
61#define SRC_TOP9 0x10224 /* 5800 specific */
Chander Kashyap16090272013-06-19 00:29:34 +090062#define SRC_DISP10 0x1022c
63#define SRC_MAU 0x10240
64#define SRC_FSYS 0x10244
65#define SRC_PERIC0 0x10250
66#define SRC_PERIC1 0x10254
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +053067#define SRC_ISP 0x10270
Alim Akhtar6520e962014-05-19 22:15:08 +090068#define SRC_CAM 0x10274 /* 5800 specific */
Chander Kashyap16090272013-06-19 00:29:34 +090069#define SRC_TOP10 0x10280
70#define SRC_TOP11 0x10284
71#define SRC_TOP12 0x10288
Alim Akhtar6520e962014-05-19 22:15:08 +090072#define SRC_TOP13 0x1028c /* 5800 specific */
Shaik Ameer Basha424b6732014-05-08 16:57:55 +053073#define SRC_MASK_TOP2 0x10308
Shaik Ameer Basha31116a62014-05-08 16:58:02 +053074#define SRC_MASK_TOP7 0x1031c
Shaik Ameer Basha424b6732014-05-08 16:57:55 +053075#define SRC_MASK_DISP10 0x1032c
Shaik Ameer Basha31116a62014-05-08 16:58:02 +053076#define SRC_MASK_MAU 0x10334
Chander Kashyap16090272013-06-19 00:29:34 +090077#define SRC_MASK_FSYS 0x10340
78#define SRC_MASK_PERIC0 0x10350
79#define SRC_MASK_PERIC1 0x10354
80#define DIV_TOP0 0x10500
81#define DIV_TOP1 0x10504
82#define DIV_TOP2 0x10508
Alim Akhtar6520e962014-05-19 22:15:08 +090083#define DIV_TOP8 0x10520 /* 5800 specific */
84#define DIV_TOP9 0x10524 /* 5800 specific */
Chander Kashyap16090272013-06-19 00:29:34 +090085#define DIV_DISP10 0x1052c
86#define DIV_MAU 0x10544
87#define DIV_FSYS0 0x10548
88#define DIV_FSYS1 0x1054c
89#define DIV_FSYS2 0x10550
90#define DIV_PERIC0 0x10558
91#define DIV_PERIC1 0x1055c
92#define DIV_PERIC2 0x10560
93#define DIV_PERIC3 0x10564
94#define DIV_PERIC4 0x10568
Alim Akhtar6520e962014-05-19 22:15:08 +090095#define DIV_CAM 0x10574 /* 5800 specific */
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +053096#define SCLK_DIV_ISP0 0x10580
97#define SCLK_DIV_ISP1 0x10584
Shaik Ameer Basha02932382014-05-08 16:57:52 +053098#define DIV2_RATIO0 0x10590
Shaik Ameer Basha1d87db42014-05-08 16:58:00 +053099#define DIV4_RATIO 0x105a0
Chander Kashyap16090272013-06-19 00:29:34 +0900100#define GATE_BUS_TOP 0x10700
Shaik Ameer Basha0a22c302014-05-08 16:57:57 +0530101#define GATE_BUS_GEN 0x1073c
Chander Kashyap16090272013-06-19 00:29:34 +0900102#define GATE_BUS_FSYS0 0x10740
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530103#define GATE_BUS_FSYS2 0x10748
Chander Kashyap16090272013-06-19 00:29:34 +0900104#define GATE_BUS_PERIC 0x10750
105#define GATE_BUS_PERIC1 0x10754
106#define GATE_BUS_PERIS0 0x10760
107#define GATE_BUS_PERIS1 0x10764
Shaik Ameer Basha6575fa72014-05-08 16:57:58 +0530108#define GATE_BUS_NOC 0x10770
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530109#define GATE_TOP_SCLK_ISP 0x10870
Chander Kashyap16090272013-06-19 00:29:34 +0900110#define GATE_IP_GSCL0 0x10910
111#define GATE_IP_GSCL1 0x10920
Alim Akhtar6520e962014-05-19 22:15:08 +0900112#define GATE_IP_CAM 0x10924 /* 5800 specific */
Chander Kashyap16090272013-06-19 00:29:34 +0900113#define GATE_IP_MFC 0x1092c
114#define GATE_IP_DISP1 0x10928
115#define GATE_IP_G3D 0x10930
116#define GATE_IP_GEN 0x10934
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530117#define GATE_IP_FSYS 0x10944
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +0530118#define GATE_IP_PERIC 0x10950
Shaik Ameer Basha0a22c302014-05-08 16:57:57 +0530119#define GATE_IP_PERIS 0x10960
Chander Kashyap16090272013-06-19 00:29:34 +0900120#define GATE_IP_MSCL 0x10970
121#define GATE_TOP_SCLK_GSCL 0x10820
122#define GATE_TOP_SCLK_DISP1 0x10828
123#define GATE_TOP_SCLK_MAU 0x1083c
124#define GATE_TOP_SCLK_FSYS 0x10840
125#define GATE_TOP_SCLK_PERIC 0x10850
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530126#define TOP_SPARE2 0x10b08
Yadwinder Singh Brarc898c6b2013-06-11 15:01:10 +0530127#define BPLL_LOCK 0x20010
128#define BPLL_CON0 0x20110
Yadwinder Singh Brarc898c6b2013-06-11 15:01:10 +0530129#define KPLL_LOCK 0x28000
130#define KPLL_CON0 0x28100
Chander Kashyap16090272013-06-19 00:29:34 +0900131#define SRC_KFC 0x28200
132#define DIV_KFC0 0x28500
133
Alim Akhtar6520e962014-05-19 22:15:08 +0900134/* Exynos5x SoC type */
135enum exynos5x_soc {
136 EXYNOS5420,
137 EXYNOS5800,
138};
139
Yadwinder Singh Brarc898c6b2013-06-11 15:01:10 +0530140/* list of PLLs */
Alim Akhtar6520e962014-05-19 22:15:08 +0900141enum exynos5x_plls {
Yadwinder Singh Brarc898c6b2013-06-11 15:01:10 +0530142 apll, cpll, dpll, epll, rpll, ipll, spll, vpll, mpll,
143 bpll, kpll,
144 nr_plls /* number of PLLs */
145};
146
Tomasz Figa388c7882014-02-14 08:16:00 +0900147static void __iomem *reg_base;
Alim Akhtar6520e962014-05-19 22:15:08 +0900148static enum exynos5x_soc exynos5x_soc;
Tomasz Figa388c7882014-02-14 08:16:00 +0900149
150#ifdef CONFIG_PM_SLEEP
Alim Akhtar6520e962014-05-19 22:15:08 +0900151static struct samsung_clk_reg_dump *exynos5x_save;
152static struct samsung_clk_reg_dump *exynos5800_save;
Tomasz Figa388c7882014-02-14 08:16:00 +0900153
Chander Kashyap16090272013-06-19 00:29:34 +0900154/*
155 * list of controller registers to be saved and restored during a
156 * suspend/resume cycle.
157 */
Alim Akhtar6520e962014-05-19 22:15:08 +0900158static unsigned long exynos5x_clk_regs[] __initdata = {
Chander Kashyap16090272013-06-19 00:29:34 +0900159 SRC_CPU,
160 DIV_CPU0,
161 DIV_CPU1,
162 GATE_BUS_CPU,
163 GATE_SCLK_CPU,
Shaik Ameer Basha77342432014-05-08 16:58:04 +0530164 CLKOUT_CMU_CPU,
165 EPLL_CON0,
166 EPLL_CON1,
167 EPLL_CON2,
168 RPLL_CON0,
169 RPLL_CON1,
170 RPLL_CON2,
Chander Kashyap16090272013-06-19 00:29:34 +0900171 SRC_TOP0,
172 SRC_TOP1,
173 SRC_TOP2,
174 SRC_TOP3,
175 SRC_TOP4,
176 SRC_TOP5,
177 SRC_TOP6,
178 SRC_TOP7,
179 SRC_DISP10,
180 SRC_MAU,
181 SRC_FSYS,
182 SRC_PERIC0,
183 SRC_PERIC1,
184 SRC_TOP10,
185 SRC_TOP11,
186 SRC_TOP12,
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530187 SRC_MASK_TOP2,
Shaik Ameer Basha31116a62014-05-08 16:58:02 +0530188 SRC_MASK_TOP7,
Chander Kashyap16090272013-06-19 00:29:34 +0900189 SRC_MASK_DISP10,
190 SRC_MASK_FSYS,
191 SRC_MASK_PERIC0,
192 SRC_MASK_PERIC1,
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530193 SRC_ISP,
Chander Kashyap16090272013-06-19 00:29:34 +0900194 DIV_TOP0,
195 DIV_TOP1,
196 DIV_TOP2,
197 DIV_DISP10,
198 DIV_MAU,
199 DIV_FSYS0,
200 DIV_FSYS1,
201 DIV_FSYS2,
202 DIV_PERIC0,
203 DIV_PERIC1,
204 DIV_PERIC2,
205 DIV_PERIC3,
206 DIV_PERIC4,
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530207 SCLK_DIV_ISP0,
208 SCLK_DIV_ISP1,
Shaik Ameer Basha02932382014-05-08 16:57:52 +0530209 DIV2_RATIO0,
Shaik Ameer Basha1d87db42014-05-08 16:58:00 +0530210 DIV4_RATIO,
Chander Kashyap16090272013-06-19 00:29:34 +0900211 GATE_BUS_TOP,
Shaik Ameer Basha0a22c302014-05-08 16:57:57 +0530212 GATE_BUS_GEN,
Chander Kashyap16090272013-06-19 00:29:34 +0900213 GATE_BUS_FSYS0,
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530214 GATE_BUS_FSYS2,
Chander Kashyap16090272013-06-19 00:29:34 +0900215 GATE_BUS_PERIC,
216 GATE_BUS_PERIC1,
217 GATE_BUS_PERIS0,
218 GATE_BUS_PERIS1,
Shaik Ameer Basha6575fa72014-05-08 16:57:58 +0530219 GATE_BUS_NOC,
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530220 GATE_TOP_SCLK_ISP,
Chander Kashyap16090272013-06-19 00:29:34 +0900221 GATE_IP_GSCL0,
222 GATE_IP_GSCL1,
223 GATE_IP_MFC,
224 GATE_IP_DISP1,
225 GATE_IP_G3D,
226 GATE_IP_GEN,
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530227 GATE_IP_FSYS,
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +0530228 GATE_IP_PERIC,
Shaik Ameer Basha0a22c302014-05-08 16:57:57 +0530229 GATE_IP_PERIS,
Chander Kashyap16090272013-06-19 00:29:34 +0900230 GATE_IP_MSCL,
231 GATE_TOP_SCLK_GSCL,
232 GATE_TOP_SCLK_DISP1,
233 GATE_TOP_SCLK_MAU,
234 GATE_TOP_SCLK_FSYS,
235 GATE_TOP_SCLK_PERIC,
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530236 TOP_SPARE2,
Chander Kashyap16090272013-06-19 00:29:34 +0900237 SRC_KFC,
238 DIV_KFC0,
239};
240
Alim Akhtar6520e962014-05-19 22:15:08 +0900241static unsigned long exynos5800_clk_regs[] __initdata = {
242 SRC_TOP8,
243 SRC_TOP9,
244 SRC_CAM,
245 SRC_TOP1,
246 DIV_TOP8,
247 DIV_TOP9,
248 DIV_CAM,
249 GATE_IP_CAM,
250};
251
Tomasz Figa388c7882014-02-14 08:16:00 +0900252static int exynos5420_clk_suspend(void)
253{
Alim Akhtar6520e962014-05-19 22:15:08 +0900254 samsung_clk_save(reg_base, exynos5x_save,
255 ARRAY_SIZE(exynos5x_clk_regs));
256
257 if (exynos5x_soc == EXYNOS5800)
258 samsung_clk_save(reg_base, exynos5800_save,
259 ARRAY_SIZE(exynos5800_clk_regs));
Tomasz Figa388c7882014-02-14 08:16:00 +0900260
261 return 0;
262}
263
264static void exynos5420_clk_resume(void)
265{
Alim Akhtar6520e962014-05-19 22:15:08 +0900266 samsung_clk_restore(reg_base, exynos5x_save,
267 ARRAY_SIZE(exynos5x_clk_regs));
268
269 if (exynos5x_soc == EXYNOS5800)
270 samsung_clk_restore(reg_base, exynos5800_save,
271 ARRAY_SIZE(exynos5800_clk_regs));
Tomasz Figa388c7882014-02-14 08:16:00 +0900272}
273
274static struct syscore_ops exynos5420_clk_syscore_ops = {
275 .suspend = exynos5420_clk_suspend,
276 .resume = exynos5420_clk_resume,
277};
278
279static void exynos5420_clk_sleep_init(void)
280{
Alim Akhtar6520e962014-05-19 22:15:08 +0900281 exynos5x_save = samsung_clk_alloc_reg_dump(exynos5x_clk_regs,
282 ARRAY_SIZE(exynos5x_clk_regs));
283 if (!exynos5x_save) {
Tomasz Figa388c7882014-02-14 08:16:00 +0900284 pr_warn("%s: failed to allocate sleep save data, no sleep support!\n",
285 __func__);
286 return;
287 }
288
Alim Akhtar6520e962014-05-19 22:15:08 +0900289 if (exynos5x_soc == EXYNOS5800) {
290 exynos5800_save =
291 samsung_clk_alloc_reg_dump(exynos5800_clk_regs,
292 ARRAY_SIZE(exynos5800_clk_regs));
293 if (!exynos5800_save)
294 goto err_soc;
295 }
296
Tomasz Figa388c7882014-02-14 08:16:00 +0900297 register_syscore_ops(&exynos5420_clk_syscore_ops);
Alim Akhtar6520e962014-05-19 22:15:08 +0900298 return;
299err_soc:
300 kfree(exynos5x_save);
301 pr_warn("%s: failed to allocate sleep save data, no sleep support!\n",
302 __func__);
303 return;
Tomasz Figa388c7882014-02-14 08:16:00 +0900304}
305#else
306static void exynos5420_clk_sleep_init(void) {}
307#endif
308
Chander Kashyap16090272013-06-19 00:29:34 +0900309/* list of all parent clocks */
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530310PNAME(mout_mspll_cpu_p) = {"mout_sclk_cpll", "mout_sclk_dpll",
311 "mout_sclk_mpll", "mout_sclk_spll"};
312PNAME(mout_cpu_p) = {"mout_apll" , "mout_mspll_cpu"};
313PNAME(mout_kfc_p) = {"mout_kpll" , "mout_mspll_kfc"};
314PNAME(mout_apll_p) = {"fin_pll", "fout_apll"};
315PNAME(mout_bpll_p) = {"fin_pll", "fout_bpll"};
316PNAME(mout_cpll_p) = {"fin_pll", "fout_cpll"};
317PNAME(mout_dpll_p) = {"fin_pll", "fout_dpll"};
318PNAME(mout_epll_p) = {"fin_pll", "fout_epll"};
319PNAME(mout_ipll_p) = {"fin_pll", "fout_ipll"};
320PNAME(mout_kpll_p) = {"fin_pll", "fout_kpll"};
321PNAME(mout_mpll_p) = {"fin_pll", "fout_mpll"};
322PNAME(mout_rpll_p) = {"fin_pll", "fout_rpll"};
323PNAME(mout_spll_p) = {"fin_pll", "fout_spll"};
324PNAME(mout_vpll_p) = {"fin_pll", "fout_vpll"};
Chander Kashyap16090272013-06-19 00:29:34 +0900325
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530326PNAME(mout_group1_p) = {"mout_sclk_cpll", "mout_sclk_dpll",
327 "mout_sclk_mpll"};
328PNAME(mout_group2_p) = {"fin_pll", "mout_sclk_cpll",
329 "mout_sclk_dpll", "mout_sclk_mpll", "mout_sclk_spll",
330 "mout_sclk_ipll", "mout_sclk_epll", "mout_sclk_rpll"};
331PNAME(mout_group3_p) = {"mout_sclk_rpll", "mout_sclk_spll"};
332PNAME(mout_group4_p) = {"mout_sclk_ipll", "mout_sclk_dpll", "mout_sclk_mpll"};
333PNAME(mout_group5_p) = {"mout_sclk_vpll", "mout_sclk_dpll"};
Chander Kashyap16090272013-06-19 00:29:34 +0900334
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530335PNAME(mout_fimd1_final_p) = {"mout_fimd1", "mout_fimd1_opt"};
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530336PNAME(mout_sw_aclk66_p) = {"dout_aclk66", "mout_sclk_spll"};
Shaik Ameer Bashab31ca2a2014-05-08 16:58:03 +0530337PNAME(mout_user_aclk66_peric_p) = { "fin_pll", "mout_sw_aclk66"};
338PNAME(mout_user_pclk66_gpio_p) = {"mout_sw_aclk66", "ff_sw_aclk66"};
Chander Kashyap16090272013-06-19 00:29:34 +0900339
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530340PNAME(mout_sw_aclk200_fsys_p) = {"dout_aclk200_fsys", "mout_sclk_spll"};
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530341PNAME(mout_sw_pclk200_fsys_p) = {"dout_pclk200_fsys", "mout_sclk_spll"};
342PNAME(mout_user_pclk200_fsys_p) = {"fin_pll", "mout_sw_pclk200_fsys"};
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530343PNAME(mout_user_aclk200_fsys_p) = {"fin_pll", "mout_sw_aclk200_fsys"};
Chander Kashyap16090272013-06-19 00:29:34 +0900344
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530345PNAME(mout_sw_aclk200_fsys2_p) = {"dout_aclk200_fsys2", "mout_sclk_spll"};
346PNAME(mout_user_aclk200_fsys2_p) = {"fin_pll", "mout_sw_aclk200_fsys2"};
Shaik Ameer Basha6575fa72014-05-08 16:57:58 +0530347PNAME(mout_sw_aclk100_noc_p) = {"dout_aclk100_noc", "mout_sclk_spll"};
348PNAME(mout_user_aclk100_noc_p) = {"fin_pll", "mout_sw_aclk100_noc"};
349
350PNAME(mout_sw_aclk400_wcore_p) = {"dout_aclk400_wcore", "mout_sclk_spll"};
351PNAME(mout_aclk400_wcore_bpll_p) = {"mout_aclk400_wcore", "sclk_bpll"};
352PNAME(mout_user_aclk400_wcore_p) = {"fin_pll", "mout_sw_aclk400_wcore"};
353
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530354PNAME(mout_sw_aclk400_isp_p) = {"dout_aclk400_isp", "mout_sclk_spll"};
355PNAME(mout_user_aclk400_isp_p) = {"fin_pll", "mout_sw_aclk400_isp"};
356
357PNAME(mout_sw_aclk333_432_isp0_p) = {"dout_aclk333_432_isp0",
358 "mout_sclk_spll"};
359PNAME(mout_user_aclk333_432_isp0_p) = {"fin_pll", "mout_sw_aclk333_432_isp0"};
360
361PNAME(mout_sw_aclk333_432_isp_p) = {"dout_aclk333_432_isp", "mout_sclk_spll"};
362PNAME(mout_user_aclk333_432_isp_p) = {"fin_pll", "mout_sw_aclk333_432_isp"};
Chander Kashyap16090272013-06-19 00:29:34 +0900363
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530364PNAME(mout_sw_aclk200_p) = {"dout_aclk200", "mout_sclk_spll"};
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530365PNAME(mout_user_aclk200_disp1_p) = {"fin_pll", "mout_sw_aclk200"};
Chander Kashyap16090272013-06-19 00:29:34 +0900366
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530367PNAME(mout_sw_aclk400_mscl_p) = {"dout_aclk400_mscl", "mout_sclk_spll"};
368PNAME(mout_user_aclk400_mscl_p) = {"fin_pll", "mout_sw_aclk400_mscl"};
Chander Kashyap16090272013-06-19 00:29:34 +0900369
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530370PNAME(mout_sw_aclk333_p) = {"dout_aclk333", "mout_sclk_spll"};
371PNAME(mout_user_aclk333_p) = {"fin_pll", "mout_sw_aclk333"};
Chander Kashyap16090272013-06-19 00:29:34 +0900372
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530373PNAME(mout_sw_aclk166_p) = {"dout_aclk166", "mout_sclk_spll"};
374PNAME(mout_user_aclk166_p) = {"fin_pll", "mout_sw_aclk166"};
Chander Kashyap16090272013-06-19 00:29:34 +0900375
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530376PNAME(mout_sw_aclk266_p) = {"dout_aclk266", "mout_sclk_spll"};
377PNAME(mout_user_aclk266_p) = {"fin_pll", "mout_sw_aclk266"};
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530378PNAME(mout_user_aclk266_isp_p) = {"fin_pll", "mout_sw_aclk266"};
Chander Kashyap16090272013-06-19 00:29:34 +0900379
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530380PNAME(mout_sw_aclk333_432_gscl_p) = {"dout_aclk333_432_gscl", "mout_sclk_spll"};
381PNAME(mout_user_aclk333_432_gscl_p) = {"fin_pll", "mout_sw_aclk333_432_gscl"};
Chander Kashyap16090272013-06-19 00:29:34 +0900382
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530383PNAME(mout_sw_aclk300_gscl_p) = {"dout_aclk300_gscl", "mout_sclk_spll"};
384PNAME(mout_user_aclk300_gscl_p) = {"fin_pll", "mout_sw_aclk300_gscl"};
Chander Kashyap16090272013-06-19 00:29:34 +0900385
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530386PNAME(mout_sw_aclk300_disp1_p) = {"dout_aclk300_disp1", "mout_sclk_spll"};
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530387PNAME(mout_sw_aclk400_disp1_p) = {"dout_aclk400_disp1", "mout_sclk_spll"};
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530388PNAME(mout_user_aclk300_disp1_p) = {"fin_pll", "mout_sw_aclk300_disp1"};
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530389PNAME(mout_user_aclk400_disp1_p) = {"fin_pll", "mout_sw_aclk400_disp1"};
Chander Kashyap16090272013-06-19 00:29:34 +0900390
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530391PNAME(mout_sw_aclk300_jpeg_p) = {"dout_aclk300_jpeg", "mout_sclk_spll"};
392PNAME(mout_user_aclk300_jpeg_p) = {"fin_pll", "mout_sw_aclk300_jpeg"};
Chander Kashyap16090272013-06-19 00:29:34 +0900393
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530394PNAME(mout_sw_aclk_g3d_p) = {"dout_aclk_g3d", "mout_sclk_spll"};
395PNAME(mout_user_aclk_g3d_p) = {"fin_pll", "mout_sw_aclk_g3d"};
Chander Kashyap16090272013-06-19 00:29:34 +0900396
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530397PNAME(mout_sw_aclk266_g2d_p) = {"dout_aclk266_g2d", "mout_sclk_spll"};
398PNAME(mout_user_aclk266_g2d_p) = {"fin_pll", "mout_sw_aclk266_g2d"};
Chander Kashyap16090272013-06-19 00:29:34 +0900399
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530400PNAME(mout_sw_aclk333_g2d_p) = {"dout_aclk333_g2d", "mout_sclk_spll"};
401PNAME(mout_user_aclk333_g2d_p) = {"fin_pll", "mout_sw_aclk333_g2d"};
Chander Kashyap16090272013-06-19 00:29:34 +0900402
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530403PNAME(mout_audio0_p) = {"fin_pll", "cdclk0", "mout_sclk_dpll",
404 "mout_sclk_mpll", "mout_sclk_spll", "mout_sclk_ipll",
405 "mout_sclk_epll", "mout_sclk_rpll"};
406PNAME(mout_audio1_p) = {"fin_pll", "cdclk1", "mout_sclk_dpll",
407 "mout_sclk_mpll", "mout_sclk_spll", "mout_sclk_ipll",
408 "mout_sclk_epll", "mout_sclk_rpll"};
409PNAME(mout_audio2_p) = {"fin_pll", "cdclk2", "mout_sclk_dpll",
410 "mout_sclk_mpll", "mout_sclk_spll", "mout_sclk_ipll",
411 "mout_sclk_epll", "mout_sclk_rpll"};
412PNAME(mout_spdif_p) = {"fin_pll", "dout_audio0", "dout_audio1",
413 "dout_audio2", "spdif_extclk", "mout_sclk_ipll",
414 "mout_sclk_epll", "mout_sclk_rpll"};
415PNAME(mout_hdmi_p) = {"dout_hdmi_pixel", "sclk_hdmiphy"};
416PNAME(mout_maudio0_p) = {"fin_pll", "maudio_clk", "mout_sclk_dpll",
417 "mout_sclk_mpll", "mout_sclk_spll", "mout_sclk_ipll",
418 "mout_sclk_epll", "mout_sclk_rpll"};
Shaik Ameer Basha31116a62014-05-08 16:58:02 +0530419PNAME(mout_mau_epll_clk_p) = {"mout_sclk_epll", "mout_sclk_dpll",
420 "mout_sclk_mpll", "mout_sclk_spll"};
Alim Akhtar6520e962014-05-19 22:15:08 +0900421/* List of parents specific to exynos5800 */
422PNAME(mout_epll2_5800_p) = { "mout_sclk_epll", "ff_dout_epll2" };
423PNAME(mout_group1_5800_p) = { "mout_sclk_cpll", "mout_sclk_dpll",
424 "mout_sclk_mpll", "ff_dout_spll2" };
425PNAME(mout_group2_5800_p) = { "mout_sclk_cpll", "mout_sclk_dpll",
426 "mout_sclk_mpll", "ff_dout_spll2",
427 "mout_epll2", "mout_sclk_ipll" };
428PNAME(mout_group3_5800_p) = { "mout_sclk_cpll", "mout_sclk_dpll",
429 "mout_sclk_mpll", "ff_dout_spll2",
430 "mout_epll2" };
431PNAME(mout_group5_5800_p) = { "mout_sclk_cpll", "mout_sclk_dpll",
432 "mout_sclk_mpll", "mout_sclk_spll" };
433PNAME(mout_group6_5800_p) = { "mout_sclk_ipll", "mout_sclk_dpll",
434 "mout_sclk_mpll", "ff_dout_spll2" };
435PNAME(mout_group7_5800_p) = { "mout_sclk_cpll", "mout_sclk_dpll",
436 "mout_sclk_mpll", "mout_sclk_spll",
437 "mout_epll2", "mout_sclk_ipll" };
438PNAME(mout_mau_epll_clk_5800_p) = { "mout_sclk_epll", "mout_sclk_dpll",
439 "mout_sclk_mpll",
440 "ff_dout_spll2" };
441PNAME(mout_group8_5800_p) = { "dout_aclk432_scaler", "dout_sclk_sw" };
442PNAME(mout_group9_5800_p) = { "dout_osc_div", "mout_sw_aclk432_scaler" };
443PNAME(mout_group10_5800_p) = { "dout_aclk432_cam", "dout_sclk_sw" };
444PNAME(mout_group11_5800_p) = { "dout_osc_div", "mout_sw_aclk432_cam" };
445PNAME(mout_group12_5800_p) = { "dout_aclkfl1_550_cam", "dout_sclk_sw" };
446PNAME(mout_group13_5800_p) = { "dout_osc_div", "mout_sw_aclkfl1_550_cam" };
447PNAME(mout_group14_5800_p) = { "dout_aclk550_cam", "dout_sclk_sw" };
448PNAME(mout_group15_5800_p) = { "dout_osc_div", "mout_sw_aclk550_cam" };
Chander Kashyap16090272013-06-19 00:29:34 +0900449
450/* fixed rate clocks generated outside the soc */
Alim Akhtar6520e962014-05-19 22:15:08 +0900451static struct samsung_fixed_rate_clock
452 exynos5x_fixed_rate_ext_clks[] __initdata = {
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100453 FRATE(CLK_FIN_PLL, "fin_pll", NULL, CLK_IS_ROOT, 0),
Chander Kashyap16090272013-06-19 00:29:34 +0900454};
455
456/* fixed rate clocks generated inside the soc */
Alim Akhtar6520e962014-05-19 22:15:08 +0900457static struct samsung_fixed_rate_clock exynos5x_fixed_rate_clks[] __initdata = {
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100458 FRATE(CLK_SCLK_HDMIPHY, "sclk_hdmiphy", NULL, CLK_IS_ROOT, 24000000),
459 FRATE(0, "sclk_pwi", NULL, CLK_IS_ROOT, 24000000),
460 FRATE(0, "sclk_usbh20", NULL, CLK_IS_ROOT, 48000000),
461 FRATE(0, "mphy_refclk_ixtal24", NULL, CLK_IS_ROOT, 48000000),
462 FRATE(0, "sclk_usbh20_scan_clk", NULL, CLK_IS_ROOT, 480000000),
Chander Kashyap16090272013-06-19 00:29:34 +0900463};
464
Alim Akhtar6520e962014-05-19 22:15:08 +0900465static struct samsung_fixed_factor_clock
466 exynos5x_fixed_factor_clks[] __initdata = {
Shaik Ameer Bashab31ca2a2014-05-08 16:58:03 +0530467 FFACTOR(0, "ff_hsic_12m", "fin_pll", 1, 2, 0),
468 FFACTOR(0, "ff_sw_aclk66", "mout_sw_aclk66", 1, 2, 0),
Chander Kashyap16090272013-06-19 00:29:34 +0900469};
470
Alim Akhtar6520e962014-05-19 22:15:08 +0900471static struct samsung_fixed_factor_clock
472 exynos5800_fixed_factor_clks[] __initdata = {
473 FFACTOR(0, "ff_dout_epll2", "mout_sclk_epll", 1, 2, 0),
474 FFACTOR(0, "ff_dout_spll2", "mout_sclk_spll", 1, 2, 0),
475};
476
477struct samsung_mux_clock exynos5800_mux_clks[] __initdata = {
478 MUX(0, "mout_aclk400_isp", mout_group3_5800_p, SRC_TOP0, 0, 3),
479 MUX(0, "mout_aclk400_mscl", mout_group3_5800_p, SRC_TOP0, 4, 3),
480 MUX(0, "mout_aclk400_wcore", mout_group2_5800_p, SRC_TOP0, 16, 3),
481 MUX(0, "mout_aclk100_noc", mout_group1_5800_p, SRC_TOP0, 20, 2),
482
483 MUX(0, "mout_aclk333_432_gscl", mout_group6_5800_p, SRC_TOP1, 0, 2),
484 MUX(0, "mout_aclk333_432_isp", mout_group6_5800_p, SRC_TOP1, 4, 2),
485 MUX(0, "mout_aclk333_432_isp0", mout_group6_5800_p, SRC_TOP1, 12, 2),
486 MUX(0, "mout_aclk266", mout_group5_5800_p, SRC_TOP1, 20, 2),
487 MUX(0, "mout_aclk333", mout_group1_5800_p, SRC_TOP1, 28, 2),
488
489 MUX(0, "mout_aclk400_disp1", mout_group7_5800_p, SRC_TOP2, 4, 3),
490 MUX(0, "mout_aclk333_g2d", mout_group5_5800_p, SRC_TOP2, 8, 2),
491 MUX(0, "mout_aclk266_g2d", mout_group5_5800_p, SRC_TOP2, 12, 2),
492 MUX(0, "mout_aclk300_jpeg", mout_group5_5800_p, SRC_TOP2, 20, 2),
493 MUX(0, "mout_aclk300_disp1", mout_group5_5800_p, SRC_TOP2, 24, 2),
494 MUX(0, "mout_aclk300_gscl", mout_group5_5800_p, SRC_TOP2, 28, 2),
495
496 MUX(0, "mout_mau_epll_clk", mout_mau_epll_clk_5800_p, SRC_TOP7,
497 20, 2),
498 MUX(0, "sclk_bpll", mout_bpll_p, SRC_TOP7, 24, 1),
499 MUX(0, "mout_epll2", mout_epll2_5800_p, SRC_TOP7, 28, 1),
500
501 MUX(0, "mout_aclk550_cam", mout_group3_5800_p, SRC_TOP8, 16, 3),
502 MUX(0, "mout_aclkfl1_550_cam", mout_group3_5800_p, SRC_TOP8, 20, 3),
503 MUX(0, "mout_aclk432_cam", mout_group6_5800_p, SRC_TOP8, 24, 2),
504 MUX(0, "mout_aclk432_scaler", mout_group6_5800_p, SRC_TOP8, 28, 2),
505
506 MUX(0, "mout_user_aclk550_cam", mout_group15_5800_p,
507 SRC_TOP9, 16, 1),
508 MUX(0, "mout_user_aclkfl1_550_cam", mout_group13_5800_p,
509 SRC_TOP9, 20, 1),
510 MUX(0, "mout_user_aclk432_cam", mout_group11_5800_p,
511 SRC_TOP9, 24, 1),
512 MUX(0, "mout_user_aclk432_scaler", mout_group9_5800_p,
513 SRC_TOP9, 28, 1),
514
515 MUX(0, "mout_sw_aclk550_cam", mout_group14_5800_p, SRC_TOP13, 16, 1),
516 MUX(0, "mout_sw_aclkfl1_550_cam", mout_group12_5800_p,
517 SRC_TOP13, 20, 1),
518 MUX(0, "mout_sw_aclk432_cam", mout_group10_5800_p,
519 SRC_TOP13, 24, 1),
520 MUX(0, "mout_sw_aclk432_scaler", mout_group8_5800_p,
521 SRC_TOP13, 28, 1),
522
523 MUX(0, "mout_fimd1", mout_group2_p, SRC_DISP10, 4, 3),
524};
525
526struct samsung_div_clock exynos5800_div_clks[] __initdata = {
527 DIV(0, "dout_aclk400_wcore", "mout_aclk400_wcore", DIV_TOP0, 16, 3),
528
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
538 DIV(0, "dout_osc_div", "fin_pll", DIV_TOP9, 20, 3),
539 DIV(0, "dout_sclk_sw", "sclk_spll", DIV_TOP9, 24, 6),
540};
541
542struct samsung_gate_clock exynos5800_gate_clks[] __initdata = {
543 GATE(CLK_ACLK550_CAM, "aclk550_cam", "mout_user_aclk550_cam",
544 GATE_BUS_TOP, 24, 0, 0),
545 GATE(CLK_ACLK432_SCALER, "aclk432_scaler", "mout_user_aclk432_scaler",
546 GATE_BUS_TOP, 27, 0, 0),
547};
548
549struct samsung_mux_clock exynos5420_mux_clks[] __initdata = {
550 MUX(0, "sclk_bpll", mout_bpll_p, TOP_SPARE2, 0, 1),
551 MUX(0, "mout_aclk400_wcore_bpll", mout_aclk400_wcore_bpll_p,
552 TOP_SPARE2, 4, 1),
553
554 MUX(0, "mout_aclk400_isp", mout_group1_p, SRC_TOP0, 0, 2),
555 MUX_A(0, "mout_aclk400_mscl", mout_group1_p,
556 SRC_TOP0, 4, 2, "aclk400_mscl"),
557 MUX(0, "mout_aclk400_wcore", mout_group1_p, SRC_TOP0, 16, 2),
558 MUX(0, "mout_aclk100_noc", mout_group1_p, SRC_TOP0, 20, 2),
559
560 MUX(0, "mout_aclk333_432_gscl", mout_group4_p, SRC_TOP1, 0, 2),
561 MUX(0, "mout_aclk333_432_isp", mout_group4_p,
562 SRC_TOP1, 4, 2),
563 MUX(0, "mout_aclk333_432_isp0", mout_group4_p, SRC_TOP1, 12, 2),
564 MUX(0, "mout_aclk266", mout_group1_p, SRC_TOP1, 20, 2),
565 MUX(0, "mout_aclk333", mout_group1_p, SRC_TOP1, 28, 2),
566
567 MUX(0, "mout_aclk400_disp1", mout_group1_p, SRC_TOP2, 4, 2),
568 MUX(0, "mout_aclk333_g2d", mout_group1_p, SRC_TOP2, 8, 2),
569 MUX(0, "mout_aclk266_g2d", mout_group1_p, SRC_TOP2, 12, 2),
570 MUX(0, "mout_aclk300_jpeg", mout_group1_p, SRC_TOP2, 20, 2),
571 MUX(0, "mout_aclk300_disp1", mout_group1_p, SRC_TOP2, 24, 2),
572 MUX(0, "mout_aclk300_gscl", mout_group1_p, SRC_TOP2, 28, 2),
573
574 MUX(0, "mout_mau_epll_clk", mout_mau_epll_clk_p, SRC_TOP7, 20, 2),
575
576 MUX(0, "mout_fimd1", mout_group3_p, SRC_DISP10, 4, 1),
577};
578
579struct samsung_div_clock exynos5420_div_clks[] __initdata = {
580 DIV(0, "dout_aclk400_wcore", "mout_aclk400_wcore_bpll",
581 DIV_TOP0, 16, 3),
582};
583
584static struct samsung_mux_clock exynos5x_mux_clks[] __initdata = {
Shaik Ameer Bashab31ca2a2014-05-08 16:58:03 +0530585 MUX(0, "mout_user_pclk66_gpio", mout_user_pclk66_gpio_p,
586 SRC_TOP7, 4, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530587 MUX(0, "mout_mspll_kfc", mout_mspll_cpu_p, SRC_TOP7, 8, 2),
588 MUX(0, "mout_mspll_cpu", mout_mspll_cpu_p, SRC_TOP7, 12, 2),
Shaik Ameer Basha31116a62014-05-08 16:58:02 +0530589
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530590 MUX(0, "mout_apll", mout_apll_p, SRC_CPU, 0, 1),
591 MUX(0, "mout_cpu", mout_cpu_p, SRC_CPU, 16, 1),
592 MUX(0, "mout_kpll", mout_kpll_p, SRC_KFC, 0, 1),
593 MUX(0, "mout_kfc", mout_kfc_p, SRC_KFC, 16, 1),
Chander Kashyap16090272013-06-19 00:29:34 +0900594
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530595 MUX(0, "mout_aclk200", mout_group1_p, SRC_TOP0, 8, 2),
596 MUX(0, "mout_aclk200_fsys2", mout_group1_p, SRC_TOP0, 12, 2),
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530597 MUX(0, "mout_pclk200_fsys", mout_group1_p, SRC_TOP0, 24, 2),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530598 MUX(0, "mout_aclk200_fsys", mout_group1_p, SRC_TOP0, 28, 2),
Chander Kashyap16090272013-06-19 00:29:34 +0900599
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530600 MUX(0, "mout_aclk66", mout_group1_p, SRC_TOP1, 8, 2),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530601 MUX(0, "mout_aclk166", mout_group1_p, SRC_TOP1, 24, 2),
Chander Kashyap16090272013-06-19 00:29:34 +0900602
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530603 MUX(0, "mout_aclk_g3d", mout_group5_p, SRC_TOP2, 16, 1),
Chander Kashyap16090272013-06-19 00:29:34 +0900604
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530605 MUX(0, "mout_user_aclk400_isp", mout_user_aclk400_isp_p,
606 SRC_TOP3, 0, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530607 MUX(0, "mout_user_aclk400_mscl", mout_user_aclk400_mscl_p,
Chander Kashyap16090272013-06-19 00:29:34 +0900608 SRC_TOP3, 4, 1),
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530609 MUX(0, "mout_user_aclk200_disp1", mout_user_aclk200_disp1_p,
610 SRC_TOP3, 8, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530611 MUX(0, "mout_user_aclk200_fsys2", mout_user_aclk200_fsys2_p,
Chander Kashyap16090272013-06-19 00:29:34 +0900612 SRC_TOP3, 12, 1),
Shaik Ameer Basha6575fa72014-05-08 16:57:58 +0530613 MUX(0, "mout_user_aclk400_wcore", mout_user_aclk400_wcore_p,
614 SRC_TOP3, 16, 1),
615 MUX(0, "mout_user_aclk100_noc", mout_user_aclk100_noc_p,
616 SRC_TOP3, 20, 1),
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530617 MUX(0, "mout_user_pclk200_fsys", mout_user_pclk200_fsys_p,
618 SRC_TOP3, 24, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530619 MUX(0, "mout_user_aclk200_fsys", mout_user_aclk200_fsys_p,
Chander Kashyap16090272013-06-19 00:29:34 +0900620 SRC_TOP3, 28, 1),
621
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530622 MUX(0, "mout_user_aclk333_432_gscl", mout_user_aclk333_432_gscl_p,
Chander Kashyap16090272013-06-19 00:29:34 +0900623 SRC_TOP4, 0, 1),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530624 MUX(0, "mout_user_aclk333_432_isp", mout_user_aclk333_432_isp_p,
625 SRC_TOP4, 4, 1),
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +0530626 MUX(0, "mout_user_aclk66_peric", mout_user_aclk66_peric_p,
627 SRC_TOP4, 8, 1),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530628 MUX(0, "mout_user_aclk333_432_isp0", mout_user_aclk333_432_isp0_p,
629 SRC_TOP4, 12, 1),
630 MUX(0, "mout_user_aclk266_isp", mout_user_aclk266_isp_p,
631 SRC_TOP4, 16, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530632 MUX(0, "mout_user_aclk266", mout_user_aclk266_p, SRC_TOP4, 20, 1),
633 MUX(0, "mout_user_aclk166", mout_user_aclk166_p, SRC_TOP4, 24, 1),
Arun Kumar Kc0fb2622014-07-11 08:03:59 +0900634 MUX(CLK_MOUT_USER_ACLK333, "mout_user_aclk333", mout_user_aclk333_p,
635 SRC_TOP4, 28, 1),
Chander Kashyap16090272013-06-19 00:29:34 +0900636
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530637 MUX(0, "mout_user_aclk400_disp1", mout_user_aclk400_disp1_p,
638 SRC_TOP5, 0, 1),
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +0530639 MUX(0, "mout_user_aclk66_psgen", mout_user_aclk66_peric_p,
640 SRC_TOP5, 4, 1),
Shaik Ameer Basha3fac5942014-05-08 16:57:54 +0530641 MUX(0, "mout_user_aclk333_g2d", mout_user_aclk333_g2d_p,
642 SRC_TOP5, 8, 1),
643 MUX(0, "mout_user_aclk266_g2d", mout_user_aclk266_g2d_p,
644 SRC_TOP5, 12, 1),
645 MUX(CLK_MOUT_G3D, "mout_user_aclk_g3d", mout_user_aclk_g3d_p,
646 SRC_TOP5, 16, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530647 MUX(0, "mout_user_aclk300_jpeg", mout_user_aclk300_jpeg_p,
Chander Kashyap16090272013-06-19 00:29:34 +0900648 SRC_TOP5, 20, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530649 MUX(0, "mout_user_aclk300_disp1", mout_user_aclk300_disp1_p,
Chander Kashyap16090272013-06-19 00:29:34 +0900650 SRC_TOP5, 24, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530651 MUX(0, "mout_user_aclk300_gscl", mout_user_aclk300_gscl_p,
Chander Kashyap16090272013-06-19 00:29:34 +0900652 SRC_TOP5, 28, 1),
653
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530654 MUX(0, "mout_sclk_mpll", mout_mpll_p, SRC_TOP6, 0, 1),
655 MUX(CLK_MOUT_VPLL, "mout_sclk_vpll", mout_vpll_p, SRC_TOP6, 4, 1),
656 MUX(0, "mout_sclk_spll", mout_spll_p, SRC_TOP6, 8, 1),
657 MUX(0, "mout_sclk_ipll", mout_ipll_p, SRC_TOP6, 12, 1),
658 MUX(0, "mout_sclk_rpll", mout_rpll_p, SRC_TOP6, 16, 1),
659 MUX(0, "mout_sclk_epll", mout_epll_p, SRC_TOP6, 20, 1),
660 MUX(0, "mout_sclk_dpll", mout_dpll_p, SRC_TOP6, 24, 1),
661 MUX(0, "mout_sclk_cpll", mout_cpll_p, SRC_TOP6, 28, 1),
Chander Kashyap16090272013-06-19 00:29:34 +0900662
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530663 MUX(0, "mout_sw_aclk400_isp", mout_sw_aclk400_isp_p,
664 SRC_TOP10, 0, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530665 MUX(0, "mout_sw_aclk400_mscl", mout_sw_aclk400_mscl_p,
666 SRC_TOP10, 4, 1),
667 MUX(0, "mout_sw_aclk200", mout_sw_aclk200_p, SRC_TOP10, 8, 1),
668 MUX(0, "mout_sw_aclk200_fsys2", mout_sw_aclk200_fsys2_p,
Chander Kashyap16090272013-06-19 00:29:34 +0900669 SRC_TOP10, 12, 1),
Shaik Ameer Basha6575fa72014-05-08 16:57:58 +0530670 MUX(0, "mout_sw_aclk400_wcore", mout_sw_aclk400_wcore_p,
671 SRC_TOP10, 16, 1),
672 MUX(0, "mout_sw_aclk100_noc", mout_sw_aclk100_noc_p,
673 SRC_TOP10, 20, 1),
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530674 MUX(0, "mout_sw_pclk200_fsys", mout_sw_pclk200_fsys_p,
675 SRC_TOP10, 24, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530676 MUX(0, "mout_sw_aclk200_fsys", mout_sw_aclk200_fsys_p,
677 SRC_TOP10, 28, 1),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530678
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530679 MUX(0, "mout_sw_aclk333_432_gscl", mout_sw_aclk333_432_gscl_p,
Chander Kashyap16090272013-06-19 00:29:34 +0900680 SRC_TOP11, 0, 1),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530681 MUX(0, "mout_sw_aclk333_432_isp", mout_sw_aclk333_432_isp_p,
682 SRC_TOP11, 4, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530683 MUX(0, "mout_sw_aclk66", mout_sw_aclk66_p, SRC_TOP11, 8, 1),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530684 MUX(0, "mout_sw_aclk333_432_isp0", mout_sw_aclk333_432_isp0_p,
685 SRC_TOP11, 12, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530686 MUX(0, "mout_sw_aclk266", mout_sw_aclk266_p, SRC_TOP11, 20, 1),
687 MUX(0, "mout_sw_aclk166", mout_sw_aclk166_p, SRC_TOP11, 24, 1),
Arun Kumar Kc0fb2622014-07-11 08:03:59 +0900688 MUX(CLK_MOUT_SW_ACLK333, "mout_sw_aclk333", mout_sw_aclk333_p,
689 SRC_TOP11, 28, 1),
Chander Kashyap16090272013-06-19 00:29:34 +0900690
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530691 MUX(0, "mout_sw_aclk400_disp1", mout_sw_aclk400_disp1_p,
692 SRC_TOP12, 4, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530693 MUX(0, "mout_sw_aclk333_g2d", mout_sw_aclk333_g2d_p,
694 SRC_TOP12, 8, 1),
695 MUX(0, "mout_sw_aclk266_g2d", mout_sw_aclk266_g2d_p,
696 SRC_TOP12, 12, 1),
697 MUX(0, "mout_sw_aclk_g3d", mout_sw_aclk_g3d_p, SRC_TOP12, 16, 1),
698 MUX(0, "mout_sw_aclk300_jpeg", mout_sw_aclk300_jpeg_p,
699 SRC_TOP12, 20, 1),
700 MUX(0, "mout_sw_aclk300_disp1", mout_sw_aclk300_disp1_p,
Chander Kashyap16090272013-06-19 00:29:34 +0900701 SRC_TOP12, 24, 1),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530702 MUX(0, "mout_sw_aclk300_gscl", mout_sw_aclk300_gscl_p,
703 SRC_TOP12, 28, 1),
Chander Kashyap16090272013-06-19 00:29:34 +0900704
705 /* DISP1 Block */
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530706 MUX(0, "mout_mipi1", mout_group2_p, SRC_DISP10, 16, 3),
707 MUX(0, "mout_dp1", mout_group2_p, SRC_DISP10, 20, 3),
708 MUX(0, "mout_pixel", mout_group2_p, SRC_DISP10, 24, 3),
709 MUX(CLK_MOUT_HDMI, "mout_hdmi", mout_hdmi_p, SRC_DISP10, 28, 1),
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530710 MUX(0, "mout_fimd1_opt", mout_group2_p, SRC_DISP10, 8, 3),
Shaik Ameer Basha6575fa72014-05-08 16:57:58 +0530711
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530712 MUX(0, "mout_fimd1_final", mout_fimd1_final_p, TOP_SPARE2, 8, 1),
Chander Kashyap16090272013-06-19 00:29:34 +0900713
714 /* MAU Block */
Shaik Ameer Basha31116a62014-05-08 16:58:02 +0530715 MUX(CLK_MOUT_MAUDIO0, "mout_maudio0", mout_maudio0_p, SRC_MAU, 28, 3),
Chander Kashyap16090272013-06-19 00:29:34 +0900716
717 /* FSYS Block */
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530718 MUX(0, "mout_usbd301", mout_group2_p, SRC_FSYS, 4, 3),
719 MUX(0, "mout_mmc0", mout_group2_p, SRC_FSYS, 8, 3),
720 MUX(0, "mout_mmc1", mout_group2_p, SRC_FSYS, 12, 3),
721 MUX(0, "mout_mmc2", mout_group2_p, SRC_FSYS, 16, 3),
722 MUX(0, "mout_usbd300", mout_group2_p, SRC_FSYS, 20, 3),
723 MUX(0, "mout_unipro", mout_group2_p, SRC_FSYS, 24, 3),
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530724 MUX(0, "mout_mphy_refclk", mout_group2_p, SRC_FSYS, 28, 3),
Chander Kashyap16090272013-06-19 00:29:34 +0900725
726 /* PERIC Block */
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530727 MUX(0, "mout_uart0", mout_group2_p, SRC_PERIC0, 4, 3),
728 MUX(0, "mout_uart1", mout_group2_p, SRC_PERIC0, 8, 3),
729 MUX(0, "mout_uart2", mout_group2_p, SRC_PERIC0, 12, 3),
730 MUX(0, "mout_uart3", mout_group2_p, SRC_PERIC0, 16, 3),
731 MUX(0, "mout_pwm", mout_group2_p, SRC_PERIC0, 24, 3),
732 MUX(0, "mout_spdif", mout_spdif_p, SRC_PERIC0, 28, 3),
733 MUX(0, "mout_audio0", mout_audio0_p, SRC_PERIC1, 8, 3),
734 MUX(0, "mout_audio1", mout_audio1_p, SRC_PERIC1, 12, 3),
735 MUX(0, "mout_audio2", mout_audio2_p, SRC_PERIC1, 16, 3),
736 MUX(0, "mout_spi0", mout_group2_p, SRC_PERIC1, 20, 3),
737 MUX(0, "mout_spi1", mout_group2_p, SRC_PERIC1, 24, 3),
738 MUX(0, "mout_spi2", mout_group2_p, SRC_PERIC1, 28, 3),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530739
740 /* ISP Block */
741 MUX(0, "mout_pwm_isp", mout_group2_p, SRC_ISP, 24, 3),
742 MUX(0, "mout_uart_isp", mout_group2_p, SRC_ISP, 20, 3),
743 MUX(0, "mout_spi0_isp", mout_group2_p, SRC_ISP, 12, 3),
744 MUX(0, "mout_spi1_isp", mout_group2_p, SRC_ISP, 16, 3),
745 MUX(0, "mout_isp_sensor", mout_group2_p, SRC_ISP, 28, 3),
Chander Kashyap16090272013-06-19 00:29:34 +0900746};
747
Alim Akhtar6520e962014-05-19 22:15:08 +0900748static struct samsung_div_clock exynos5x_div_clks[] __initdata = {
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100749 DIV(0, "div_arm", "mout_cpu", DIV_CPU0, 0, 3),
750 DIV(0, "sclk_apll", "mout_apll", DIV_CPU0, 24, 3),
751 DIV(0, "armclk2", "div_arm", DIV_CPU0, 28, 3),
Shaik Ameer Bashadbd713b2014-05-08 16:57:50 +0530752 DIV(0, "div_kfc", "mout_kfc", DIV_KFC0, 0, 3),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100753 DIV(0, "sclk_kpll", "mout_kpll", DIV_KFC0, 24, 3),
Chander Kashyap16090272013-06-19 00:29:34 +0900754
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530755 DIV(0, "dout_aclk400_isp", "mout_aclk400_isp", DIV_TOP0, 0, 3),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100756 DIV(0, "dout_aclk400_mscl", "mout_aclk400_mscl", DIV_TOP0, 4, 3),
757 DIV(0, "dout_aclk200", "mout_aclk200", DIV_TOP0, 8, 3),
758 DIV(0, "dout_aclk200_fsys2", "mout_aclk200_fsys2", DIV_TOP0, 12, 3),
Shaik Ameer Basha6575fa72014-05-08 16:57:58 +0530759 DIV(0, "dout_aclk100_noc", "mout_aclk100_noc", DIV_TOP0, 20, 3),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100760 DIV(0, "dout_pclk200_fsys", "mout_pclk200_fsys", DIV_TOP0, 24, 3),
761 DIV(0, "dout_aclk200_fsys", "mout_aclk200_fsys", DIV_TOP0, 28, 3),
Chander Kashyap16090272013-06-19 00:29:34 +0900762
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100763 DIV(0, "dout_aclk333_432_gscl", "mout_aclk333_432_gscl",
Chander Kashyap16090272013-06-19 00:29:34 +0900764 DIV_TOP1, 0, 3),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530765 DIV(0, "dout_aclk333_432_isp", "mout_aclk333_432_isp",
766 DIV_TOP1, 4, 3),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100767 DIV(0, "dout_aclk66", "mout_aclk66", DIV_TOP1, 8, 6),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530768 DIV(0, "dout_aclk333_432_isp0", "mout_aclk333_432_isp0",
769 DIV_TOP1, 16, 3),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100770 DIV(0, "dout_aclk266", "mout_aclk266", DIV_TOP1, 20, 3),
771 DIV(0, "dout_aclk166", "mout_aclk166", DIV_TOP1, 24, 3),
772 DIV(0, "dout_aclk333", "mout_aclk333", DIV_TOP1, 28, 3),
Chander Kashyap16090272013-06-19 00:29:34 +0900773
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100774 DIV(0, "dout_aclk333_g2d", "mout_aclk333_g2d", DIV_TOP2, 8, 3),
775 DIV(0, "dout_aclk266_g2d", "mout_aclk266_g2d", DIV_TOP2, 12, 3),
776 DIV(0, "dout_aclk_g3d", "mout_aclk_g3d", DIV_TOP2, 16, 3),
777 DIV(0, "dout_aclk300_jpeg", "mout_aclk300_jpeg", DIV_TOP2, 20, 3),
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530778 DIV(0, "dout_aclk300_disp1", "mout_aclk300_disp1", DIV_TOP2, 24, 3),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100779 DIV(0, "dout_aclk300_gscl", "mout_aclk300_gscl", DIV_TOP2, 28, 3),
Chander Kashyap16090272013-06-19 00:29:34 +0900780
781 /* DISP1 Block */
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530782 DIV(0, "dout_fimd1", "mout_fimd1_final", DIV_DISP10, 0, 4),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100783 DIV(0, "dout_mipi1", "mout_mipi1", DIV_DISP10, 16, 8),
784 DIV(0, "dout_dp1", "mout_dp1", DIV_DISP10, 24, 4),
785 DIV(CLK_DOUT_PIXEL, "dout_hdmi_pixel", "mout_pixel", DIV_DISP10, 28, 4),
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530786 DIV(0, "dout_disp1_blk", "aclk200_disp1", DIV2_RATIO0, 16, 2),
787 DIV(0, "dout_aclk400_disp1", "mout_aclk400_disp1", DIV_TOP2, 4, 3),
Chander Kashyap16090272013-06-19 00:29:34 +0900788
789 /* Audio Block */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100790 DIV(0, "dout_maudio0", "mout_maudio0", DIV_MAU, 20, 4),
791 DIV(0, "dout_maupcm0", "dout_maudio0", DIV_MAU, 24, 8),
Chander Kashyap16090272013-06-19 00:29:34 +0900792
793 /* USB3.0 */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100794 DIV(0, "dout_usbphy301", "mout_usbd301", DIV_FSYS0, 12, 4),
795 DIV(0, "dout_usbphy300", "mout_usbd300", DIV_FSYS0, 16, 4),
796 DIV(0, "dout_usbd301", "mout_usbd301", DIV_FSYS0, 20, 4),
797 DIV(0, "dout_usbd300", "mout_usbd300", DIV_FSYS0, 24, 4),
Chander Kashyap16090272013-06-19 00:29:34 +0900798
799 /* MMC */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100800 DIV(0, "dout_mmc0", "mout_mmc0", DIV_FSYS1, 0, 10),
801 DIV(0, "dout_mmc1", "mout_mmc1", DIV_FSYS1, 10, 10),
802 DIV(0, "dout_mmc2", "mout_mmc2", DIV_FSYS1, 20, 10),
Chander Kashyap16090272013-06-19 00:29:34 +0900803
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100804 DIV(0, "dout_unipro", "mout_unipro", DIV_FSYS2, 24, 8),
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530805 DIV(0, "dout_mphy_refclk", "mout_mphy_refclk", DIV_FSYS2, 16, 8),
Chander Kashyap16090272013-06-19 00:29:34 +0900806
807 /* UART and PWM */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100808 DIV(0, "dout_uart0", "mout_uart0", DIV_PERIC0, 8, 4),
809 DIV(0, "dout_uart1", "mout_uart1", DIV_PERIC0, 12, 4),
810 DIV(0, "dout_uart2", "mout_uart2", DIV_PERIC0, 16, 4),
811 DIV(0, "dout_uart3", "mout_uart3", DIV_PERIC0, 20, 4),
812 DIV(0, "dout_pwm", "mout_pwm", DIV_PERIC0, 28, 4),
Chander Kashyap16090272013-06-19 00:29:34 +0900813
814 /* SPI */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100815 DIV(0, "dout_spi0", "mout_spi0", DIV_PERIC1, 20, 4),
816 DIV(0, "dout_spi1", "mout_spi1", DIV_PERIC1, 24, 4),
817 DIV(0, "dout_spi2", "mout_spi2", DIV_PERIC1, 28, 4),
Chander Kashyap16090272013-06-19 00:29:34 +0900818
Shaik Ameer Basha1d87db42014-05-08 16:58:00 +0530819 /* Mfc Block */
820 DIV(0, "dout_mfc_blk", "mout_user_aclk333", DIV4_RATIO, 0, 2),
821
Chander Kashyap16090272013-06-19 00:29:34 +0900822 /* PCM */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100823 DIV(0, "dout_pcm1", "dout_audio1", DIV_PERIC2, 16, 8),
824 DIV(0, "dout_pcm2", "dout_audio2", DIV_PERIC2, 24, 8),
Chander Kashyap16090272013-06-19 00:29:34 +0900825
826 /* Audio - I2S */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100827 DIV(0, "dout_i2s1", "dout_audio1", DIV_PERIC3, 6, 6),
828 DIV(0, "dout_i2s2", "dout_audio2", DIV_PERIC3, 12, 6),
829 DIV(0, "dout_audio0", "mout_audio0", DIV_PERIC3, 20, 4),
830 DIV(0, "dout_audio1", "mout_audio1", DIV_PERIC3, 24, 4),
831 DIV(0, "dout_audio2", "mout_audio2", DIV_PERIC3, 28, 4),
Chander Kashyap16090272013-06-19 00:29:34 +0900832
833 /* SPI Pre-Ratio */
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +0530834 DIV(0, "dout_spi0_pre", "dout_spi0", DIV_PERIC4, 8, 8),
835 DIV(0, "dout_spi1_pre", "dout_spi1", DIV_PERIC4, 16, 8),
836 DIV(0, "dout_spi2_pre", "dout_spi2", DIV_PERIC4, 24, 8),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530837
Shaik Ameer Basha02932382014-05-08 16:57:52 +0530838 /* GSCL Block */
839 DIV(0, "dout_gscl_blk_300", "mout_user_aclk300_gscl",
840 DIV2_RATIO0, 4, 2),
841 DIV(0, "dout_gscl_blk_333", "aclk333_432_gscl", DIV2_RATIO0, 6, 2),
842
Shaik Ameer Basha4549d932014-05-08 16:57:53 +0530843 /* MSCL Block */
844 DIV(0, "dout_mscl_blk", "aclk400_mscl", DIV2_RATIO0, 28, 2),
845
Shaik Ameer Basha0a22c302014-05-08 16:57:57 +0530846 /* PSGEN */
847 DIV(0, "dout_gen_blk", "mout_user_aclk266", DIV2_RATIO0, 8, 1),
848 DIV(0, "dout_jpg_blk", "aclk166", DIV2_RATIO0, 20, 1),
849
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530850 /* ISP Block */
851 DIV(0, "dout_isp_sensor0", "mout_isp_sensor", SCLK_DIV_ISP0, 8, 8),
852 DIV(0, "dout_isp_sensor1", "mout_isp_sensor", SCLK_DIV_ISP0, 16, 8),
853 DIV(0, "dout_isp_sensor2", "mout_isp_sensor", SCLK_DIV_ISP0, 24, 8),
854 DIV(0, "dout_pwm_isp", "mout_pwm_isp", SCLK_DIV_ISP1, 28, 4),
855 DIV(0, "dout_uart_isp", "mout_uart_isp", SCLK_DIV_ISP1, 24, 4),
856 DIV(0, "dout_spi0_isp", "mout_spi0_isp", SCLK_DIV_ISP1, 16, 4),
857 DIV(0, "dout_spi1_isp", "mout_spi1_isp", SCLK_DIV_ISP1, 20, 4),
858 DIV_F(0, "dout_spi0_isp_pre", "dout_spi0_isp", SCLK_DIV_ISP1, 0, 8,
859 CLK_SET_RATE_PARENT, 0),
860 DIV_F(0, "dout_spi1_isp_pre", "dout_spi1_isp", SCLK_DIV_ISP1, 8, 8,
861 CLK_SET_RATE_PARENT, 0),
Chander Kashyap16090272013-06-19 00:29:34 +0900862};
863
Alim Akhtar6520e962014-05-19 22:15:08 +0900864static struct samsung_gate_clock exynos5x_gate_clks[] __initdata = {
Naveen Krishna Chatradhi5b737212014-02-17 15:14:31 +0530865 /* G2D */
Shaik Ameer Basha3fac5942014-05-08 16:57:54 +0530866 GATE(CLK_MDMA0, "mdma0", "aclk266_g2d", GATE_IP_G2D, 1, 0, 0),
Naveen Krishna Chatradhi5b737212014-02-17 15:14:31 +0530867 GATE(CLK_SSS, "sss", "aclk266_g2d", GATE_IP_G2D, 2, 0, 0),
Shaik Ameer Basha3fac5942014-05-08 16:57:54 +0530868 GATE(CLK_G2D, "g2d", "aclk333_g2d", GATE_IP_G2D, 3, 0, 0),
869 GATE(CLK_SMMU_MDMA0, "smmu_mdma0", "aclk266_g2d", GATE_IP_G2D, 5, 0, 0),
870 GATE(CLK_SMMU_G2D, "smmu_g2d", "aclk333_g2d", GATE_IP_G2D, 7, 0, 0),
Naveen Krishna Chatradhi5b737212014-02-17 15:14:31 +0530871
Chander Kashyap16090272013-06-19 00:29:34 +0900872 GATE(0, "aclk200_fsys", "mout_user_aclk200_fsys",
873 GATE_BUS_FSYS0, 9, CLK_IGNORE_UNUSED, 0),
874 GATE(0, "aclk200_fsys2", "mout_user_aclk200_fsys2",
875 GATE_BUS_FSYS0, 10, CLK_IGNORE_UNUSED, 0),
876
877 GATE(0, "aclk333_g2d", "mout_user_aclk333_g2d",
878 GATE_BUS_TOP, 0, CLK_IGNORE_UNUSED, 0),
879 GATE(0, "aclk266_g2d", "mout_user_aclk266_g2d",
880 GATE_BUS_TOP, 1, CLK_IGNORE_UNUSED, 0),
881 GATE(0, "aclk300_jpeg", "mout_user_aclk300_jpeg",
882 GATE_BUS_TOP, 4, CLK_IGNORE_UNUSED, 0),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530883 GATE(0, "aclk333_432_isp0", "mout_user_aclk333_432_isp0",
884 GATE_BUS_TOP, 5, 0, 0),
Chander Kashyap16090272013-06-19 00:29:34 +0900885 GATE(0, "aclk300_gscl", "mout_user_aclk300_gscl",
886 GATE_BUS_TOP, 6, CLK_IGNORE_UNUSED, 0),
887 GATE(0, "aclk333_432_gscl", "mout_user_aclk333_432_gscl",
888 GATE_BUS_TOP, 7, CLK_IGNORE_UNUSED, 0),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530889 GATE(0, "aclk333_432_isp", "mout_user_aclk333_432_isp",
890 GATE_BUS_TOP, 8, 0, 0),
Shaik Ameer Bashab31ca2a2014-05-08 16:58:03 +0530891 GATE(CLK_PCLK66_GPIO, "pclk66_gpio", "mout_user_pclk66_gpio",
Chander Kashyap16090272013-06-19 00:29:34 +0900892 GATE_BUS_TOP, 9, CLK_IGNORE_UNUSED, 0),
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +0530893 GATE(0, "aclk66_psgen", "mout_user_aclk66_psgen",
Chander Kashyap16090272013-06-19 00:29:34 +0900894 GATE_BUS_TOP, 10, CLK_IGNORE_UNUSED, 0),
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +0530895 GATE(CLK_ACLK66_PERIC, "aclk66_peric", "mout_user_aclk66_peric",
896 GATE_BUS_TOP, 11, CLK_IGNORE_UNUSED, 0),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530897 GATE(0, "aclk266_isp", "mout_user_aclk266_isp",
898 GATE_BUS_TOP, 13, 0, 0),
Chander Kashyap16090272013-06-19 00:29:34 +0900899 GATE(0, "aclk166", "mout_user_aclk166",
900 GATE_BUS_TOP, 14, CLK_IGNORE_UNUSED, 0),
901 GATE(0, "aclk333", "mout_aclk333",
902 GATE_BUS_TOP, 15, CLK_IGNORE_UNUSED, 0),
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +0530903 GATE(0, "aclk400_isp", "mout_user_aclk400_isp",
904 GATE_BUS_TOP, 16, 0, 0),
Shaik Ameer Basha02932382014-05-08 16:57:52 +0530905 GATE(0, "aclk400_mscl", "mout_user_aclk400_mscl",
906 GATE_BUS_TOP, 17, 0, 0),
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530907 GATE(0, "aclk200_disp1", "mout_user_aclk200_disp1",
908 GATE_BUS_TOP, 18, 0, 0),
Shaik Ameer Bashab31ca2a2014-05-08 16:58:03 +0530909 GATE(CLK_SCLK_MPHY_IXTAL24, "sclk_mphy_ixtal24", "mphy_refclk_ixtal24",
910 GATE_BUS_TOP, 28, 0, 0),
911 GATE(CLK_SCLK_HSIC_12M, "sclk_hsic_12m", "ff_hsic_12m",
912 GATE_BUS_TOP, 29, 0, 0),
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530913
914 GATE(0, "aclk300_disp1", "mout_user_aclk300_disp1",
915 SRC_MASK_TOP2, 24, 0, 0),
Chander Kashyap16090272013-06-19 00:29:34 +0900916
Shaik Ameer Basha31116a62014-05-08 16:58:02 +0530917 GATE(CLK_MAU_EPLL, "mau_epll", "mout_mau_epll_clk",
918 SRC_MASK_TOP7, 20, 0, 0),
919
Chander Kashyap16090272013-06-19 00:29:34 +0900920 /* sclk */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100921 GATE(CLK_SCLK_UART0, "sclk_uart0", "dout_uart0",
Chander Kashyap16090272013-06-19 00:29:34 +0900922 GATE_TOP_SCLK_PERIC, 0, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100923 GATE(CLK_SCLK_UART1, "sclk_uart1", "dout_uart1",
Chander Kashyap16090272013-06-19 00:29:34 +0900924 GATE_TOP_SCLK_PERIC, 1, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100925 GATE(CLK_SCLK_UART2, "sclk_uart2", "dout_uart2",
Chander Kashyap16090272013-06-19 00:29:34 +0900926 GATE_TOP_SCLK_PERIC, 2, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100927 GATE(CLK_SCLK_UART3, "sclk_uart3", "dout_uart3",
Chander Kashyap16090272013-06-19 00:29:34 +0900928 GATE_TOP_SCLK_PERIC, 3, CLK_SET_RATE_PARENT, 0),
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +0530929 GATE(CLK_SCLK_SPI0, "sclk_spi0", "dout_spi0_pre",
Chander Kashyap16090272013-06-19 00:29:34 +0900930 GATE_TOP_SCLK_PERIC, 6, CLK_SET_RATE_PARENT, 0),
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +0530931 GATE(CLK_SCLK_SPI1, "sclk_spi1", "dout_spi1_pre",
Chander Kashyap16090272013-06-19 00:29:34 +0900932 GATE_TOP_SCLK_PERIC, 7, CLK_SET_RATE_PARENT, 0),
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +0530933 GATE(CLK_SCLK_SPI2, "sclk_spi2", "dout_spi2_pre",
Chander Kashyap16090272013-06-19 00:29:34 +0900934 GATE_TOP_SCLK_PERIC, 8, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100935 GATE(CLK_SCLK_SPDIF, "sclk_spdif", "mout_spdif",
Chander Kashyap16090272013-06-19 00:29:34 +0900936 GATE_TOP_SCLK_PERIC, 9, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100937 GATE(CLK_SCLK_PWM, "sclk_pwm", "dout_pwm",
Chander Kashyap16090272013-06-19 00:29:34 +0900938 GATE_TOP_SCLK_PERIC, 11, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100939 GATE(CLK_SCLK_PCM1, "sclk_pcm1", "dout_pcm1",
Chander Kashyap16090272013-06-19 00:29:34 +0900940 GATE_TOP_SCLK_PERIC, 15, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100941 GATE(CLK_SCLK_PCM2, "sclk_pcm2", "dout_pcm2",
Chander Kashyap16090272013-06-19 00:29:34 +0900942 GATE_TOP_SCLK_PERIC, 16, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100943 GATE(CLK_SCLK_I2S1, "sclk_i2s1", "dout_i2s1",
Chander Kashyap16090272013-06-19 00:29:34 +0900944 GATE_TOP_SCLK_PERIC, 17, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100945 GATE(CLK_SCLK_I2S2, "sclk_i2s2", "dout_i2s2",
Chander Kashyap16090272013-06-19 00:29:34 +0900946 GATE_TOP_SCLK_PERIC, 18, CLK_SET_RATE_PARENT, 0),
947
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100948 GATE(CLK_SCLK_MMC0, "sclk_mmc0", "dout_mmc0",
Chander Kashyap16090272013-06-19 00:29:34 +0900949 GATE_TOP_SCLK_FSYS, 0, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100950 GATE(CLK_SCLK_MMC1, "sclk_mmc1", "dout_mmc1",
Chander Kashyap16090272013-06-19 00:29:34 +0900951 GATE_TOP_SCLK_FSYS, 1, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100952 GATE(CLK_SCLK_MMC2, "sclk_mmc2", "dout_mmc2",
Chander Kashyap16090272013-06-19 00:29:34 +0900953 GATE_TOP_SCLK_FSYS, 2, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100954 GATE(CLK_SCLK_USBPHY301, "sclk_usbphy301", "dout_usbphy301",
Chander Kashyap16090272013-06-19 00:29:34 +0900955 GATE_TOP_SCLK_FSYS, 7, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100956 GATE(CLK_SCLK_USBPHY300, "sclk_usbphy300", "dout_usbphy300",
Chander Kashyap16090272013-06-19 00:29:34 +0900957 GATE_TOP_SCLK_FSYS, 8, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100958 GATE(CLK_SCLK_USBD300, "sclk_usbd300", "dout_usbd300",
Chander Kashyap16090272013-06-19 00:29:34 +0900959 GATE_TOP_SCLK_FSYS, 9, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100960 GATE(CLK_SCLK_USBD301, "sclk_usbd301", "dout_usbd301",
Chander Kashyap16090272013-06-19 00:29:34 +0900961 GATE_TOP_SCLK_FSYS, 10, CLK_SET_RATE_PARENT, 0),
962
Chander Kashyap16090272013-06-19 00:29:34 +0900963 /* Display */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100964 GATE(CLK_SCLK_FIMD1, "sclk_fimd1", "dout_fimd1",
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530965 GATE_TOP_SCLK_DISP1, 0, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100966 GATE(CLK_SCLK_MIPI1, "sclk_mipi1", "dout_mipi1",
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530967 GATE_TOP_SCLK_DISP1, 3, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100968 GATE(CLK_SCLK_HDMI, "sclk_hdmi", "mout_hdmi",
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530969 GATE_TOP_SCLK_DISP1, 9, 0, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100970 GATE(CLK_SCLK_PIXEL, "sclk_pixel", "dout_hdmi_pixel",
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530971 GATE_TOP_SCLK_DISP1, 10, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100972 GATE(CLK_SCLK_DP1, "sclk_dp1", "dout_dp1",
Shaik Ameer Basha424b6732014-05-08 16:57:55 +0530973 GATE_TOP_SCLK_DISP1, 20, CLK_SET_RATE_PARENT, 0),
Chander Kashyap16090272013-06-19 00:29:34 +0900974
975 /* Maudio Block */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100976 GATE(CLK_SCLK_MAUDIO0, "sclk_maudio0", "dout_maudio0",
Chander Kashyap16090272013-06-19 00:29:34 +0900977 GATE_TOP_SCLK_MAU, 0, CLK_SET_RATE_PARENT, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100978 GATE(CLK_SCLK_MAUPCM0, "sclk_maupcm0", "dout_maupcm0",
Chander Kashyap16090272013-06-19 00:29:34 +0900979 GATE_TOP_SCLK_MAU, 1, CLK_SET_RATE_PARENT, 0),
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530980
981 /* FSYS Block */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100982 GATE(CLK_TSI, "tsi", "aclk200_fsys", GATE_BUS_FSYS0, 0, 0, 0),
983 GATE(CLK_PDMA0, "pdma0", "aclk200_fsys", GATE_BUS_FSYS0, 1, 0, 0),
984 GATE(CLK_PDMA1, "pdma1", "aclk200_fsys", GATE_BUS_FSYS0, 2, 0, 0),
985 GATE(CLK_UFS, "ufs", "aclk200_fsys2", GATE_BUS_FSYS0, 3, 0, 0),
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530986 GATE(CLK_RTIC, "rtic", "aclk200_fsys", GATE_IP_FSYS, 9, 0, 0),
987 GATE(CLK_MMC0, "mmc0", "aclk200_fsys2", GATE_IP_FSYS, 12, 0, 0),
988 GATE(CLK_MMC1, "mmc1", "aclk200_fsys2", GATE_IP_FSYS, 13, 0, 0),
989 GATE(CLK_MMC2, "mmc2", "aclk200_fsys2", GATE_IP_FSYS, 14, 0, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +0100990 GATE(CLK_SROMC, "sromc", "aclk200_fsys2",
Shaik Ameer Basha6b5ae462014-05-08 16:57:59 +0530991 GATE_IP_FSYS, 17, CLK_IGNORE_UNUSED, 0),
992 GATE(CLK_USBH20, "usbh20", "aclk200_fsys", GATE_IP_FSYS, 18, 0, 0),
993 GATE(CLK_USBD300, "usbd300", "aclk200_fsys", GATE_IP_FSYS, 19, 0, 0),
994 GATE(CLK_USBD301, "usbd301", "aclk200_fsys", GATE_IP_FSYS, 20, 0, 0),
995 GATE(CLK_SCLK_UNIPRO, "sclk_unipro", "dout_unipro",
996 SRC_MASK_FSYS, 24, CLK_SET_RATE_PARENT, 0),
Chander Kashyap16090272013-06-19 00:29:34 +0900997
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +0530998 /* PERIC Block */
999 GATE(CLK_UART0, "uart0", "aclk66_peric", GATE_IP_PERIC, 0, 0, 0),
1000 GATE(CLK_UART1, "uart1", "aclk66_peric", GATE_IP_PERIC, 1, 0, 0),
1001 GATE(CLK_UART2, "uart2", "aclk66_peric", GATE_IP_PERIC, 2, 0, 0),
1002 GATE(CLK_UART3, "uart3", "aclk66_peric", GATE_IP_PERIC, 3, 0, 0),
1003 GATE(CLK_I2C0, "i2c0", "aclk66_peric", GATE_IP_PERIC, 6, 0, 0),
1004 GATE(CLK_I2C1, "i2c1", "aclk66_peric", GATE_IP_PERIC, 7, 0, 0),
1005 GATE(CLK_I2C2, "i2c2", "aclk66_peric", GATE_IP_PERIC, 8, 0, 0),
1006 GATE(CLK_I2C3, "i2c3", "aclk66_peric", GATE_IP_PERIC, 9, 0, 0),
1007 GATE(CLK_USI0, "usi0", "aclk66_peric", GATE_IP_PERIC, 10, 0, 0),
1008 GATE(CLK_USI1, "usi1", "aclk66_peric", GATE_IP_PERIC, 11, 0, 0),
1009 GATE(CLK_USI2, "usi2", "aclk66_peric", GATE_IP_PERIC, 12, 0, 0),
1010 GATE(CLK_USI3, "usi3", "aclk66_peric", GATE_IP_PERIC, 13, 0, 0),
1011 GATE(CLK_I2C_HDMI, "i2c_hdmi", "aclk66_peric", GATE_IP_PERIC, 14, 0, 0),
1012 GATE(CLK_TSADC, "tsadc", "aclk66_peric", GATE_IP_PERIC, 15, 0, 0),
1013 GATE(CLK_SPI0, "spi0", "aclk66_peric", GATE_IP_PERIC, 16, 0, 0),
1014 GATE(CLK_SPI1, "spi1", "aclk66_peric", GATE_IP_PERIC, 17, 0, 0),
1015 GATE(CLK_SPI2, "spi2", "aclk66_peric", GATE_IP_PERIC, 18, 0, 0),
1016 GATE(CLK_I2S1, "i2s1", "aclk66_peric", GATE_IP_PERIC, 20, 0, 0),
1017 GATE(CLK_I2S2, "i2s2", "aclk66_peric", GATE_IP_PERIC, 21, 0, 0),
1018 GATE(CLK_PCM1, "pcm1", "aclk66_peric", GATE_IP_PERIC, 22, 0, 0),
1019 GATE(CLK_PCM2, "pcm2", "aclk66_peric", GATE_IP_PERIC, 23, 0, 0),
1020 GATE(CLK_PWM, "pwm", "aclk66_peric", GATE_IP_PERIC, 24, 0, 0),
1021 GATE(CLK_SPDIF, "spdif", "aclk66_peric", GATE_IP_PERIC, 26, 0, 0),
1022 GATE(CLK_USI4, "usi4", "aclk66_peric", GATE_IP_PERIC, 28, 0, 0),
1023 GATE(CLK_USI5, "usi5", "aclk66_peric", GATE_IP_PERIC, 30, 0, 0),
1024 GATE(CLK_USI6, "usi6", "aclk66_peric", GATE_IP_PERIC, 31, 0, 0),
Chander Kashyap16090272013-06-19 00:29:34 +09001025
Shaik Ameer Bashafaec1512014-05-08 16:57:56 +05301026 GATE(CLK_KEYIF, "keyif", "aclk66_peric", GATE_BUS_PERIC, 22, 0, 0),
Chander Kashyap16090272013-06-19 00:29:34 +09001027
Shaik Ameer Basha0a22c302014-05-08 16:57:57 +05301028 /* PERIS Block */
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001029 GATE(CLK_CHIPID, "chipid", "aclk66_psgen",
Shaik Ameer Basha0a22c302014-05-08 16:57:57 +05301030 GATE_IP_PERIS, 0, CLK_IGNORE_UNUSED, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001031 GATE(CLK_SYSREG, "sysreg", "aclk66_psgen",
Shaik Ameer Basha0a22c302014-05-08 16:57:57 +05301032 GATE_IP_PERIS, 1, CLK_IGNORE_UNUSED, 0),
1033 GATE(CLK_TZPC0, "tzpc0", "aclk66_psgen", GATE_IP_PERIS, 6, 0, 0),
1034 GATE(CLK_TZPC1, "tzpc1", "aclk66_psgen", GATE_IP_PERIS, 7, 0, 0),
1035 GATE(CLK_TZPC2, "tzpc2", "aclk66_psgen", GATE_IP_PERIS, 8, 0, 0),
1036 GATE(CLK_TZPC3, "tzpc3", "aclk66_psgen", GATE_IP_PERIS, 9, 0, 0),
1037 GATE(CLK_TZPC4, "tzpc4", "aclk66_psgen", GATE_IP_PERIS, 10, 0, 0),
1038 GATE(CLK_TZPC5, "tzpc5", "aclk66_psgen", GATE_IP_PERIS, 11, 0, 0),
1039 GATE(CLK_TZPC6, "tzpc6", "aclk66_psgen", GATE_IP_PERIS, 12, 0, 0),
1040 GATE(CLK_TZPC7, "tzpc7", "aclk66_psgen", GATE_IP_PERIS, 13, 0, 0),
1041 GATE(CLK_TZPC8, "tzpc8", "aclk66_psgen", GATE_IP_PERIS, 14, 0, 0),
1042 GATE(CLK_TZPC9, "tzpc9", "aclk66_psgen", GATE_IP_PERIS, 15, 0, 0),
1043 GATE(CLK_HDMI_CEC, "hdmi_cec", "aclk66_psgen", GATE_IP_PERIS, 16, 0, 0),
1044 GATE(CLK_MCT, "mct", "aclk66_psgen", GATE_IP_PERIS, 18, 0, 0),
1045 GATE(CLK_WDT, "wdt", "aclk66_psgen", GATE_IP_PERIS, 19, 0, 0),
1046 GATE(CLK_RTC, "rtc", "aclk66_psgen", GATE_IP_PERIS, 20, 0, 0),
1047 GATE(CLK_TMU, "tmu", "aclk66_psgen", GATE_IP_PERIS, 21, 0, 0),
1048 GATE(CLK_TMU_GPU, "tmu_gpu", "aclk66_psgen", GATE_IP_PERIS, 22, 0, 0),
Chander Kashyap16090272013-06-19 00:29:34 +09001049
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001050 GATE(CLK_SECKEY, "seckey", "aclk66_psgen", GATE_BUS_PERIS1, 1, 0, 0),
Shaik Ameer Basha0a22c302014-05-08 16:57:57 +05301051
1052 /* GEN Block */
1053 GATE(CLK_ROTATOR, "rotator", "mout_user_aclk266", GATE_IP_GEN, 1, 0, 0),
1054 GATE(CLK_JPEG, "jpeg", "aclk300_jpeg", GATE_IP_GEN, 2, 0, 0),
1055 GATE(CLK_JPEG2, "jpeg2", "aclk300_jpeg", GATE_IP_GEN, 3, 0, 0),
1056 GATE(CLK_MDMA1, "mdma1", "mout_user_aclk266", GATE_IP_GEN, 4, 0, 0),
1057 GATE(CLK_TOP_RTC, "top_rtc", "aclk66_psgen", GATE_IP_GEN, 5, 0, 0),
1058 GATE(CLK_SMMU_ROTATOR, "smmu_rotator", "dout_gen_blk",
1059 GATE_IP_GEN, 6, 0, 0),
1060 GATE(CLK_SMMU_JPEG, "smmu_jpeg", "dout_jpg_blk", GATE_IP_GEN, 7, 0, 0),
1061 GATE(CLK_SMMU_MDMA1, "smmu_mdma1", "dout_gen_blk",
1062 GATE_IP_GEN, 9, 0, 0),
1063
1064 /* GATE_IP_GEN doesn't list gates for smmu_jpeg2 and mc */
1065 GATE(CLK_SMMU_JPEG2, "smmu_jpeg2", "dout_jpg_blk",
1066 GATE_BUS_GEN, 28, 0, 0),
1067 GATE(CLK_MC, "mc", "aclk66_psgen", GATE_BUS_GEN, 12, 0, 0),
Chander Kashyap16090272013-06-19 00:29:34 +09001068
Shaik Ameer Basha02932382014-05-08 16:57:52 +05301069 /* GSCL Block */
1070 GATE(CLK_SCLK_GSCL_WA, "sclk_gscl_wa", "mout_user_aclk333_432_gscl",
1071 GATE_TOP_SCLK_GSCL, 6, 0, 0),
1072 GATE(CLK_SCLK_GSCL_WB, "sclk_gscl_wb", "mout_user_aclk333_432_gscl",
1073 GATE_TOP_SCLK_GSCL, 7, 0, 0),
1074
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001075 GATE(CLK_GSCL0, "gscl0", "aclk300_gscl", GATE_IP_GSCL0, 0, 0, 0),
1076 GATE(CLK_GSCL1, "gscl1", "aclk300_gscl", GATE_IP_GSCL0, 1, 0, 0),
Shaik Ameer Basha02932382014-05-08 16:57:52 +05301077 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),
Chander Kashyap16090272013-06-19 00:29:34 +09001083
Shaik Ameer Basha02932382014-05-08 16:57:52 +05301084 GATE(CLK_SMMU_3AA, "smmu_3aa", "dout_gscl_blk_333",
1085 GATE_IP_GSCL1, 2, 0, 0),
1086 GATE(CLK_SMMU_FIMCL0, "smmu_fimcl0", "dout_gscl_blk_333",
Chander Kashyap16090272013-06-19 00:29:34 +09001087 GATE_IP_GSCL1, 3, 0, 0),
Shaik Ameer Basha02932382014-05-08 16:57:52 +05301088 GATE(CLK_SMMU_FIMCL1, "smmu_fimcl1", "dout_gscl_blk_333",
Chander Kashyap16090272013-06-19 00:29:34 +09001089 GATE_IP_GSCL1, 4, 0, 0),
Shaik Ameer Basha02932382014-05-08 16:57:52 +05301090 GATE(CLK_SMMU_GSCL0, "smmu_gscl0", "dout_gscl_blk_300",
1091 GATE_IP_GSCL1, 6, 0, 0),
1092 GATE(CLK_SMMU_GSCL1, "smmu_gscl1", "dout_gscl_blk_300",
1093 GATE_IP_GSCL1, 7, 0, 0),
1094 GATE(CLK_GSCL_WA, "gscl_wa", "sclk_gscl_wa", GATE_IP_GSCL1, 12, 0, 0),
1095 GATE(CLK_GSCL_WB, "gscl_wb", "sclk_gscl_wb", GATE_IP_GSCL1, 13, 0, 0),
1096 GATE(CLK_SMMU_FIMCL3, "smmu_fimcl3,", "dout_gscl_blk_333",
Chander Kashyap16090272013-06-19 00:29:34 +09001097 GATE_IP_GSCL1, 16, 0, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001098 GATE(CLK_FIMC_LITE3, "fimc_lite3", "aclk333_432_gscl",
Chander Kashyap16090272013-06-19 00:29:34 +09001099 GATE_IP_GSCL1, 17, 0, 0),
1100
Shaik Ameer Basha02932382014-05-08 16:57:52 +05301101 /* MSCL Block */
1102 GATE(CLK_MSCL0, "mscl0", "aclk400_mscl", GATE_IP_MSCL, 0, 0, 0),
1103 GATE(CLK_MSCL1, "mscl1", "aclk400_mscl", GATE_IP_MSCL, 1, 0, 0),
1104 GATE(CLK_MSCL2, "mscl2", "aclk400_mscl", GATE_IP_MSCL, 2, 0, 0),
Shaik Ameer Basha4549d932014-05-08 16:57:53 +05301105 GATE(CLK_SMMU_MSCL0, "smmu_mscl0", "dout_mscl_blk",
Shaik Ameer Basha02932382014-05-08 16:57:52 +05301106 GATE_IP_MSCL, 8, 0, 0),
Shaik Ameer Basha4549d932014-05-08 16:57:53 +05301107 GATE(CLK_SMMU_MSCL1, "smmu_mscl1", "dout_mscl_blk",
Shaik Ameer Basha02932382014-05-08 16:57:52 +05301108 GATE_IP_MSCL, 9, 0, 0),
Shaik Ameer Basha4549d932014-05-08 16:57:53 +05301109 GATE(CLK_SMMU_MSCL2, "smmu_mscl2", "dout_mscl_blk",
Shaik Ameer Basha02932382014-05-08 16:57:52 +05301110 GATE_IP_MSCL, 10, 0, 0),
1111
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001112 GATE(CLK_FIMD1, "fimd1", "aclk300_disp1", GATE_IP_DISP1, 0, 0, 0),
1113 GATE(CLK_DSIM1, "dsim1", "aclk200_disp1", GATE_IP_DISP1, 3, 0, 0),
1114 GATE(CLK_DP1, "dp1", "aclk200_disp1", GATE_IP_DISP1, 4, 0, 0),
Shaik Ameer Basha424b6732014-05-08 16:57:55 +05301115 GATE(CLK_MIXER, "mixer", "aclk200_disp1", GATE_IP_DISP1, 5, 0, 0),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001116 GATE(CLK_HDMI, "hdmi", "aclk200_disp1", GATE_IP_DISP1, 6, 0, 0),
Shaik Ameer Basha424b6732014-05-08 16:57:55 +05301117 GATE(CLK_SMMU_FIMD1M0, "smmu_fimd1m0", "dout_disp1_blk",
1118 GATE_IP_DISP1, 7, 0, 0),
1119 GATE(CLK_SMMU_FIMD1M1, "smmu_fimd1m1", "dout_disp1_blk",
1120 GATE_IP_DISP1, 8, 0, 0),
1121 GATE(CLK_SMMU_MIXER, "smmu_mixer", "aclk200_disp1",
1122 GATE_IP_DISP1, 9, 0, 0),
Chander Kashyap16090272013-06-19 00:29:34 +09001123
Shaik Ameer Basha3a767b32014-05-08 16:57:51 +05301124 /* ISP */
1125 GATE(CLK_SCLK_UART_ISP, "sclk_uart_isp", "dout_uart_isp",
1126 GATE_TOP_SCLK_ISP, 0, CLK_SET_RATE_PARENT, 0),
1127 GATE(CLK_SCLK_SPI0_ISP, "sclk_spi0_isp", "dout_spi0_isp_pre",
1128 GATE_TOP_SCLK_ISP, 1, CLK_SET_RATE_PARENT, 0),
1129 GATE(CLK_SCLK_SPI1_ISP, "sclk_spi1_isp", "dout_spi1_isp_pre",
1130 GATE_TOP_SCLK_ISP, 2, CLK_SET_RATE_PARENT, 0),
1131 GATE(CLK_SCLK_PWM_ISP, "sclk_pwm_isp", "dout_pwm_isp",
1132 GATE_TOP_SCLK_ISP, 3, CLK_SET_RATE_PARENT, 0),
1133 GATE(CLK_SCLK_ISP_SENSOR0, "sclk_isp_sensor0", "dout_isp_sensor0",
1134 GATE_TOP_SCLK_ISP, 4, CLK_SET_RATE_PARENT, 0),
1135 GATE(CLK_SCLK_ISP_SENSOR1, "sclk_isp_sensor1", "dout_isp_sensor1",
1136 GATE_TOP_SCLK_ISP, 8, CLK_SET_RATE_PARENT, 0),
1137 GATE(CLK_SCLK_ISP_SENSOR2, "sclk_isp_sensor2", "dout_isp_sensor2",
1138 GATE_TOP_SCLK_ISP, 12, CLK_SET_RATE_PARENT, 0),
1139
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001140 GATE(CLK_MFC, "mfc", "aclk333", GATE_IP_MFC, 0, 0, 0),
Shaik Ameer Basha1d87db42014-05-08 16:58:00 +05301141 GATE(CLK_SMMU_MFCL, "smmu_mfcl", "dout_mfc_blk", GATE_IP_MFC, 1, 0, 0),
1142 GATE(CLK_SMMU_MFCR, "smmu_mfcr", "dout_mfc_blk", GATE_IP_MFC, 2, 0, 0),
Chander Kashyap16090272013-06-19 00:29:34 +09001143
Shaik Ameer Basha3fac5942014-05-08 16:57:54 +05301144 GATE(CLK_G3D, "g3d", "mout_user_aclk_g3d", GATE_IP_G3D, 9, 0, 0),
Chander Kashyap16090272013-06-19 00:29:34 +09001145};
1146
Alim Akhtar6520e962014-05-19 22:15:08 +09001147static struct samsung_pll_clock exynos5x_plls[nr_plls] __initdata = {
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001148 [apll] = PLL(pll_2550, CLK_FOUT_APLL, "fout_apll", "fin_pll", APLL_LOCK,
Yadwinder Singh Brar3ff6e0d2013-06-11 15:01:12 +05301149 APLL_CON0, NULL),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001150 [cpll] = PLL(pll_2550, CLK_FOUT_CPLL, "fout_cpll", "fin_pll", CPLL_LOCK,
Chander Kashyapcdf64ee2013-09-26 14:36:35 +05301151 CPLL_CON0, NULL),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001152 [dpll] = PLL(pll_2550, CLK_FOUT_DPLL, "fout_dpll", "fin_pll", DPLL_LOCK,
Yadwinder Singh Brar3ff6e0d2013-06-11 15:01:12 +05301153 DPLL_CON0, NULL),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001154 [epll] = PLL(pll_2650, CLK_FOUT_EPLL, "fout_epll", "fin_pll", EPLL_LOCK,
Yadwinder Singh Brar3ff6e0d2013-06-11 15:01:12 +05301155 EPLL_CON0, NULL),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001156 [rpll] = PLL(pll_2650, CLK_FOUT_RPLL, "fout_rpll", "fin_pll", RPLL_LOCK,
Yadwinder Singh Brar3ff6e0d2013-06-11 15:01:12 +05301157 RPLL_CON0, NULL),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001158 [ipll] = PLL(pll_2550, CLK_FOUT_IPLL, "fout_ipll", "fin_pll", IPLL_LOCK,
Yadwinder Singh Brar3ff6e0d2013-06-11 15:01:12 +05301159 IPLL_CON0, NULL),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001160 [spll] = PLL(pll_2550, CLK_FOUT_SPLL, "fout_spll", "fin_pll", SPLL_LOCK,
Yadwinder Singh Brar3ff6e0d2013-06-11 15:01:12 +05301161 SPLL_CON0, NULL),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001162 [vpll] = PLL(pll_2550, CLK_FOUT_VPLL, "fout_vpll", "fin_pll", VPLL_LOCK,
Yadwinder Singh Brar3ff6e0d2013-06-11 15:01:12 +05301163 VPLL_CON0, NULL),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001164 [mpll] = PLL(pll_2550, CLK_FOUT_MPLL, "fout_mpll", "fin_pll", MPLL_LOCK,
Yadwinder Singh Brar3ff6e0d2013-06-11 15:01:12 +05301165 MPLL_CON0, NULL),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001166 [bpll] = PLL(pll_2550, CLK_FOUT_BPLL, "fout_bpll", "fin_pll", BPLL_LOCK,
Yadwinder Singh Brar3ff6e0d2013-06-11 15:01:12 +05301167 BPLL_CON0, NULL),
Andrzej Hajdacba9d2f2014-01-07 15:47:37 +01001168 [kpll] = PLL(pll_2550, CLK_FOUT_KPLL, "fout_kpll", "fin_pll", KPLL_LOCK,
Yadwinder Singh Brar3ff6e0d2013-06-11 15:01:12 +05301169 KPLL_CON0, NULL),
Yadwinder Singh Brarc898c6b2013-06-11 15:01:10 +05301170};
1171
Sachin Kamat202e5ae92013-08-07 10:18:39 +05301172static struct of_device_id ext_clk_match[] __initdata = {
Chander Kashyap16090272013-06-19 00:29:34 +09001173 { .compatible = "samsung,exynos5420-oscclk", .data = (void *)0, },
1174 { },
1175};
1176
1177/* register exynos5420 clocks */
Alim Akhtar6520e962014-05-19 22:15:08 +09001178static void __init exynos5x_clk_init(struct device_node *np,
1179 enum exynos5x_soc soc)
Chander Kashyap16090272013-06-19 00:29:34 +09001180{
Rahul Sharma976face2014-03-12 20:26:44 +05301181 struct samsung_clk_provider *ctx;
1182
Chander Kashyap16090272013-06-19 00:29:34 +09001183 if (np) {
1184 reg_base = of_iomap(np, 0);
1185 if (!reg_base)
1186 panic("%s: failed to map registers\n", __func__);
1187 } else {
1188 panic("%s: unable to determine soc\n", __func__);
1189 }
1190
Alim Akhtar6520e962014-05-19 22:15:08 +09001191 exynos5x_soc = soc;
1192
Rahul Sharma976face2014-03-12 20:26:44 +05301193 ctx = samsung_clk_init(np, reg_base, CLK_NR_CLKS);
1194 if (!ctx)
1195 panic("%s: unable to allocate context.\n", __func__);
1196
Alim Akhtar6520e962014-05-19 22:15:08 +09001197 samsung_clk_of_register_fixed_ext(ctx, exynos5x_fixed_rate_ext_clks,
1198 ARRAY_SIZE(exynos5x_fixed_rate_ext_clks),
Chander Kashyap16090272013-06-19 00:29:34 +09001199 ext_clk_match);
Alim Akhtar6520e962014-05-19 22:15:08 +09001200 samsung_clk_register_pll(ctx, exynos5x_plls, ARRAY_SIZE(exynos5x_plls),
1201 reg_base);
1202 samsung_clk_register_fixed_rate(ctx, exynos5x_fixed_rate_clks,
1203 ARRAY_SIZE(exynos5x_fixed_rate_clks));
1204 samsung_clk_register_fixed_factor(ctx, exynos5x_fixed_factor_clks,
1205 ARRAY_SIZE(exynos5x_fixed_factor_clks));
1206 samsung_clk_register_mux(ctx, exynos5x_mux_clks,
1207 ARRAY_SIZE(exynos5x_mux_clks));
1208 samsung_clk_register_div(ctx, exynos5x_div_clks,
1209 ARRAY_SIZE(exynos5x_div_clks));
1210 samsung_clk_register_gate(ctx, exynos5x_gate_clks,
1211 ARRAY_SIZE(exynos5x_gate_clks));
1212
1213 if (soc == EXYNOS5420) {
1214 samsung_clk_register_mux(ctx, exynos5420_mux_clks,
1215 ARRAY_SIZE(exynos5420_mux_clks));
1216 samsung_clk_register_div(ctx, exynos5420_div_clks,
1217 ARRAY_SIZE(exynos5420_div_clks));
1218 } else {
1219 samsung_clk_register_fixed_factor(
1220 ctx, exynos5800_fixed_factor_clks,
1221 ARRAY_SIZE(exynos5800_fixed_factor_clks));
1222 samsung_clk_register_mux(ctx, exynos5800_mux_clks,
1223 ARRAY_SIZE(exynos5800_mux_clks));
1224 samsung_clk_register_div(ctx, exynos5800_div_clks,
1225 ARRAY_SIZE(exynos5800_div_clks));
1226 samsung_clk_register_gate(ctx, exynos5800_gate_clks,
1227 ARRAY_SIZE(exynos5800_gate_clks));
1228 }
Tomasz Figa388c7882014-02-14 08:16:00 +09001229
1230 exynos5420_clk_sleep_init();
Chander Kashyap16090272013-06-19 00:29:34 +09001231}
Alim Akhtar6520e962014-05-19 22:15:08 +09001232
1233static void __init exynos5420_clk_init(struct device_node *np)
1234{
1235 exynos5x_clk_init(np, EXYNOS5420);
1236}
Chander Kashyap16090272013-06-19 00:29:34 +09001237CLK_OF_DECLARE(exynos5420_clk, "samsung,exynos5420-clock", exynos5420_clk_init);
Alim Akhtar6520e962014-05-19 22:15:08 +09001238
1239static void __init exynos5800_clk_init(struct device_node *np)
1240{
1241 exynos5x_clk_init(np, EXYNOS5800);
1242}
1243CLK_OF_DECLARE(exynos5800_clk, "samsung,exynos5800-clock", exynos5800_clk_init);