2 * Author: Daniel Thompson <daniel.thompson@linaro.org>
4 * Inspired by clk-asm9260.c .
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation.
10 * This program is distributed in the hope it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * You should have received a copy of the GNU General Public License along with
16 * this program. If not, see <http://www.gnu.org/licenses/>.
19 #include <linux/clk-provider.h>
20 #include <linux/err.h>
22 #include <linux/iopoll.h>
23 #include <linux/ioport.h>
24 #include <linux/slab.h>
25 #include <linux/spinlock.h>
27 #include <linux/of_address.h>
28 #include <linux/regmap.h>
29 #include <linux/mfd/syscon.h>
32 * Include list of clocks wich are not derived from system clock (SYSCLOCK)
33 * The index of these clocks is the secondary index of DT bindings
36 #include <dt-bindings/clock/stm32fx-clock.h>
38 #define STM32F4_RCC_CR 0x00
39 #define STM32F4_RCC_PLLCFGR 0x04
40 #define STM32F4_RCC_CFGR 0x08
41 #define STM32F4_RCC_AHB1ENR 0x30
42 #define STM32F4_RCC_AHB2ENR 0x34
43 #define STM32F4_RCC_AHB3ENR 0x38
44 #define STM32F4_RCC_APB1ENR 0x40
45 #define STM32F4_RCC_APB2ENR 0x44
46 #define STM32F4_RCC_BDCR 0x70
47 #define STM32F4_RCC_CSR 0x74
48 #define STM32F4_RCC_PLLI2SCFGR 0x84
49 #define STM32F4_RCC_PLLSAICFGR 0x88
50 #define STM32F4_RCC_DCKCFGR 0x8c
51 #define STM32F7_RCC_DCKCFGR2 0x90
58 struct stm32f4_gate_data
{
62 const char *parent_name
;
66 static const struct stm32f4_gate_data stm32f429_gates
[] __initconst
= {
67 { STM32F4_RCC_AHB1ENR
, 0, "gpioa", "ahb_div" },
68 { STM32F4_RCC_AHB1ENR
, 1, "gpiob", "ahb_div" },
69 { STM32F4_RCC_AHB1ENR
, 2, "gpioc", "ahb_div" },
70 { STM32F4_RCC_AHB1ENR
, 3, "gpiod", "ahb_div" },
71 { STM32F4_RCC_AHB1ENR
, 4, "gpioe", "ahb_div" },
72 { STM32F4_RCC_AHB1ENR
, 5, "gpiof", "ahb_div" },
73 { STM32F4_RCC_AHB1ENR
, 6, "gpiog", "ahb_div" },
74 { STM32F4_RCC_AHB1ENR
, 7, "gpioh", "ahb_div" },
75 { STM32F4_RCC_AHB1ENR
, 8, "gpioi", "ahb_div" },
76 { STM32F4_RCC_AHB1ENR
, 9, "gpioj", "ahb_div" },
77 { STM32F4_RCC_AHB1ENR
, 10, "gpiok", "ahb_div" },
78 { STM32F4_RCC_AHB1ENR
, 12, "crc", "ahb_div" },
79 { STM32F4_RCC_AHB1ENR
, 18, "bkpsra", "ahb_div" },
80 { STM32F4_RCC_AHB1ENR
, 20, "ccmdatam", "ahb_div" },
81 { STM32F4_RCC_AHB1ENR
, 21, "dma1", "ahb_div" },
82 { STM32F4_RCC_AHB1ENR
, 22, "dma2", "ahb_div" },
83 { STM32F4_RCC_AHB1ENR
, 23, "dma2d", "ahb_div" },
84 { STM32F4_RCC_AHB1ENR
, 25, "ethmac", "ahb_div" },
85 { STM32F4_RCC_AHB1ENR
, 26, "ethmactx", "ahb_div" },
86 { STM32F4_RCC_AHB1ENR
, 27, "ethmacrx", "ahb_div" },
87 { STM32F4_RCC_AHB1ENR
, 28, "ethmacptp", "ahb_div" },
88 { STM32F4_RCC_AHB1ENR
, 29, "otghs", "ahb_div" },
89 { STM32F4_RCC_AHB1ENR
, 30, "otghsulpi", "ahb_div" },
91 { STM32F4_RCC_AHB2ENR
, 0, "dcmi", "ahb_div" },
92 { STM32F4_RCC_AHB2ENR
, 4, "cryp", "ahb_div" },
93 { STM32F4_RCC_AHB2ENR
, 5, "hash", "ahb_div" },
94 { STM32F4_RCC_AHB2ENR
, 6, "rng", "pll48" },
95 { STM32F4_RCC_AHB2ENR
, 7, "otgfs", "pll48" },
97 { STM32F4_RCC_AHB3ENR
, 0, "fmc", "ahb_div",
100 { STM32F4_RCC_APB1ENR
, 0, "tim2", "apb1_mul" },
101 { STM32F4_RCC_APB1ENR
, 1, "tim3", "apb1_mul" },
102 { STM32F4_RCC_APB1ENR
, 2, "tim4", "apb1_mul" },
103 { STM32F4_RCC_APB1ENR
, 3, "tim5", "apb1_mul" },
104 { STM32F4_RCC_APB1ENR
, 4, "tim6", "apb1_mul" },
105 { STM32F4_RCC_APB1ENR
, 5, "tim7", "apb1_mul" },
106 { STM32F4_RCC_APB1ENR
, 6, "tim12", "apb1_mul" },
107 { STM32F4_RCC_APB1ENR
, 7, "tim13", "apb1_mul" },
108 { STM32F4_RCC_APB1ENR
, 8, "tim14", "apb1_mul" },
109 { STM32F4_RCC_APB1ENR
, 11, "wwdg", "apb1_div" },
110 { STM32F4_RCC_APB1ENR
, 14, "spi2", "apb1_div" },
111 { STM32F4_RCC_APB1ENR
, 15, "spi3", "apb1_div" },
112 { STM32F4_RCC_APB1ENR
, 17, "uart2", "apb1_div" },
113 { STM32F4_RCC_APB1ENR
, 18, "uart3", "apb1_div" },
114 { STM32F4_RCC_APB1ENR
, 19, "uart4", "apb1_div" },
115 { STM32F4_RCC_APB1ENR
, 20, "uart5", "apb1_div" },
116 { STM32F4_RCC_APB1ENR
, 21, "i2c1", "apb1_div" },
117 { STM32F4_RCC_APB1ENR
, 22, "i2c2", "apb1_div" },
118 { STM32F4_RCC_APB1ENR
, 23, "i2c3", "apb1_div" },
119 { STM32F4_RCC_APB1ENR
, 25, "can1", "apb1_div" },
120 { STM32F4_RCC_APB1ENR
, 26, "can2", "apb1_div" },
121 { STM32F4_RCC_APB1ENR
, 28, "pwr", "apb1_div" },
122 { STM32F4_RCC_APB1ENR
, 29, "dac", "apb1_div" },
123 { STM32F4_RCC_APB1ENR
, 30, "uart7", "apb1_div" },
124 { STM32F4_RCC_APB1ENR
, 31, "uart8", "apb1_div" },
126 { STM32F4_RCC_APB2ENR
, 0, "tim1", "apb2_mul" },
127 { STM32F4_RCC_APB2ENR
, 1, "tim8", "apb2_mul" },
128 { STM32F4_RCC_APB2ENR
, 4, "usart1", "apb2_div" },
129 { STM32F4_RCC_APB2ENR
, 5, "usart6", "apb2_div" },
130 { STM32F4_RCC_APB2ENR
, 8, "adc1", "apb2_div" },
131 { STM32F4_RCC_APB2ENR
, 9, "adc2", "apb2_div" },
132 { STM32F4_RCC_APB2ENR
, 10, "adc3", "apb2_div" },
133 { STM32F4_RCC_APB2ENR
, 11, "sdio", "pll48" },
134 { STM32F4_RCC_APB2ENR
, 12, "spi1", "apb2_div" },
135 { STM32F4_RCC_APB2ENR
, 13, "spi4", "apb2_div" },
136 { STM32F4_RCC_APB2ENR
, 14, "syscfg", "apb2_div" },
137 { STM32F4_RCC_APB2ENR
, 16, "tim9", "apb2_mul" },
138 { STM32F4_RCC_APB2ENR
, 17, "tim10", "apb2_mul" },
139 { STM32F4_RCC_APB2ENR
, 18, "tim11", "apb2_mul" },
140 { STM32F4_RCC_APB2ENR
, 20, "spi5", "apb2_div" },
141 { STM32F4_RCC_APB2ENR
, 21, "spi6", "apb2_div" },
142 { STM32F4_RCC_APB2ENR
, 22, "sai1", "apb2_div" },
143 { STM32F4_RCC_APB2ENR
, 26, "ltdc", "apb2_div" },
146 static const struct stm32f4_gate_data stm32f469_gates
[] __initconst
= {
147 { STM32F4_RCC_AHB1ENR
, 0, "gpioa", "ahb_div" },
148 { STM32F4_RCC_AHB1ENR
, 1, "gpiob", "ahb_div" },
149 { STM32F4_RCC_AHB1ENR
, 2, "gpioc", "ahb_div" },
150 { STM32F4_RCC_AHB1ENR
, 3, "gpiod", "ahb_div" },
151 { STM32F4_RCC_AHB1ENR
, 4, "gpioe", "ahb_div" },
152 { STM32F4_RCC_AHB1ENR
, 5, "gpiof", "ahb_div" },
153 { STM32F4_RCC_AHB1ENR
, 6, "gpiog", "ahb_div" },
154 { STM32F4_RCC_AHB1ENR
, 7, "gpioh", "ahb_div" },
155 { STM32F4_RCC_AHB1ENR
, 8, "gpioi", "ahb_div" },
156 { STM32F4_RCC_AHB1ENR
, 9, "gpioj", "ahb_div" },
157 { STM32F4_RCC_AHB1ENR
, 10, "gpiok", "ahb_div" },
158 { STM32F4_RCC_AHB1ENR
, 12, "crc", "ahb_div" },
159 { STM32F4_RCC_AHB1ENR
, 18, "bkpsra", "ahb_div" },
160 { STM32F4_RCC_AHB1ENR
, 20, "ccmdatam", "ahb_div" },
161 { STM32F4_RCC_AHB1ENR
, 21, "dma1", "ahb_div" },
162 { STM32F4_RCC_AHB1ENR
, 22, "dma2", "ahb_div" },
163 { STM32F4_RCC_AHB1ENR
, 23, "dma2d", "ahb_div" },
164 { STM32F4_RCC_AHB1ENR
, 25, "ethmac", "ahb_div" },
165 { STM32F4_RCC_AHB1ENR
, 26, "ethmactx", "ahb_div" },
166 { STM32F4_RCC_AHB1ENR
, 27, "ethmacrx", "ahb_div" },
167 { STM32F4_RCC_AHB1ENR
, 28, "ethmacptp", "ahb_div" },
168 { STM32F4_RCC_AHB1ENR
, 29, "otghs", "ahb_div" },
169 { STM32F4_RCC_AHB1ENR
, 30, "otghsulpi", "ahb_div" },
171 { STM32F4_RCC_AHB2ENR
, 0, "dcmi", "ahb_div" },
172 { STM32F4_RCC_AHB2ENR
, 4, "cryp", "ahb_div" },
173 { STM32F4_RCC_AHB2ENR
, 5, "hash", "ahb_div" },
174 { STM32F4_RCC_AHB2ENR
, 6, "rng", "pll48" },
175 { STM32F4_RCC_AHB2ENR
, 7, "otgfs", "pll48" },
177 { STM32F4_RCC_AHB3ENR
, 0, "fmc", "ahb_div",
179 { STM32F4_RCC_AHB3ENR
, 1, "qspi", "ahb_div",
182 { STM32F4_RCC_APB1ENR
, 0, "tim2", "apb1_mul" },
183 { STM32F4_RCC_APB1ENR
, 1, "tim3", "apb1_mul" },
184 { STM32F4_RCC_APB1ENR
, 2, "tim4", "apb1_mul" },
185 { STM32F4_RCC_APB1ENR
, 3, "tim5", "apb1_mul" },
186 { STM32F4_RCC_APB1ENR
, 4, "tim6", "apb1_mul" },
187 { STM32F4_RCC_APB1ENR
, 5, "tim7", "apb1_mul" },
188 { STM32F4_RCC_APB1ENR
, 6, "tim12", "apb1_mul" },
189 { STM32F4_RCC_APB1ENR
, 7, "tim13", "apb1_mul" },
190 { STM32F4_RCC_APB1ENR
, 8, "tim14", "apb1_mul" },
191 { STM32F4_RCC_APB1ENR
, 11, "wwdg", "apb1_div" },
192 { STM32F4_RCC_APB1ENR
, 14, "spi2", "apb1_div" },
193 { STM32F4_RCC_APB1ENR
, 15, "spi3", "apb1_div" },
194 { STM32F4_RCC_APB1ENR
, 17, "uart2", "apb1_div" },
195 { STM32F4_RCC_APB1ENR
, 18, "uart3", "apb1_div" },
196 { STM32F4_RCC_APB1ENR
, 19, "uart4", "apb1_div" },
197 { STM32F4_RCC_APB1ENR
, 20, "uart5", "apb1_div" },
198 { STM32F4_RCC_APB1ENR
, 21, "i2c1", "apb1_div" },
199 { STM32F4_RCC_APB1ENR
, 22, "i2c2", "apb1_div" },
200 { STM32F4_RCC_APB1ENR
, 23, "i2c3", "apb1_div" },
201 { STM32F4_RCC_APB1ENR
, 25, "can1", "apb1_div" },
202 { STM32F4_RCC_APB1ENR
, 26, "can2", "apb1_div" },
203 { STM32F4_RCC_APB1ENR
, 28, "pwr", "apb1_div" },
204 { STM32F4_RCC_APB1ENR
, 29, "dac", "apb1_div" },
205 { STM32F4_RCC_APB1ENR
, 30, "uart7", "apb1_div" },
206 { STM32F4_RCC_APB1ENR
, 31, "uart8", "apb1_div" },
208 { STM32F4_RCC_APB2ENR
, 0, "tim1", "apb2_mul" },
209 { STM32F4_RCC_APB2ENR
, 1, "tim8", "apb2_mul" },
210 { STM32F4_RCC_APB2ENR
, 4, "usart1", "apb2_div" },
211 { STM32F4_RCC_APB2ENR
, 5, "usart6", "apb2_div" },
212 { STM32F4_RCC_APB2ENR
, 8, "adc1", "apb2_div" },
213 { STM32F4_RCC_APB2ENR
, 9, "adc2", "apb2_div" },
214 { STM32F4_RCC_APB2ENR
, 10, "adc3", "apb2_div" },
215 { STM32F4_RCC_APB2ENR
, 11, "sdio", "sdmux" },
216 { STM32F4_RCC_APB2ENR
, 12, "spi1", "apb2_div" },
217 { STM32F4_RCC_APB2ENR
, 13, "spi4", "apb2_div" },
218 { STM32F4_RCC_APB2ENR
, 14, "syscfg", "apb2_div" },
219 { STM32F4_RCC_APB2ENR
, 16, "tim9", "apb2_mul" },
220 { STM32F4_RCC_APB2ENR
, 17, "tim10", "apb2_mul" },
221 { STM32F4_RCC_APB2ENR
, 18, "tim11", "apb2_mul" },
222 { STM32F4_RCC_APB2ENR
, 20, "spi5", "apb2_div" },
223 { STM32F4_RCC_APB2ENR
, 21, "spi6", "apb2_div" },
224 { STM32F4_RCC_APB2ENR
, 22, "sai1", "apb2_div" },
225 { STM32F4_RCC_APB2ENR
, 26, "ltdc", "apb2_div" },
228 static const struct stm32f4_gate_data stm32f746_gates
[] __initconst
= {
229 { STM32F4_RCC_AHB1ENR
, 0, "gpioa", "ahb_div" },
230 { STM32F4_RCC_AHB1ENR
, 1, "gpiob", "ahb_div" },
231 { STM32F4_RCC_AHB1ENR
, 2, "gpioc", "ahb_div" },
232 { STM32F4_RCC_AHB1ENR
, 3, "gpiod", "ahb_div" },
233 { STM32F4_RCC_AHB1ENR
, 4, "gpioe", "ahb_div" },
234 { STM32F4_RCC_AHB1ENR
, 5, "gpiof", "ahb_div" },
235 { STM32F4_RCC_AHB1ENR
, 6, "gpiog", "ahb_div" },
236 { STM32F4_RCC_AHB1ENR
, 7, "gpioh", "ahb_div" },
237 { STM32F4_RCC_AHB1ENR
, 8, "gpioi", "ahb_div" },
238 { STM32F4_RCC_AHB1ENR
, 9, "gpioj", "ahb_div" },
239 { STM32F4_RCC_AHB1ENR
, 10, "gpiok", "ahb_div" },
240 { STM32F4_RCC_AHB1ENR
, 12, "crc", "ahb_div" },
241 { STM32F4_RCC_AHB1ENR
, 18, "bkpsra", "ahb_div" },
242 { STM32F4_RCC_AHB1ENR
, 20, "dtcmram", "ahb_div" },
243 { STM32F4_RCC_AHB1ENR
, 21, "dma1", "ahb_div" },
244 { STM32F4_RCC_AHB1ENR
, 22, "dma2", "ahb_div" },
245 { STM32F4_RCC_AHB1ENR
, 23, "dma2d", "ahb_div" },
246 { STM32F4_RCC_AHB1ENR
, 25, "ethmac", "ahb_div" },
247 { STM32F4_RCC_AHB1ENR
, 26, "ethmactx", "ahb_div" },
248 { STM32F4_RCC_AHB1ENR
, 27, "ethmacrx", "ahb_div" },
249 { STM32F4_RCC_AHB1ENR
, 28, "ethmacptp", "ahb_div" },
250 { STM32F4_RCC_AHB1ENR
, 29, "otghs", "ahb_div" },
251 { STM32F4_RCC_AHB1ENR
, 30, "otghsulpi", "ahb_div" },
253 { STM32F4_RCC_AHB2ENR
, 0, "dcmi", "ahb_div" },
254 { STM32F4_RCC_AHB2ENR
, 4, "cryp", "ahb_div" },
255 { STM32F4_RCC_AHB2ENR
, 5, "hash", "ahb_div" },
256 { STM32F4_RCC_AHB2ENR
, 6, "rng", "pll48" },
257 { STM32F4_RCC_AHB2ENR
, 7, "otgfs", "pll48" },
259 { STM32F4_RCC_AHB3ENR
, 0, "fmc", "ahb_div",
261 { STM32F4_RCC_AHB3ENR
, 1, "qspi", "ahb_div",
264 { STM32F4_RCC_APB1ENR
, 0, "tim2", "apb1_mul" },
265 { STM32F4_RCC_APB1ENR
, 1, "tim3", "apb1_mul" },
266 { STM32F4_RCC_APB1ENR
, 2, "tim4", "apb1_mul" },
267 { STM32F4_RCC_APB1ENR
, 3, "tim5", "apb1_mul" },
268 { STM32F4_RCC_APB1ENR
, 4, "tim6", "apb1_mul" },
269 { STM32F4_RCC_APB1ENR
, 5, "tim7", "apb1_mul" },
270 { STM32F4_RCC_APB1ENR
, 6, "tim12", "apb1_mul" },
271 { STM32F4_RCC_APB1ENR
, 7, "tim13", "apb1_mul" },
272 { STM32F4_RCC_APB1ENR
, 8, "tim14", "apb1_mul" },
273 { STM32F4_RCC_APB1ENR
, 11, "wwdg", "apb1_div" },
274 { STM32F4_RCC_APB1ENR
, 14, "spi2", "apb1_div" },
275 { STM32F4_RCC_APB1ENR
, 15, "spi3", "apb1_div" },
276 { STM32F4_RCC_APB1ENR
, 16, "spdifrx", "apb1_div" },
277 { STM32F4_RCC_APB1ENR
, 25, "can1", "apb1_div" },
278 { STM32F4_RCC_APB1ENR
, 26, "can2", "apb1_div" },
279 { STM32F4_RCC_APB1ENR
, 27, "cec", "apb1_div" },
280 { STM32F4_RCC_APB1ENR
, 28, "pwr", "apb1_div" },
281 { STM32F4_RCC_APB1ENR
, 29, "dac", "apb1_div" },
283 { STM32F4_RCC_APB2ENR
, 0, "tim1", "apb2_mul" },
284 { STM32F4_RCC_APB2ENR
, 1, "tim8", "apb2_mul" },
285 { STM32F4_RCC_APB2ENR
, 7, "sdmmc2", "sdmux" },
286 { STM32F4_RCC_APB2ENR
, 8, "adc1", "apb2_div" },
287 { STM32F4_RCC_APB2ENR
, 9, "adc2", "apb2_div" },
288 { STM32F4_RCC_APB2ENR
, 10, "adc3", "apb2_div" },
289 { STM32F4_RCC_APB2ENR
, 11, "sdmmc", "sdmux" },
290 { STM32F4_RCC_APB2ENR
, 12, "spi1", "apb2_div" },
291 { STM32F4_RCC_APB2ENR
, 13, "spi4", "apb2_div" },
292 { STM32F4_RCC_APB2ENR
, 14, "syscfg", "apb2_div" },
293 { STM32F4_RCC_APB2ENR
, 16, "tim9", "apb2_mul" },
294 { STM32F4_RCC_APB2ENR
, 17, "tim10", "apb2_mul" },
295 { STM32F4_RCC_APB2ENR
, 18, "tim11", "apb2_mul" },
296 { STM32F4_RCC_APB2ENR
, 20, "spi5", "apb2_div" },
297 { STM32F4_RCC_APB2ENR
, 21, "spi6", "apb2_div" },
298 { STM32F4_RCC_APB2ENR
, 22, "sai1", "apb2_div" },
299 { STM32F4_RCC_APB2ENR
, 23, "sai2", "apb2_div" },
300 { STM32F4_RCC_APB2ENR
, 26, "ltdc", "apb2_div" },
304 * This bitmask tells us which bit offsets (0..192) on STM32F4[23]xxx
305 * have gate bits associated with them. Its combined hweight is 71.
307 #define MAX_GATE_MAP 3
309 static const u64 stm32f42xx_gate_map
[MAX_GATE_MAP
] = { 0x000000f17ef417ffull
,
310 0x0000000000000001ull
,
311 0x04777f33f6fec9ffull
};
313 static const u64 stm32f46xx_gate_map
[MAX_GATE_MAP
] = { 0x000000f17ef417ffull
,
314 0x0000000000000003ull
,
315 0x0c777f33f6fec9ffull
};
317 static const u64 stm32f746_gate_map
[MAX_GATE_MAP
] = { 0x000000f17ef417ffull
,
318 0x0000000000000003ull
,
319 0x04f77f833e01c9ffull
};
321 static const u64
*stm32f4_gate_map
;
323 static struct clk_hw
**clks
;
325 static DEFINE_SPINLOCK(stm32f4_clk_lock
);
326 static void __iomem
*base
;
328 static struct regmap
*pdrm
;
330 static int stm32fx_end_primary_clk
;
333 * "Multiplier" device for APBx clocks.
335 * The APBx dividers are power-of-two dividers and, if *not* running in 1:1
336 * mode, they also tap out the one of the low order state bits to run the
337 * timers. ST datasheets represent this feature as a (conditional) clock
345 #define to_clk_apb_mul(_hw) container_of(_hw, struct clk_apb_mul, hw)
347 static unsigned long clk_apb_mul_recalc_rate(struct clk_hw
*hw
,
348 unsigned long parent_rate
)
350 struct clk_apb_mul
*am
= to_clk_apb_mul(hw
);
352 if (readl(base
+ STM32F4_RCC_CFGR
) & BIT(am
->bit_idx
))
353 return parent_rate
* 2;
358 static long clk_apb_mul_round_rate(struct clk_hw
*hw
, unsigned long rate
,
359 unsigned long *prate
)
361 struct clk_apb_mul
*am
= to_clk_apb_mul(hw
);
362 unsigned long mult
= 1;
364 if (readl(base
+ STM32F4_RCC_CFGR
) & BIT(am
->bit_idx
))
367 if (clk_hw_get_flags(hw
) & CLK_SET_RATE_PARENT
) {
368 unsigned long best_parent
= rate
/ mult
;
370 *prate
= clk_hw_round_rate(clk_hw_get_parent(hw
), best_parent
);
373 return *prate
* mult
;
376 static int clk_apb_mul_set_rate(struct clk_hw
*hw
, unsigned long rate
,
377 unsigned long parent_rate
)
380 * We must report success but we can do so unconditionally because
381 * clk_apb_mul_round_rate returns values that ensure this call is a
388 static const struct clk_ops clk_apb_mul_factor_ops
= {
389 .round_rate
= clk_apb_mul_round_rate
,
390 .set_rate
= clk_apb_mul_set_rate
,
391 .recalc_rate
= clk_apb_mul_recalc_rate
,
394 static struct clk
*clk_register_apb_mul(struct device
*dev
, const char *name
,
395 const char *parent_name
,
396 unsigned long flags
, u8 bit_idx
)
398 struct clk_apb_mul
*am
;
399 struct clk_init_data init
;
402 am
= kzalloc(sizeof(*am
), GFP_KERNEL
);
404 return ERR_PTR(-ENOMEM
);
406 am
->bit_idx
= bit_idx
;
410 init
.ops
= &clk_apb_mul_factor_ops
;
412 init
.parent_names
= &parent_name
;
413 init
.num_parents
= 1;
415 clk
= clk_register(dev
, &am
->hw
);
429 static const struct clk_div_table pll_divp_table
[] = {
430 { 0, 2 }, { 1, 4 }, { 2, 6 }, { 3, 8 }, { 0 }
433 static const struct clk_div_table pll_divq_table
[] = {
434 { 2, 2 }, { 3, 3 }, { 4, 4 }, { 5, 5 }, { 6, 6 }, { 7, 7 },
435 { 8, 8 }, { 9, 9 }, { 10, 10 }, { 11, 11 }, { 12, 12 }, { 13, 13 },
436 { 14, 14 }, { 15, 15 },
440 static const struct clk_div_table pll_divr_table
[] = {
441 { 2, 2 }, { 3, 3 }, { 4, 4 }, { 5, 5 }, { 6, 6 }, { 7, 7 }, { 0 }
446 struct clk_gate gate
;
453 #define to_stm32f4_pll(_gate) container_of(_gate, struct stm32f4_pll, gate)
455 struct stm32f4_pll_post_div_data
{
465 const struct clk_div_table
*div_table
;
468 struct stm32f4_vco_data
{
469 const char *vco_name
;
475 static const struct stm32f4_vco_data vco_data
[] = {
476 { "vco", STM32F4_RCC_PLLCFGR
, 24, 25 },
477 { "vco-i2s", STM32F4_RCC_PLLI2SCFGR
, 26, 27 },
478 { "vco-sai", STM32F4_RCC_PLLSAICFGR
, 28, 29 },
482 static const struct clk_div_table post_divr_table
[] = {
483 { 0, 2 }, { 1, 4 }, { 2, 8 }, { 3, 16 }, { 0 }
486 #define MAX_POST_DIV 3
487 static const struct stm32f4_pll_post_div_data post_div_data
[MAX_POST_DIV
] = {
488 { CLK_I2SQ_PDIV
, PLL_I2S
, "plli2s-q-div", "plli2s-q",
489 CLK_SET_RATE_PARENT
, STM32F4_RCC_DCKCFGR
, 0, 5, 0, NULL
},
491 { CLK_SAIQ_PDIV
, PLL_SAI
, "pllsai-q-div", "pllsai-q",
492 CLK_SET_RATE_PARENT
, STM32F4_RCC_DCKCFGR
, 8, 5, 0, NULL
},
494 { NO_IDX
, PLL_SAI
, "pllsai-r-div", "pllsai-r", CLK_SET_RATE_PARENT
,
495 STM32F4_RCC_DCKCFGR
, 16, 2, 0, post_divr_table
},
498 struct stm32f4_div_data
{
502 const struct clk_div_table
*div_table
;
505 #define MAX_PLL_DIV 3
506 static const struct stm32f4_div_data div_data
[MAX_PLL_DIV
] = {
507 { 16, 2, 0, pll_divp_table
},
508 { 24, 4, 0, pll_divq_table
},
509 { 28, 3, 0, pll_divr_table
},
512 struct stm32f4_pll_data
{
515 const char *div_name
[MAX_PLL_DIV
];
518 static const struct stm32f4_pll_data stm32f429_pll
[MAX_PLL_DIV
] = {
519 { PLL
, 192, { "pll", "pll48", NULL
} },
520 { PLL_I2S
, 192, { NULL
, "plli2s-q", "plli2s-r" } },
521 { PLL_SAI
, 49, { NULL
, "pllsai-q", "pllsai-r" } },
524 static const struct stm32f4_pll_data stm32f469_pll
[MAX_PLL_DIV
] = {
525 { PLL
, 50, { "pll", "pll-q", "pll-r" } },
526 { PLL_I2S
, 50, { "plli2s-p", "plli2s-q", "plli2s-r" } },
527 { PLL_SAI
, 50, { "pllsai-p", "pllsai-q", "pllsai-r" } },
530 static int stm32f4_pll_is_enabled(struct clk_hw
*hw
)
532 return clk_gate_ops
.is_enabled(hw
);
535 #define PLL_TIMEOUT 10000
537 static int stm32f4_pll_enable(struct clk_hw
*hw
)
539 struct clk_gate
*gate
= to_clk_gate(hw
);
540 struct stm32f4_pll
*pll
= to_stm32f4_pll(gate
);
542 unsigned int timeout
= PLL_TIMEOUT
;
544 if (clk_gate_ops
.is_enabled(hw
))
547 clk_gate_ops
.enable(hw
);
550 bit_status
= !(readl(gate
->reg
) & BIT(pll
->bit_rdy_idx
));
552 } while (bit_status
&& --timeout
);
557 static void stm32f4_pll_disable(struct clk_hw
*hw
)
559 clk_gate_ops
.disable(hw
);
562 static unsigned long stm32f4_pll_recalc(struct clk_hw
*hw
,
563 unsigned long parent_rate
)
565 struct clk_gate
*gate
= to_clk_gate(hw
);
566 struct stm32f4_pll
*pll
= to_stm32f4_pll(gate
);
569 n
= (readl(base
+ pll
->offset
) >> 6) & 0x1ff;
571 return parent_rate
* n
;
574 static long stm32f4_pll_round_rate(struct clk_hw
*hw
, unsigned long rate
,
575 unsigned long *prate
)
577 struct clk_gate
*gate
= to_clk_gate(hw
);
578 struct stm32f4_pll
*pll
= to_stm32f4_pll(gate
);
583 if (n
< pll
->n_start
)
591 static int stm32f4_pll_set_rate(struct clk_hw
*hw
, unsigned long rate
,
592 unsigned long parent_rate
)
594 struct clk_gate
*gate
= to_clk_gate(hw
);
595 struct stm32f4_pll
*pll
= to_stm32f4_pll(gate
);
601 pll_state
= stm32f4_pll_is_enabled(hw
);
604 stm32f4_pll_disable(hw
);
606 n
= rate
/ parent_rate
;
608 val
= readl(base
+ pll
->offset
) & ~(0x1ff << 6);
610 writel(val
| ((n
& 0x1ff) << 6), base
+ pll
->offset
);
613 stm32f4_pll_enable(hw
);
618 static const struct clk_ops stm32f4_pll_gate_ops
= {
619 .enable
= stm32f4_pll_enable
,
620 .disable
= stm32f4_pll_disable
,
621 .is_enabled
= stm32f4_pll_is_enabled
,
622 .recalc_rate
= stm32f4_pll_recalc
,
623 .round_rate
= stm32f4_pll_round_rate
,
624 .set_rate
= stm32f4_pll_set_rate
,
627 struct stm32f4_pll_div
{
628 struct clk_divider div
;
629 struct clk_hw
*hw_pll
;
632 #define to_pll_div_clk(_div) container_of(_div, struct stm32f4_pll_div, div)
634 static unsigned long stm32f4_pll_div_recalc_rate(struct clk_hw
*hw
,
635 unsigned long parent_rate
)
637 return clk_divider_ops
.recalc_rate(hw
, parent_rate
);
640 static long stm32f4_pll_div_round_rate(struct clk_hw
*hw
, unsigned long rate
,
641 unsigned long *prate
)
643 return clk_divider_ops
.round_rate(hw
, rate
, prate
);
646 static int stm32f4_pll_div_set_rate(struct clk_hw
*hw
, unsigned long rate
,
647 unsigned long parent_rate
)
651 struct clk_divider
*div
= to_clk_divider(hw
);
652 struct stm32f4_pll_div
*pll_div
= to_pll_div_clk(div
);
654 pll_state
= stm32f4_pll_is_enabled(pll_div
->hw_pll
);
657 stm32f4_pll_disable(pll_div
->hw_pll
);
659 ret
= clk_divider_ops
.set_rate(hw
, rate
, parent_rate
);
662 stm32f4_pll_enable(pll_div
->hw_pll
);
667 static const struct clk_ops stm32f4_pll_div_ops
= {
668 .recalc_rate
= stm32f4_pll_div_recalc_rate
,
669 .round_rate
= stm32f4_pll_div_round_rate
,
670 .set_rate
= stm32f4_pll_div_set_rate
,
673 static struct clk_hw
*clk_register_pll_div(const char *name
,
674 const char *parent_name
, unsigned long flags
,
675 void __iomem
*reg
, u8 shift
, u8 width
,
676 u8 clk_divider_flags
, const struct clk_div_table
*table
,
677 struct clk_hw
*pll_hw
, spinlock_t
*lock
)
679 struct stm32f4_pll_div
*pll_div
;
681 struct clk_init_data init
;
684 /* allocate the divider */
685 pll_div
= kzalloc(sizeof(*pll_div
), GFP_KERNEL
);
687 return ERR_PTR(-ENOMEM
);
690 init
.ops
= &stm32f4_pll_div_ops
;
692 init
.parent_names
= (parent_name
? &parent_name
: NULL
);
693 init
.num_parents
= (parent_name
? 1 : 0);
695 /* struct clk_divider assignments */
696 pll_div
->div
.reg
= reg
;
697 pll_div
->div
.shift
= shift
;
698 pll_div
->div
.width
= width
;
699 pll_div
->div
.flags
= clk_divider_flags
;
700 pll_div
->div
.lock
= lock
;
701 pll_div
->div
.table
= table
;
702 pll_div
->div
.hw
.init
= &init
;
704 pll_div
->hw_pll
= pll_hw
;
706 /* register the clock */
707 hw
= &pll_div
->div
.hw
;
708 ret
= clk_hw_register(NULL
, hw
);
717 static struct clk_hw
*stm32f4_rcc_register_pll(const char *pllsrc
,
718 const struct stm32f4_pll_data
*data
, spinlock_t
*lock
)
720 struct stm32f4_pll
*pll
;
721 struct clk_init_data init
= { NULL
};
723 struct clk_hw
*pll_hw
;
726 const struct stm32f4_vco_data
*vco
;
729 pll
= kzalloc(sizeof(*pll
), GFP_KERNEL
);
731 return ERR_PTR(-ENOMEM
);
733 vco
= &vco_data
[data
->pll_num
];
735 init
.name
= vco
->vco_name
;
736 init
.ops
= &stm32f4_pll_gate_ops
;
737 init
.flags
= CLK_SET_RATE_GATE
;
738 init
.parent_names
= &pllsrc
;
739 init
.num_parents
= 1;
741 pll
->gate
.lock
= lock
;
742 pll
->gate
.reg
= base
+ STM32F4_RCC_CR
;
743 pll
->gate
.bit_idx
= vco
->bit_idx
;
744 pll
->gate
.hw
.init
= &init
;
746 pll
->offset
= vco
->offset
;
747 pll
->n_start
= data
->n_start
;
748 pll
->bit_rdy_idx
= vco
->bit_rdy_idx
;
749 pll
->status
= (readl(base
+ STM32F4_RCC_CR
) >> vco
->bit_idx
) & 0x1;
751 reg
= base
+ pll
->offset
;
753 pll_hw
= &pll
->gate
.hw
;
754 ret
= clk_hw_register(NULL
, pll_hw
);
760 for (i
= 0; i
< MAX_PLL_DIV
; i
++)
761 if (data
->div_name
[i
])
762 clk_register_pll_div(data
->div_name
[i
],
768 div_data
[i
].flag_div
,
769 div_data
[i
].div_table
,
776 * Converts the primary and secondary indices (as they appear in DT) to an
777 * offset into our struct clock array.
779 static int stm32f4_rcc_lookup_clk_idx(u8 primary
, u8 secondary
)
781 u64 table
[MAX_GATE_MAP
];
784 if (WARN_ON(secondary
>= stm32fx_end_primary_clk
))
789 memcpy(table
, stm32f4_gate_map
, sizeof(table
));
791 /* only bits set in table can be used as indices */
792 if (WARN_ON(secondary
>= BITS_PER_BYTE
* sizeof(table
) ||
793 0 == (table
[BIT_ULL_WORD(secondary
)] &
794 BIT_ULL_MASK(secondary
))))
797 /* mask out bits above our current index */
798 table
[BIT_ULL_WORD(secondary
)] &=
799 GENMASK_ULL(secondary
% BITS_PER_LONG_LONG
, 0);
801 return stm32fx_end_primary_clk
- 1 + hweight64(table
[0]) +
802 (BIT_ULL_WORD(secondary
) >= 1 ? hweight64(table
[1]) : 0) +
803 (BIT_ULL_WORD(secondary
) >= 2 ? hweight64(table
[2]) : 0);
806 static struct clk_hw
*
807 stm32f4_rcc_lookup_clk(struct of_phandle_args
*clkspec
, void *data
)
809 int i
= stm32f4_rcc_lookup_clk_idx(clkspec
->args
[0], clkspec
->args
[1]);
812 return ERR_PTR(-EINVAL
);
817 #define to_rgclk(_rgate) container_of(_rgate, struct stm32_rgate, gate)
819 static inline void disable_power_domain_write_protection(void)
822 regmap_update_bits(pdrm
, 0x00, (1 << 8), (1 << 8));
825 static inline void enable_power_domain_write_protection(void)
828 regmap_update_bits(pdrm
, 0x00, (1 << 8), (0 << 8));
831 static inline void sofware_reset_backup_domain(void)
835 val
= readl(base
+ STM32F4_RCC_BDCR
);
836 writel(val
| BIT(16), base
+ STM32F4_RCC_BDCR
);
837 writel(val
& ~BIT(16), base
+ STM32F4_RCC_BDCR
);
841 struct clk_gate gate
;
845 #define RGATE_TIMEOUT 50000
847 static int rgclk_enable(struct clk_hw
*hw
)
849 struct clk_gate
*gate
= to_clk_gate(hw
);
850 struct stm32_rgate
*rgate
= to_rgclk(gate
);
852 unsigned int timeout
= RGATE_TIMEOUT
;
854 if (clk_gate_ops
.is_enabled(hw
))
857 disable_power_domain_write_protection();
859 clk_gate_ops
.enable(hw
);
862 bit_status
= !(readl(gate
->reg
) & BIT(rgate
->bit_rdy_idx
));
866 } while (bit_status
&& --timeout
);
868 enable_power_domain_write_protection();
873 static void rgclk_disable(struct clk_hw
*hw
)
875 clk_gate_ops
.disable(hw
);
878 static int rgclk_is_enabled(struct clk_hw
*hw
)
880 return clk_gate_ops
.is_enabled(hw
);
883 static const struct clk_ops rgclk_ops
= {
884 .enable
= rgclk_enable
,
885 .disable
= rgclk_disable
,
886 .is_enabled
= rgclk_is_enabled
,
889 static struct clk_hw
*clk_register_rgate(struct device
*dev
, const char *name
,
890 const char *parent_name
, unsigned long flags
,
891 void __iomem
*reg
, u8 bit_idx
, u8 bit_rdy_idx
,
892 u8 clk_gate_flags
, spinlock_t
*lock
)
894 struct stm32_rgate
*rgate
;
895 struct clk_init_data init
= { NULL
};
899 rgate
= kzalloc(sizeof(*rgate
), GFP_KERNEL
);
901 return ERR_PTR(-ENOMEM
);
904 init
.ops
= &rgclk_ops
;
906 init
.parent_names
= &parent_name
;
907 init
.num_parents
= 1;
909 rgate
->bit_rdy_idx
= bit_rdy_idx
;
911 rgate
->gate
.lock
= lock
;
912 rgate
->gate
.reg
= reg
;
913 rgate
->gate
.bit_idx
= bit_idx
;
914 rgate
->gate
.hw
.init
= &init
;
916 hw
= &rgate
->gate
.hw
;
917 ret
= clk_hw_register(dev
, hw
);
926 static int cclk_gate_enable(struct clk_hw
*hw
)
930 disable_power_domain_write_protection();
932 ret
= clk_gate_ops
.enable(hw
);
934 enable_power_domain_write_protection();
939 static void cclk_gate_disable(struct clk_hw
*hw
)
941 disable_power_domain_write_protection();
943 clk_gate_ops
.disable(hw
);
945 enable_power_domain_write_protection();
948 static int cclk_gate_is_enabled(struct clk_hw
*hw
)
950 return clk_gate_ops
.is_enabled(hw
);
953 static const struct clk_ops cclk_gate_ops
= {
954 .enable
= cclk_gate_enable
,
955 .disable
= cclk_gate_disable
,
956 .is_enabled
= cclk_gate_is_enabled
,
959 static u8
cclk_mux_get_parent(struct clk_hw
*hw
)
961 return clk_mux_ops
.get_parent(hw
);
964 static int cclk_mux_set_parent(struct clk_hw
*hw
, u8 index
)
968 disable_power_domain_write_protection();
970 sofware_reset_backup_domain();
972 ret
= clk_mux_ops
.set_parent(hw
, index
);
974 enable_power_domain_write_protection();
979 static const struct clk_ops cclk_mux_ops
= {
980 .get_parent
= cclk_mux_get_parent
,
981 .set_parent
= cclk_mux_set_parent
,
984 static struct clk_hw
*stm32_register_cclk(struct device
*dev
, const char *name
,
985 const char * const *parent_names
, int num_parents
,
986 void __iomem
*reg
, u8 bit_idx
, u8 shift
, unsigned long flags
,
990 struct clk_gate
*gate
;
993 gate
= kzalloc(sizeof(*gate
), GFP_KERNEL
);
995 hw
= ERR_PTR(-EINVAL
);
999 mux
= kzalloc(sizeof(*mux
), GFP_KERNEL
);
1002 hw
= ERR_PTR(-EINVAL
);
1007 gate
->bit_idx
= bit_idx
;
1016 hw
= clk_hw_register_composite(dev
, name
, parent_names
, num_parents
,
1017 &mux
->hw
, &cclk_mux_ops
,
1019 &gate
->hw
, &cclk_gate_ops
,
1031 static const char *sys_parents
[] __initdata
= { "hsi", NULL
, "pll" };
1033 static const struct clk_div_table ahb_div_table
[] = {
1034 { 0x0, 1 }, { 0x1, 1 }, { 0x2, 1 }, { 0x3, 1 },
1035 { 0x4, 1 }, { 0x5, 1 }, { 0x6, 1 }, { 0x7, 1 },
1036 { 0x8, 2 }, { 0x9, 4 }, { 0xa, 8 }, { 0xb, 16 },
1037 { 0xc, 64 }, { 0xd, 128 }, { 0xe, 256 }, { 0xf, 512 },
1041 static const struct clk_div_table apb_div_table
[] = {
1042 { 0, 1 }, { 0, 1 }, { 0, 1 }, { 0, 1 },
1043 { 4, 2 }, { 5, 4 }, { 6, 8 }, { 7, 16 },
1047 static const char *rtc_parents
[4] = {
1048 "no-clock", "lse", "lsi", "hse-rtc"
1051 static const char *dsi_parent
[2] = { NULL
, "pll-r" };
1053 static const char *lcd_parent
[1] = { "pllsai-r-div" };
1055 static const char *i2s_parents
[2] = { "plli2s-r", NULL
};
1057 static const char *sai_parents
[4] = { "pllsai-q-div", "plli2s-q-div", NULL
,
1060 static const char *pll48_parents
[2] = { "pll-q", "pllsai-p" };
1062 static const char *sdmux_parents
[2] = { "pll48", "sys" };
1064 static const char *hdmi_parents
[2] = { "lse", "hsi_div488" };
1066 static const char *spdif_parent
[1] = { "plli2s-p" };
1068 static const char *lptim_parent
[4] = { "apb1_mul", "lsi", "hsi", "lse" };
1070 static const char *uart_parents1
[4] = { "apb2_div", "sys", "hsi", "lse" };
1071 static const char *uart_parents2
[4] = { "apb1_div", "sys", "hsi", "lse" };
1073 static const char *i2c_parents
[4] = { "apb1_div", "sys", "hsi", "no-clock" };
1075 struct stm32_aux_clk
{
1078 const char * const *parent_names
;
1085 unsigned long flags
;
1088 struct stm32f4_clk_data
{
1089 const struct stm32f4_gate_data
*gates_data
;
1090 const u64
*gates_map
;
1092 const struct stm32f4_pll_data
*pll_data
;
1093 const struct stm32_aux_clk
*aux_clk
;
1098 static const struct stm32_aux_clk stm32f429_aux_clk
[] = {
1100 CLK_LCD
, "lcd-tft", lcd_parent
, ARRAY_SIZE(lcd_parent
),
1102 STM32F4_RCC_APB2ENR
, 26,
1106 CLK_I2S
, "i2s", i2s_parents
, ARRAY_SIZE(i2s_parents
),
1107 STM32F4_RCC_CFGR
, 23, 1,
1112 CLK_SAI1
, "sai1-a", sai_parents
, ARRAY_SIZE(sai_parents
),
1113 STM32F4_RCC_DCKCFGR
, 20, 3,
1114 STM32F4_RCC_APB2ENR
, 22,
1118 CLK_SAI2
, "sai1-b", sai_parents
, ARRAY_SIZE(sai_parents
),
1119 STM32F4_RCC_DCKCFGR
, 22, 3,
1120 STM32F4_RCC_APB2ENR
, 22,
1125 static const struct stm32_aux_clk stm32f469_aux_clk
[] = {
1127 CLK_LCD
, "lcd-tft", lcd_parent
, ARRAY_SIZE(lcd_parent
),
1129 STM32F4_RCC_APB2ENR
, 26,
1133 CLK_I2S
, "i2s", i2s_parents
, ARRAY_SIZE(i2s_parents
),
1134 STM32F4_RCC_CFGR
, 23, 1,
1139 CLK_SAI1
, "sai1-a", sai_parents
, ARRAY_SIZE(sai_parents
),
1140 STM32F4_RCC_DCKCFGR
, 20, 3,
1141 STM32F4_RCC_APB2ENR
, 22,
1145 CLK_SAI2
, "sai1-b", sai_parents
, ARRAY_SIZE(sai_parents
),
1146 STM32F4_RCC_DCKCFGR
, 22, 3,
1147 STM32F4_RCC_APB2ENR
, 22,
1151 NO_IDX
, "pll48", pll48_parents
, ARRAY_SIZE(pll48_parents
),
1152 STM32F4_RCC_DCKCFGR
, 27, 1,
1157 NO_IDX
, "sdmux", sdmux_parents
, ARRAY_SIZE(sdmux_parents
),
1158 STM32F4_RCC_DCKCFGR
, 28, 1,
1163 CLK_F469_DSI
, "dsi", dsi_parent
, ARRAY_SIZE(dsi_parent
),
1164 STM32F4_RCC_DCKCFGR
, 29, 1,
1165 STM32F4_RCC_APB2ENR
, 27,
1166 CLK_SET_RATE_PARENT
| CLK_SET_RATE_NO_REPARENT
1170 static const struct stm32_aux_clk stm32f746_aux_clk
[] = {
1172 CLK_LCD
, "lcd-tft", lcd_parent
, ARRAY_SIZE(lcd_parent
),
1174 STM32F4_RCC_APB2ENR
, 26,
1178 CLK_I2S
, "i2s", i2s_parents
, ARRAY_SIZE(i2s_parents
),
1179 STM32F4_RCC_CFGR
, 23, 1,
1184 CLK_SAI1
, "sai1_clk", sai_parents
, ARRAY_SIZE(sai_parents
),
1185 STM32F4_RCC_DCKCFGR
, 20, 3,
1186 STM32F4_RCC_APB2ENR
, 22,
1190 CLK_SAI2
, "sai2_clk", sai_parents
, ARRAY_SIZE(sai_parents
),
1191 STM32F4_RCC_DCKCFGR
, 22, 3,
1192 STM32F4_RCC_APB2ENR
, 23,
1196 NO_IDX
, "pll48", pll48_parents
, ARRAY_SIZE(pll48_parents
),
1197 STM32F7_RCC_DCKCFGR2
, 27, 1,
1202 NO_IDX
, "sdmux", sdmux_parents
, ARRAY_SIZE(sdmux_parents
),
1203 STM32F7_RCC_DCKCFGR2
, 28, 1,
1208 CLK_HDMI_CEC
, "hdmi-cec",
1209 hdmi_parents
, ARRAY_SIZE(hdmi_parents
),
1210 STM32F7_RCC_DCKCFGR2
, 26, 1,
1215 CLK_SPDIF
, "spdif-rx",
1216 spdif_parent
, ARRAY_SIZE(spdif_parent
),
1217 STM32F7_RCC_DCKCFGR2
, 22, 3,
1218 STM32F4_RCC_APB2ENR
, 23,
1222 CLK_USART1
, "usart1",
1223 uart_parents1
, ARRAY_SIZE(uart_parents1
),
1224 STM32F7_RCC_DCKCFGR2
, 0, 3,
1225 STM32F4_RCC_APB2ENR
, 4,
1226 CLK_SET_RATE_PARENT
,
1229 CLK_USART2
, "usart2",
1230 uart_parents2
, ARRAY_SIZE(uart_parents1
),
1231 STM32F7_RCC_DCKCFGR2
, 2, 3,
1232 STM32F4_RCC_APB1ENR
, 17,
1233 CLK_SET_RATE_PARENT
,
1236 CLK_USART3
, "usart3",
1237 uart_parents2
, ARRAY_SIZE(uart_parents1
),
1238 STM32F7_RCC_DCKCFGR2
, 4, 3,
1239 STM32F4_RCC_APB1ENR
, 18,
1240 CLK_SET_RATE_PARENT
,
1244 uart_parents2
, ARRAY_SIZE(uart_parents1
),
1245 STM32F7_RCC_DCKCFGR2
, 6, 3,
1246 STM32F4_RCC_APB1ENR
, 19,
1247 CLK_SET_RATE_PARENT
,
1251 uart_parents2
, ARRAY_SIZE(uart_parents1
),
1252 STM32F7_RCC_DCKCFGR2
, 8, 3,
1253 STM32F4_RCC_APB1ENR
, 20,
1254 CLK_SET_RATE_PARENT
,
1257 CLK_USART6
, "usart6",
1258 uart_parents1
, ARRAY_SIZE(uart_parents1
),
1259 STM32F7_RCC_DCKCFGR2
, 10, 3,
1260 STM32F4_RCC_APB2ENR
, 5,
1261 CLK_SET_RATE_PARENT
,
1266 uart_parents2
, ARRAY_SIZE(uart_parents1
),
1267 STM32F7_RCC_DCKCFGR2
, 12, 3,
1268 STM32F4_RCC_APB1ENR
, 30,
1269 CLK_SET_RATE_PARENT
,
1273 uart_parents2
, ARRAY_SIZE(uart_parents1
),
1274 STM32F7_RCC_DCKCFGR2
, 14, 3,
1275 STM32F4_RCC_APB1ENR
, 31,
1276 CLK_SET_RATE_PARENT
,
1280 i2c_parents
, ARRAY_SIZE(i2c_parents
),
1281 STM32F7_RCC_DCKCFGR2
, 16, 3,
1282 STM32F4_RCC_APB1ENR
, 21,
1283 CLK_SET_RATE_PARENT
,
1287 i2c_parents
, ARRAY_SIZE(i2c_parents
),
1288 STM32F7_RCC_DCKCFGR2
, 18, 3,
1289 STM32F4_RCC_APB1ENR
, 22,
1290 CLK_SET_RATE_PARENT
,
1294 i2c_parents
, ARRAY_SIZE(i2c_parents
),
1295 STM32F7_RCC_DCKCFGR2
, 20, 3,
1296 STM32F4_RCC_APB1ENR
, 23,
1297 CLK_SET_RATE_PARENT
,
1301 i2c_parents
, ARRAY_SIZE(i2c_parents
),
1302 STM32F7_RCC_DCKCFGR2
, 22, 3,
1303 STM32F4_RCC_APB1ENR
, 24,
1304 CLK_SET_RATE_PARENT
,
1308 CLK_LPTIMER
, "lptim1",
1309 lptim_parent
, ARRAY_SIZE(lptim_parent
),
1310 STM32F7_RCC_DCKCFGR2
, 24, 3,
1311 STM32F4_RCC_APB1ENR
, 9,
1316 static const struct stm32f4_clk_data stm32f429_clk_data
= {
1317 .end_primary
= END_PRIMARY_CLK
,
1318 .gates_data
= stm32f429_gates
,
1319 .gates_map
= stm32f42xx_gate_map
,
1320 .gates_num
= ARRAY_SIZE(stm32f429_gates
),
1321 .pll_data
= stm32f429_pll
,
1322 .aux_clk
= stm32f429_aux_clk
,
1323 .aux_clk_num
= ARRAY_SIZE(stm32f429_aux_clk
),
1326 static const struct stm32f4_clk_data stm32f469_clk_data
= {
1327 .end_primary
= END_PRIMARY_CLK
,
1328 .gates_data
= stm32f469_gates
,
1329 .gates_map
= stm32f46xx_gate_map
,
1330 .gates_num
= ARRAY_SIZE(stm32f469_gates
),
1331 .pll_data
= stm32f469_pll
,
1332 .aux_clk
= stm32f469_aux_clk
,
1333 .aux_clk_num
= ARRAY_SIZE(stm32f469_aux_clk
),
1336 static const struct stm32f4_clk_data stm32f746_clk_data
= {
1337 .end_primary
= END_PRIMARY_CLK_F7
,
1338 .gates_data
= stm32f746_gates
,
1339 .gates_map
= stm32f746_gate_map
,
1340 .gates_num
= ARRAY_SIZE(stm32f746_gates
),
1341 .pll_data
= stm32f469_pll
,
1342 .aux_clk
= stm32f746_aux_clk
,
1343 .aux_clk_num
= ARRAY_SIZE(stm32f746_aux_clk
),
1346 static const struct of_device_id stm32f4_of_match
[] = {
1348 .compatible
= "st,stm32f42xx-rcc",
1349 .data
= &stm32f429_clk_data
1352 .compatible
= "st,stm32f469-rcc",
1353 .data
= &stm32f469_clk_data
1356 .compatible
= "st,stm32f746-rcc",
1357 .data
= &stm32f746_clk_data
1362 static struct clk_hw
*stm32_register_aux_clk(const char *name
,
1363 const char * const *parent_names
, int num_parents
,
1364 int offset_mux
, u8 shift
, u8 mask
,
1365 int offset_gate
, u8 bit_idx
,
1366 unsigned long flags
, spinlock_t
*lock
)
1369 struct clk_gate
*gate
= NULL
;
1370 struct clk_mux
*mux
= NULL
;
1371 struct clk_hw
*mux_hw
= NULL
, *gate_hw
= NULL
;
1372 const struct clk_ops
*mux_ops
= NULL
, *gate_ops
= NULL
;
1374 if (offset_gate
!= NO_GATE
) {
1375 gate
= kzalloc(sizeof(*gate
), GFP_KERNEL
);
1377 hw
= ERR_PTR(-EINVAL
);
1381 gate
->reg
= base
+ offset_gate
;
1382 gate
->bit_idx
= bit_idx
;
1385 gate_hw
= &gate
->hw
;
1386 gate_ops
= &clk_gate_ops
;
1389 if (offset_mux
!= NO_MUX
) {
1390 mux
= kzalloc(sizeof(*mux
), GFP_KERNEL
);
1392 hw
= ERR_PTR(-EINVAL
);
1396 mux
->reg
= base
+ offset_mux
;
1401 mux_ops
= &clk_mux_ops
;
1404 if (mux_hw
== NULL
&& gate_hw
== NULL
) {
1405 hw
= ERR_PTR(-EINVAL
);
1409 hw
= clk_hw_register_composite(NULL
, name
, parent_names
, num_parents
,
1424 static void __init
stm32f4_rcc_init(struct device_node
*np
)
1426 const char *hse_clk
, *i2s_in_clk
;
1428 const struct of_device_id
*match
;
1429 const struct stm32f4_clk_data
*data
;
1430 unsigned long pllcfgr
;
1434 base
= of_iomap(np
, 0);
1436 pr_err("%s: unable to map resource\n", np
->name
);
1440 pdrm
= syscon_regmap_lookup_by_phandle(np
, "st,syscfg");
1443 pr_warn("%s: Unable to get syscfg\n", __func__
);
1446 match
= of_match_node(stm32f4_of_match
, np
);
1447 if (WARN_ON(!match
))
1452 stm32fx_end_primary_clk
= data
->end_primary
;
1454 clks
= kmalloc_array(data
->gates_num
+ stm32fx_end_primary_clk
,
1455 sizeof(*clks
), GFP_KERNEL
);
1459 stm32f4_gate_map
= data
->gates_map
;
1461 hse_clk
= of_clk_get_parent_name(np
, 0);
1462 dsi_parent
[0] = hse_clk
;
1464 i2s_in_clk
= of_clk_get_parent_name(np
, 1);
1466 i2s_parents
[1] = i2s_in_clk
;
1467 sai_parents
[2] = i2s_in_clk
;
1469 clks
[CLK_HSI
] = clk_hw_register_fixed_rate_with_accuracy(NULL
, "hsi",
1470 NULL
, 0, 16000000, 160000);
1472 pllcfgr
= readl(base
+ STM32F4_RCC_PLLCFGR
);
1473 pllsrc
= pllcfgr
& BIT(22) ? hse_clk
: "hsi";
1474 pllm
= pllcfgr
& 0x3f;
1476 clk_hw_register_fixed_factor(NULL
, "vco_in", pllsrc
,
1479 stm32f4_rcc_register_pll("vco_in", &data
->pll_data
[0],
1482 clks
[PLL_VCO_I2S
] = stm32f4_rcc_register_pll("vco_in",
1483 &data
->pll_data
[1], &stm32f4_clk_lock
);
1485 clks
[PLL_VCO_SAI
] = stm32f4_rcc_register_pll("vco_in",
1486 &data
->pll_data
[2], &stm32f4_clk_lock
);
1488 for (n
= 0; n
< MAX_POST_DIV
; n
++) {
1489 const struct stm32f4_pll_post_div_data
*post_div
;
1492 post_div
= &post_div_data
[n
];
1494 hw
= clk_register_pll_div(post_div
->name
,
1497 base
+ post_div
->offset
,
1501 post_div
->div_table
,
1502 clks
[post_div
->pll_num
],
1505 if (post_div
->idx
!= NO_IDX
)
1506 clks
[post_div
->idx
] = hw
;
1509 sys_parents
[1] = hse_clk
;
1511 clks
[CLK_SYSCLK
] = clk_hw_register_mux_table(
1512 NULL
, "sys", sys_parents
, ARRAY_SIZE(sys_parents
), 0,
1513 base
+ STM32F4_RCC_CFGR
, 0, 3, 0, NULL
, &stm32f4_clk_lock
);
1515 clk_register_divider_table(NULL
, "ahb_div", "sys",
1516 CLK_SET_RATE_PARENT
, base
+ STM32F4_RCC_CFGR
,
1517 4, 4, 0, ahb_div_table
, &stm32f4_clk_lock
);
1519 clk_register_divider_table(NULL
, "apb1_div", "ahb_div",
1520 CLK_SET_RATE_PARENT
, base
+ STM32F4_RCC_CFGR
,
1521 10, 3, 0, apb_div_table
, &stm32f4_clk_lock
);
1522 clk_register_apb_mul(NULL
, "apb1_mul", "apb1_div",
1523 CLK_SET_RATE_PARENT
, 12);
1525 clk_register_divider_table(NULL
, "apb2_div", "ahb_div",
1526 CLK_SET_RATE_PARENT
, base
+ STM32F4_RCC_CFGR
,
1527 13, 3, 0, apb_div_table
, &stm32f4_clk_lock
);
1528 clk_register_apb_mul(NULL
, "apb2_mul", "apb2_div",
1529 CLK_SET_RATE_PARENT
, 15);
1531 clks
[SYSTICK
] = clk_hw_register_fixed_factor(NULL
, "systick", "ahb_div",
1533 clks
[FCLK
] = clk_hw_register_fixed_factor(NULL
, "fclk", "ahb_div",
1536 for (n
= 0; n
< data
->gates_num
; n
++) {
1537 const struct stm32f4_gate_data
*gd
;
1538 unsigned int secondary
;
1541 gd
= &data
->gates_data
[n
];
1542 secondary
= 8 * (gd
->offset
- STM32F4_RCC_AHB1ENR
) +
1544 idx
= stm32f4_rcc_lookup_clk_idx(0, secondary
);
1549 clks
[idx
] = clk_hw_register_gate(
1550 NULL
, gd
->name
, gd
->parent_name
, gd
->flags
,
1551 base
+ gd
->offset
, gd
->bit_idx
, 0, &stm32f4_clk_lock
);
1553 if (IS_ERR(clks
[idx
])) {
1554 pr_err("%pOF: Unable to register leaf clock %s\n",
1560 clks
[CLK_LSI
] = clk_register_rgate(NULL
, "lsi", "clk-lsi", 0,
1561 base
+ STM32F4_RCC_CSR
, 0, 1, 0, &stm32f4_clk_lock
);
1563 if (IS_ERR(clks
[CLK_LSI
])) {
1564 pr_err("Unable to register lsi clock\n");
1568 clks
[CLK_LSE
] = clk_register_rgate(NULL
, "lse", "clk-lse", 0,
1569 base
+ STM32F4_RCC_BDCR
, 0, 1, 0, &stm32f4_clk_lock
);
1571 if (IS_ERR(clks
[CLK_LSE
])) {
1572 pr_err("Unable to register lse clock\n");
1576 clks
[CLK_HSE_RTC
] = clk_hw_register_divider(NULL
, "hse-rtc", "clk-hse",
1577 0, base
+ STM32F4_RCC_CFGR
, 16, 5, 0,
1580 if (IS_ERR(clks
[CLK_HSE_RTC
])) {
1581 pr_err("Unable to register hse-rtc clock\n");
1585 clks
[CLK_RTC
] = stm32_register_cclk(NULL
, "rtc", rtc_parents
, 4,
1586 base
+ STM32F4_RCC_BDCR
, 15, 8, 0, &stm32f4_clk_lock
);
1588 if (IS_ERR(clks
[CLK_RTC
])) {
1589 pr_err("Unable to register rtc clock\n");
1593 for (n
= 0; n
< data
->aux_clk_num
; n
++) {
1594 const struct stm32_aux_clk
*aux_clk
;
1597 aux_clk
= &data
->aux_clk
[n
];
1599 hw
= stm32_register_aux_clk(aux_clk
->name
,
1600 aux_clk
->parent_names
, aux_clk
->num_parents
,
1601 aux_clk
->offset_mux
, aux_clk
->shift
,
1602 aux_clk
->mask
, aux_clk
->offset_gate
,
1603 aux_clk
->bit_idx
, aux_clk
->flags
,
1607 pr_warn("Unable to register %s clk\n", aux_clk
->name
);
1611 if (aux_clk
->idx
!= NO_IDX
)
1612 clks
[aux_clk
->idx
] = hw
;
1615 if (of_device_is_compatible(np
, "st,stm32f746-rcc"))
1617 clk_hw_register_fixed_factor(NULL
, "hsi_div488", "hsi", 0,
1620 of_clk_add_hw_provider(np
, stm32f4_rcc_lookup_clk
, NULL
);
1626 CLK_OF_DECLARE_DRIVER(stm32f42xx_rcc
, "st,stm32f42xx-rcc", stm32f4_rcc_init
);
1627 CLK_OF_DECLARE_DRIVER(stm32f46xx_rcc
, "st,stm32f469-rcc", stm32f4_rcc_init
);
1628 CLK_OF_DECLARE_DRIVER(stm32f746_rcc
, "st,stm32f746-rcc", stm32f4_rcc_init
);