blob: 14a81c2317a417eb14b3fc413678a5541e9b09a5 [file] [log] [blame]
Ben Dooks8d6f8652010-04-30 11:12:58 +09001/* linux/arch/arm/mach-s3c2416/clock.c
2 *
3 * Copyright (c) 2010 Simtec Electronics
4 * Copyright (c) 2010 Ben Dooks <ben-linux@fluff.org>
5 *
6 * S3C2416 Clock control support
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 */
13
14#include <linux/init.h>
15#include <linux/clk.h>
16
17#include <plat/s3c2416.h>
Ben Dooks8d6f8652010-04-30 11:12:58 +090018#include <plat/clock.h>
19#include <plat/clock-clksrc.h>
20#include <plat/cpu.h>
21
22#include <plat/cpu-freq.h>
Ben Dooks8d6f8652010-04-30 11:12:58 +090023#include <plat/pll.h>
24
25#include <asm/mach/map.h>
26
27#include <mach/regs-clock.h>
28#include <mach/regs-s3c2443-clock.h>
29
Heiko St?bnerefb1fb42011-10-14 15:08:56 +090030/* armdiv
31 *
32 * this clock is sourced from msysclk and can have a number of
33 * divider values applied to it to then be fed into armclk.
34 * The real clock definition is done in s3c2443-clock.c,
35 * only the armdiv divisor table must be defined here.
36*/
37
Ben Dooks8d6f8652010-04-30 11:12:58 +090038static unsigned int armdiv[8] = {
39 [0] = 1,
40 [1] = 2,
41 [2] = 3,
42 [3] = 4,
43 [5] = 6,
44 [7] = 8,
45};
46
Heiko Stuebner4a43c662011-09-27 08:45:09 +090047static struct clksrc_clk hsspi_eplldiv = {
48 .clk = {
49 .name = "hsspi-eplldiv",
50 .parent = &clk_esysclk.clk,
51 .ctrlbit = (1 << 14),
52 .enable = s3c2443_clkcon_enable_s,
53 },
54 .reg_div = { .reg = S3C2443_CLKDIV1, .size = 2, .shift = 24 },
55};
56
57static struct clk *hsspi_sources[] = {
58 [0] = &hsspi_eplldiv.clk,
59 [1] = NULL, /* to fix */
60};
61
62static struct clksrc_clk hsspi_mux = {
63 .clk = {
64 .name = "hsspi-if",
65 },
66 .sources = &(struct clksrc_sources) {
67 .sources = hsspi_sources,
68 .nr_sources = ARRAY_SIZE(hsspi_sources),
69 },
70 .reg_src = { .reg = S3C2443_CLKSRC, .size = 1, .shift = 18 },
71};
72
Ben Dooks8d6f8652010-04-30 11:12:58 +090073static struct clksrc_clk hsmmc_div[] = {
74 [0] = {
75 .clk = {
76 .name = "hsmmc-div",
Thomas Abrahame83626f2011-06-14 19:12:26 +090077 .devname = "s3c-sdhci.0",
Ben Dooks8d6f8652010-04-30 11:12:58 +090078 .parent = &clk_esysclk.clk,
79 },
80 .reg_div = { .reg = S3C2416_CLKDIV2, .size = 2, .shift = 6 },
81 },
82 [1] = {
83 .clk = {
84 .name = "hsmmc-div",
Thomas Abrahame83626f2011-06-14 19:12:26 +090085 .devname = "s3c-sdhci.1",
Ben Dooks8d6f8652010-04-30 11:12:58 +090086 .parent = &clk_esysclk.clk,
87 },
88 .reg_div = { .reg = S3C2443_CLKDIV1, .size = 2, .shift = 6 },
89 },
90};
91
Rajeshwari Shindea361d102011-10-24 17:05:58 +020092static struct clksrc_clk hsmmc_mux0 = {
93 .clk = {
94 .name = "hsmmc-if",
95 .devname = "s3c-sdhci.0",
96 .ctrlbit = (1 << 6),
97 .enable = s3c2443_clkcon_enable_s,
Ben Dooks8d6f8652010-04-30 11:12:58 +090098 },
Rajeshwari Shindea361d102011-10-24 17:05:58 +020099 .sources = &(struct clksrc_sources) {
100 .nr_sources = 2,
101 .sources = (struct clk * []) {
102 [0] = &hsmmc_div[0].clk,
103 [1] = NULL, /* to fix */
Ben Dooks8d6f8652010-04-30 11:12:58 +0900104 },
Ben Dooks8d6f8652010-04-30 11:12:58 +0900105 },
Rajeshwari Shindea361d102011-10-24 17:05:58 +0200106 .reg_src = { .reg = S3C2443_CLKSRC, .size = 1, .shift = 16 },
107};
108
109static struct clksrc_clk hsmmc_mux1 = {
110 .clk = {
111 .name = "hsmmc-if",
112 .devname = "s3c-sdhci.1",
113 .ctrlbit = (1 << 12),
114 .enable = s3c2443_clkcon_enable_s,
115 },
116 .sources = &(struct clksrc_sources) {
117 .nr_sources = 2,
118 .sources = (struct clk * []) {
119 [0] = &hsmmc_div[1].clk,
120 [1] = NULL, /* to fix */
121 },
122 },
123 .reg_src = { .reg = S3C2443_CLKSRC, .size = 1, .shift = 17 },
Ben Dooks8d6f8652010-04-30 11:12:58 +0900124};
125
Yauhen Kharuzhy95d67912011-01-06 13:04:33 +0900126static struct clk hsmmc0_clk = {
127 .name = "hsmmc",
Thomas Abrahame83626f2011-06-14 19:12:26 +0900128 .devname = "s3c-sdhci.0",
Yauhen Kharuzhy95d67912011-01-06 13:04:33 +0900129 .parent = &clk_h,
130 .enable = s3c2443_clkcon_enable_h,
131 .ctrlbit = S3C2416_HCLKCON_HSMMC0,
132};
Ben Dooks8d6f8652010-04-30 11:12:58 +0900133
Ben Dooks8d6f8652010-04-30 11:12:58 +0900134static struct clksrc_clk *clksrcs[] __initdata = {
Heiko Stuebner4a43c662011-09-27 08:45:09 +0900135 &hsspi_eplldiv,
136 &hsspi_mux,
Ben Dooks8d6f8652010-04-30 11:12:58 +0900137 &hsmmc_div[0],
138 &hsmmc_div[1],
Rajeshwari Shindea361d102011-10-24 17:05:58 +0200139 &hsmmc_mux0,
140 &hsmmc_mux1,
141};
142
143static struct clk_lookup s3c2416_clk_lookup[] = {
144 CLKDEV_INIT("s3c-sdhci.0", "mmc_busclk.0", &hsmmc0_clk),
145 CLKDEV_INIT("s3c-sdhci.0", "mmc_busclk.2", &hsmmc_mux0.clk),
146 CLKDEV_INIT("s3c-sdhci.1", "mmc_busclk.2", &hsmmc_mux1.clk),
Thomas Abrahama5238e32012-07-13 07:15:14 +0900147 /* s3c2443-spi.0 is used on s3c2416 and s3c2450 as well */
148 CLKDEV_INIT("s3c2443-spi.0", "spi_busclk2", &hsspi_mux.clk),
Ben Dooks8d6f8652010-04-30 11:12:58 +0900149};
150
151void __init s3c2416_init_clocks(int xtal)
152{
153 u32 epllcon = __raw_readl(S3C2443_EPLLCON);
154 u32 epllcon1 = __raw_readl(S3C2443_EPLLCON+4);
155 int ptr;
156
157 /* s3c2416 EPLL compatible with s3c64xx */
158 clk_epll.rate = s3c_get_pll6553x(xtal, epllcon, epllcon1);
159
160 clk_epll.parent = &clk_epllref.clk;
161
Heiko Stuebner33ccedf2011-10-14 15:08:57 +0900162 s3c2443_common_init_clocks(xtal, s3c2416_get_pll,
Heiko Stuebnerd9a3bfb2011-10-14 15:08:56 +0900163 armdiv, ARRAY_SIZE(armdiv),
164 S3C2416_CLKDIV0_ARMDIV_MASK);
Ben Dooks8d6f8652010-04-30 11:12:58 +0900165
166 for (ptr = 0; ptr < ARRAY_SIZE(clksrcs); ptr++)
167 s3c_register_clksrc(clksrcs[ptr], 1);
168
Yauhen Kharuzhy95d67912011-01-06 13:04:33 +0900169 s3c24xx_register_clock(&hsmmc0_clk);
Rajeshwari Shindea361d102011-10-24 17:05:58 +0200170 clkdev_add_table(s3c2416_clk_lookup, ARRAY_SIZE(s3c2416_clk_lookup));
Yauhen Kharuzhy95d67912011-01-06 13:04:33 +0900171
Ben Dooks8d6f8652010-04-30 11:12:58 +0900172 s3c_pwmclk_init();
173
174}