Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 1 | /* 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> |
| 18 | #include <plat/s3c2443.h> |
| 19 | #include <plat/clock.h> |
| 20 | #include <plat/clock-clksrc.h> |
| 21 | #include <plat/cpu.h> |
| 22 | |
| 23 | #include <plat/cpu-freq.h> |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 24 | #include <plat/pll.h> |
| 25 | |
| 26 | #include <asm/mach/map.h> |
| 27 | |
| 28 | #include <mach/regs-clock.h> |
| 29 | #include <mach/regs-s3c2443-clock.h> |
| 30 | |
Heiko St?bner | efb1fb4 | 2011-10-14 15:08:56 +0900 | [diff] [blame^] | 31 | /* armdiv |
| 32 | * |
| 33 | * this clock is sourced from msysclk and can have a number of |
| 34 | * divider values applied to it to then be fed into armclk. |
| 35 | * The real clock definition is done in s3c2443-clock.c, |
| 36 | * only the armdiv divisor table must be defined here. |
| 37 | */ |
| 38 | |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 39 | static unsigned int armdiv[8] = { |
| 40 | [0] = 1, |
| 41 | [1] = 2, |
| 42 | [2] = 3, |
| 43 | [3] = 4, |
| 44 | [5] = 6, |
| 45 | [7] = 8, |
| 46 | }; |
| 47 | |
Heiko Stuebner | 4a43c66 | 2011-09-27 08:45:09 +0900 | [diff] [blame] | 48 | static struct clksrc_clk hsspi_eplldiv = { |
| 49 | .clk = { |
| 50 | .name = "hsspi-eplldiv", |
| 51 | .parent = &clk_esysclk.clk, |
| 52 | .ctrlbit = (1 << 14), |
| 53 | .enable = s3c2443_clkcon_enable_s, |
| 54 | }, |
| 55 | .reg_div = { .reg = S3C2443_CLKDIV1, .size = 2, .shift = 24 }, |
| 56 | }; |
| 57 | |
| 58 | static struct clk *hsspi_sources[] = { |
| 59 | [0] = &hsspi_eplldiv.clk, |
| 60 | [1] = NULL, /* to fix */ |
| 61 | }; |
| 62 | |
| 63 | static struct clksrc_clk hsspi_mux = { |
| 64 | .clk = { |
| 65 | .name = "hsspi-if", |
| 66 | }, |
| 67 | .sources = &(struct clksrc_sources) { |
| 68 | .sources = hsspi_sources, |
| 69 | .nr_sources = ARRAY_SIZE(hsspi_sources), |
| 70 | }, |
| 71 | .reg_src = { .reg = S3C2443_CLKSRC, .size = 1, .shift = 18 }, |
| 72 | }; |
| 73 | |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 74 | static struct clksrc_clk hsmmc_div[] = { |
| 75 | [0] = { |
| 76 | .clk = { |
| 77 | .name = "hsmmc-div", |
Thomas Abraham | e83626f | 2011-06-14 19:12:26 +0900 | [diff] [blame] | 78 | .devname = "s3c-sdhci.0", |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 79 | .parent = &clk_esysclk.clk, |
| 80 | }, |
| 81 | .reg_div = { .reg = S3C2416_CLKDIV2, .size = 2, .shift = 6 }, |
| 82 | }, |
| 83 | [1] = { |
| 84 | .clk = { |
| 85 | .name = "hsmmc-div", |
Thomas Abraham | e83626f | 2011-06-14 19:12:26 +0900 | [diff] [blame] | 86 | .devname = "s3c-sdhci.1", |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 87 | .parent = &clk_esysclk.clk, |
| 88 | }, |
| 89 | .reg_div = { .reg = S3C2443_CLKDIV1, .size = 2, .shift = 6 }, |
| 90 | }, |
| 91 | }; |
| 92 | |
| 93 | static struct clksrc_clk hsmmc_mux[] = { |
| 94 | [0] = { |
| 95 | .clk = { |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 96 | .name = "hsmmc-if", |
Thomas Abraham | e83626f | 2011-06-14 19:12:26 +0900 | [diff] [blame] | 97 | .devname = "s3c-sdhci.0", |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 98 | .ctrlbit = (1 << 6), |
| 99 | .enable = s3c2443_clkcon_enable_s, |
| 100 | }, |
| 101 | .sources = &(struct clksrc_sources) { |
| 102 | .nr_sources = 2, |
| 103 | .sources = (struct clk *[]) { |
| 104 | [0] = &hsmmc_div[0].clk, |
| 105 | [1] = NULL, /* to fix */ |
| 106 | }, |
| 107 | }, |
| 108 | .reg_src = { .reg = S3C2443_CLKSRC, .size = 1, .shift = 16 }, |
| 109 | }, |
| 110 | [1] = { |
| 111 | .clk = { |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 112 | .name = "hsmmc-if", |
Thomas Abraham | e83626f | 2011-06-14 19:12:26 +0900 | [diff] [blame] | 113 | .devname = "s3c-sdhci.1", |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 114 | .ctrlbit = (1 << 12), |
| 115 | .enable = s3c2443_clkcon_enable_s, |
| 116 | }, |
| 117 | .sources = &(struct clksrc_sources) { |
| 118 | .nr_sources = 2, |
| 119 | .sources = (struct clk *[]) { |
| 120 | [0] = &hsmmc_div[1].clk, |
| 121 | [1] = NULL, /* to fix */ |
| 122 | }, |
| 123 | }, |
| 124 | .reg_src = { .reg = S3C2443_CLKSRC, .size = 1, .shift = 17 }, |
| 125 | }, |
| 126 | }; |
| 127 | |
Yauhen Kharuzhy | 95d6791 | 2011-01-06 13:04:33 +0900 | [diff] [blame] | 128 | static struct clk hsmmc0_clk = { |
| 129 | .name = "hsmmc", |
Thomas Abraham | e83626f | 2011-06-14 19:12:26 +0900 | [diff] [blame] | 130 | .devname = "s3c-sdhci.0", |
Yauhen Kharuzhy | 95d6791 | 2011-01-06 13:04:33 +0900 | [diff] [blame] | 131 | .parent = &clk_h, |
| 132 | .enable = s3c2443_clkcon_enable_h, |
| 133 | .ctrlbit = S3C2416_HCLKCON_HSMMC0, |
| 134 | }; |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 135 | |
| 136 | static inline unsigned int s3c2416_fclk_div(unsigned long clkcon0) |
| 137 | { |
Heiko Stuebner | 0d23d05 | 2011-10-14 15:08:56 +0900 | [diff] [blame] | 138 | clkcon0 &= S3C2416_CLKDIV0_ARMDIV_MASK; |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 139 | |
| 140 | return armdiv[clkcon0 >> S3C2443_CLKDIV0_ARMDIV_SHIFT]; |
| 141 | } |
| 142 | |
| 143 | void __init_or_cpufreq s3c2416_setup_clocks(void) |
| 144 | { |
| 145 | s3c2443_common_setup_clocks(s3c2416_get_pll, s3c2416_fclk_div); |
| 146 | } |
| 147 | |
| 148 | |
| 149 | static struct clksrc_clk *clksrcs[] __initdata = { |
Heiko Stuebner | 4a43c66 | 2011-09-27 08:45:09 +0900 | [diff] [blame] | 150 | &hsspi_eplldiv, |
| 151 | &hsspi_mux, |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 152 | &hsmmc_div[0], |
| 153 | &hsmmc_div[1], |
| 154 | &hsmmc_mux[0], |
| 155 | &hsmmc_mux[1], |
| 156 | }; |
| 157 | |
| 158 | void __init s3c2416_init_clocks(int xtal) |
| 159 | { |
| 160 | u32 epllcon = __raw_readl(S3C2443_EPLLCON); |
| 161 | u32 epllcon1 = __raw_readl(S3C2443_EPLLCON+4); |
| 162 | int ptr; |
| 163 | |
| 164 | /* s3c2416 EPLL compatible with s3c64xx */ |
| 165 | clk_epll.rate = s3c_get_pll6553x(xtal, epllcon, epllcon1); |
| 166 | |
| 167 | clk_epll.parent = &clk_epllref.clk; |
| 168 | |
Heiko Stuebner | d9a3bfb | 2011-10-14 15:08:56 +0900 | [diff] [blame] | 169 | s3c2443_common_init_clocks(xtal, s3c2416_get_pll, s3c2416_fclk_div, |
| 170 | armdiv, ARRAY_SIZE(armdiv), |
| 171 | S3C2416_CLKDIV0_ARMDIV_MASK); |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 172 | |
| 173 | for (ptr = 0; ptr < ARRAY_SIZE(clksrcs); ptr++) |
| 174 | s3c_register_clksrc(clksrcs[ptr], 1); |
| 175 | |
Yauhen Kharuzhy | 95d6791 | 2011-01-06 13:04:33 +0900 | [diff] [blame] | 176 | s3c24xx_register_clock(&hsmmc0_clk); |
| 177 | |
Ben Dooks | 8d6f865 | 2010-04-30 11:12:58 +0900 | [diff] [blame] | 178 | s3c_pwmclk_init(); |
| 179 | |
| 180 | } |