Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
[deliverable/linux.git] / arch / arm / mach-omap2 / omap_hwmod_3xxx_data.c
CommitLineData
7359154e
PW
1/*
2 * omap_hwmod_3xxx_data.c - hardware modules present on the OMAP3xxx chips
3 *
78183f3f 4 * Copyright (C) 2009-2011 Nokia Corporation
0a78c5c5 5 * Copyright (C) 2012 Texas Instruments, Inc.
7359154e
PW
6 * Paul Walmsley
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 version 2 as
10 * published by the Free Software Foundation.
11 *
12 * The data in this file should be completely autogeneratable from
13 * the TI hardware database or other technical documentation.
14 *
15 * XXX these should be marked initdata for multi-OMAP kernels
16 */
3a8761c0
TL
17
18#include <linux/i2c-omap.h>
b86aeafc 19#include <linux/power/smartreflex.h>
4b25408f 20#include <linux/platform_data/gpio-omap.h>
55143438 21#include <linux/platform_data/hsmmc-omap.h>
b86aeafc 22
45c3eb7d 23#include <linux/omap-dma.h>
79e3cb22 24#include "l3_3xxx.h"
957988c7 25#include "l4_3xxx.h"
2203747c
AB
26#include <linux/platform_data/asoc-ti-mcbsp.h>
27#include <linux/platform_data/spi-omap2-mcspi.h>
ce722d26 28#include <plat/dmtimer.h>
7359154e 29
dbc04161 30#include "soc.h"
2a296c8f 31#include "omap_hwmod.h"
43b40992 32#include "omap_hwmod_common_data.h"
7359154e 33#include "prm-regbits-34xx.h"
6b667f88 34#include "cm-regbits-34xx.h"
d5e7c864 35
3a8761c0 36#include "i2c.h"
ff2516fb 37#include "wd_timer.h"
3d82cbbb 38#include "serial.h"
7359154e
PW
39
40/*
41 * OMAP3xxx hardware module integration data
42 *
844a3b63 43 * All of the data in this section should be autogeneratable from the
7359154e
PW
44 * TI hardware database or other technical documentation. Data that
45 * is driver-specific or driver-kernel integration-specific belongs
46 * elsewhere.
47 */
48
13eeb0f3
TL
49#define AM35XX_IPSS_USBOTGSS_BASE 0x5C040000
50
844a3b63
PW
51/*
52 * IP blocks
53 */
7359154e 54
844a3b63 55/* L3 */
4bb194dc 56static struct omap_hwmod_irq_info omap3xxx_l3_main_irqs[] = {
7d7e1eba
TL
57 { .irq = 9 + OMAP_INTC_START, },
58 { .irq = 10 + OMAP_INTC_START, },
59 { .irq = -1 },
4bb194dc 60};
61
4a7cf90a 62static struct omap_hwmod omap3xxx_l3_main_hwmod = {
fa98347e 63 .name = "l3_main",
43b40992 64 .class = &l3_hwmod_class,
0d619a89 65 .mpu_irqs = omap3xxx_l3_main_irqs,
2eb1875d 66 .flags = HWMOD_NO_IDLEST,
7359154e
PW
67};
68
844a3b63
PW
69/* L4 CORE */
70static struct omap_hwmod omap3xxx_l4_core_hwmod = {
71 .name = "l4_core",
72 .class = &l4_hwmod_class,
73 .flags = HWMOD_NO_IDLEST,
870ea2b8 74};
7359154e 75
844a3b63
PW
76/* L4 PER */
77static struct omap_hwmod omap3xxx_l4_per_hwmod = {
78 .name = "l4_per",
79 .class = &l4_hwmod_class,
80 .flags = HWMOD_NO_IDLEST,
273ff8c3 81};
844a3b63
PW
82
83/* L4 WKUP */
84static struct omap_hwmod omap3xxx_l4_wkup_hwmod = {
85 .name = "l4_wkup",
86 .class = &l4_hwmod_class,
87 .flags = HWMOD_NO_IDLEST,
7359154e
PW
88};
89
844a3b63
PW
90/* L4 SEC */
91static struct omap_hwmod omap3xxx_l4_sec_hwmod = {
92 .name = "l4_sec",
93 .class = &l4_hwmod_class,
94 .flags = HWMOD_NO_IDLEST,
4a9efb62
PW
95};
96
844a3b63 97/* MPU */
ee75d95c 98static struct omap_hwmod_irq_info omap3xxx_mpu_irqs[] = {
3dc3401c 99 { .name = "pmu", .irq = 3 + OMAP_INTC_START },
ee75d95c
JH
100 { .irq = -1 }
101};
102
844a3b63
PW
103static struct omap_hwmod omap3xxx_mpu_hwmod = {
104 .name = "mpu",
ee75d95c 105 .mpu_irqs = omap3xxx_mpu_irqs,
844a3b63
PW
106 .class = &mpu_hwmod_class,
107 .main_clk = "arm_fck",
b163605e
PW
108};
109
844a3b63 110/* IVA2 (IVA2) */
f42c5496 111static struct omap_hwmod_rst_info omap3xxx_iva_resets[] = {
ed733619
TK
112 { .name = "logic", .rst_shift = 0, .st_shift = 8 },
113 { .name = "seq0", .rst_shift = 1, .st_shift = 9 },
114 { .name = "seq1", .rst_shift = 2, .st_shift = 10 },
f42c5496
PW
115};
116
844a3b63
PW
117static struct omap_hwmod omap3xxx_iva_hwmod = {
118 .name = "iva",
119 .class = &iva_hwmod_class,
f42c5496
PW
120 .clkdm_name = "iva2_clkdm",
121 .rst_lines = omap3xxx_iva_resets,
122 .rst_lines_cnt = ARRAY_SIZE(omap3xxx_iva_resets),
123 .main_clk = "iva2_ck",
ed733619
TK
124 .prcm = {
125 .omap2 = {
126 .module_offs = OMAP3430_IVA2_MOD,
127 .prcm_reg_id = 1,
128 .module_bit = OMAP3430_CM_FCLKEN_IVA2_EN_IVA2_SHIFT,
129 .idlest_reg_id = 1,
130 .idlest_idle_bit = OMAP3430_ST_IVA2_SHIFT,
131 }
132 },
4a9efb62
PW
133};
134
c7dad45f
JH
135/*
136 * 'debugss' class
137 * debug and emulation sub system
138 */
139
140static struct omap_hwmod_class omap3xxx_debugss_hwmod_class = {
141 .name = "debugss",
142};
143
144/* debugss */
145static struct omap_hwmod omap3xxx_debugss_hwmod = {
146 .name = "debugss",
147 .class = &omap3xxx_debugss_hwmod_class,
148 .clkdm_name = "emu_clkdm",
149 .main_clk = "emu_src_ck",
150 .flags = HWMOD_NO_IDLEST,
151};
152
844a3b63 153/* timer class */
844a3b63
PW
154static struct omap_hwmod_class_sysconfig omap3xxx_timer_sysc = {
155 .rev_offs = 0x0000,
156 .sysc_offs = 0x0010,
157 .syss_offs = 0x0014,
725a8fe3
JH
158 .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_CLOCKACTIVITY |
159 SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
f3a13e72
JH
160 SYSC_HAS_EMUFREE | SYSC_HAS_AUTOIDLE |
161 SYSS_HAS_RESET_STATUS),
844a3b63 162 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
10759e82 163 .clockact = CLOCKACT_TEST_ICLK,
844a3b63 164 .sysc_fields = &omap_hwmod_sysc_type1,
b163605e
PW
165};
166
844a3b63
PW
167static struct omap_hwmod_class omap3xxx_timer_hwmod_class = {
168 .name = "timer",
169 .sysc = &omap3xxx_timer_sysc,
046465b7
KH
170};
171
844a3b63
PW
172/* secure timers dev attribute */
173static struct omap_timer_capability_dev_attr capability_secure_dev_attr = {
139486fa 174 .timer_capability = OMAP_TIMER_ALWON | OMAP_TIMER_SECURE,
046465b7
KH
175};
176
844a3b63
PW
177/* always-on timers dev attribute */
178static struct omap_timer_capability_dev_attr capability_alwon_dev_attr = {
179 .timer_capability = OMAP_TIMER_ALWON,
046465b7
KH
180};
181
844a3b63
PW
182/* pwm timers dev attribute */
183static struct omap_timer_capability_dev_attr capability_pwm_dev_attr = {
184 .timer_capability = OMAP_TIMER_HAS_PWM,
046465b7
KH
185};
186
5c3e4ec4
JH
187/* timers with DSP interrupt dev attribute */
188static struct omap_timer_capability_dev_attr capability_dsp_dev_attr = {
189 .timer_capability = OMAP_TIMER_HAS_DSP_IRQ,
190};
191
192/* pwm timers with DSP interrupt dev attribute */
193static struct omap_timer_capability_dev_attr capability_dsp_pwm_dev_attr = {
194 .timer_capability = OMAP_TIMER_HAS_DSP_IRQ | OMAP_TIMER_HAS_PWM,
195};
196
844a3b63
PW
197/* timer1 */
198static struct omap_hwmod omap3xxx_timer1_hwmod = {
199 .name = "timer1",
200 .mpu_irqs = omap2_timer1_mpu_irqs,
201 .main_clk = "gpt1_fck",
202 .prcm = {
203 .omap2 = {
204 .prcm_reg_id = 1,
205 .module_bit = OMAP3430_EN_GPT1_SHIFT,
206 .module_offs = WKUP_MOD,
207 .idlest_reg_id = 1,
208 .idlest_idle_bit = OMAP3430_ST_GPT1_SHIFT,
209 },
046465b7 210 },
844a3b63 211 .dev_attr = &capability_alwon_dev_attr,
725a8fe3 212 .class = &omap3xxx_timer_hwmod_class,
10759e82 213 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
046465b7
KH
214};
215
844a3b63
PW
216/* timer2 */
217static struct omap_hwmod omap3xxx_timer2_hwmod = {
218 .name = "timer2",
219 .mpu_irqs = omap2_timer2_mpu_irqs,
220 .main_clk = "gpt2_fck",
221 .prcm = {
222 .omap2 = {
223 .prcm_reg_id = 1,
224 .module_bit = OMAP3430_EN_GPT2_SHIFT,
225 .module_offs = OMAP3430_PER_MOD,
226 .idlest_reg_id = 1,
227 .idlest_idle_bit = OMAP3430_ST_GPT2_SHIFT,
228 },
229 },
725a8fe3 230 .class = &omap3xxx_timer_hwmod_class,
10759e82 231 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
046465b7
KH
232};
233
844a3b63
PW
234/* timer3 */
235static struct omap_hwmod omap3xxx_timer3_hwmod = {
236 .name = "timer3",
237 .mpu_irqs = omap2_timer3_mpu_irqs,
238 .main_clk = "gpt3_fck",
239 .prcm = {
240 .omap2 = {
241 .prcm_reg_id = 1,
242 .module_bit = OMAP3430_EN_GPT3_SHIFT,
243 .module_offs = OMAP3430_PER_MOD,
244 .idlest_reg_id = 1,
245 .idlest_idle_bit = OMAP3430_ST_GPT3_SHIFT,
246 },
247 },
844a3b63 248 .class = &omap3xxx_timer_hwmod_class,
10759e82 249 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
046465b7
KH
250};
251
844a3b63
PW
252/* timer4 */
253static struct omap_hwmod omap3xxx_timer4_hwmod = {
254 .name = "timer4",
255 .mpu_irqs = omap2_timer4_mpu_irqs,
256 .main_clk = "gpt4_fck",
257 .prcm = {
258 .omap2 = {
259 .prcm_reg_id = 1,
260 .module_bit = OMAP3430_EN_GPT4_SHIFT,
261 .module_offs = OMAP3430_PER_MOD,
262 .idlest_reg_id = 1,
263 .idlest_idle_bit = OMAP3430_ST_GPT4_SHIFT,
264 },
265 },
844a3b63 266 .class = &omap3xxx_timer_hwmod_class,
10759e82 267 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
046465b7
KH
268};
269
844a3b63
PW
270/* timer5 */
271static struct omap_hwmod omap3xxx_timer5_hwmod = {
272 .name = "timer5",
273 .mpu_irqs = omap2_timer5_mpu_irqs,
274 .main_clk = "gpt5_fck",
275 .prcm = {
276 .omap2 = {
277 .prcm_reg_id = 1,
278 .module_bit = OMAP3430_EN_GPT5_SHIFT,
279 .module_offs = OMAP3430_PER_MOD,
280 .idlest_reg_id = 1,
281 .idlest_idle_bit = OMAP3430_ST_GPT5_SHIFT,
282 },
4bf90f65 283 },
5c3e4ec4 284 .dev_attr = &capability_dsp_dev_attr,
844a3b63 285 .class = &omap3xxx_timer_hwmod_class,
10759e82 286 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
4bf90f65
KM
287};
288
844a3b63
PW
289/* timer6 */
290static struct omap_hwmod omap3xxx_timer6_hwmod = {
291 .name = "timer6",
292 .mpu_irqs = omap2_timer6_mpu_irqs,
293 .main_clk = "gpt6_fck",
294 .prcm = {
295 .omap2 = {
296 .prcm_reg_id = 1,
297 .module_bit = OMAP3430_EN_GPT6_SHIFT,
298 .module_offs = OMAP3430_PER_MOD,
299 .idlest_reg_id = 1,
300 .idlest_idle_bit = OMAP3430_ST_GPT6_SHIFT,
301 },
302 },
5c3e4ec4 303 .dev_attr = &capability_dsp_dev_attr,
844a3b63 304 .class = &omap3xxx_timer_hwmod_class,
10759e82 305 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
4bf90f65
KM
306};
307
844a3b63
PW
308/* timer7 */
309static struct omap_hwmod omap3xxx_timer7_hwmod = {
310 .name = "timer7",
311 .mpu_irqs = omap2_timer7_mpu_irqs,
312 .main_clk = "gpt7_fck",
313 .prcm = {
4fe20e97 314 .omap2 = {
844a3b63
PW
315 .prcm_reg_id = 1,
316 .module_bit = OMAP3430_EN_GPT7_SHIFT,
317 .module_offs = OMAP3430_PER_MOD,
318 .idlest_reg_id = 1,
319 .idlest_idle_bit = OMAP3430_ST_GPT7_SHIFT,
320 },
4fe20e97 321 },
5c3e4ec4 322 .dev_attr = &capability_dsp_dev_attr,
844a3b63 323 .class = &omap3xxx_timer_hwmod_class,
10759e82 324 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
4fe20e97
RN
325};
326
844a3b63
PW
327/* timer8 */
328static struct omap_hwmod omap3xxx_timer8_hwmod = {
329 .name = "timer8",
330 .mpu_irqs = omap2_timer8_mpu_irqs,
331 .main_clk = "gpt8_fck",
332 .prcm = {
4fe20e97 333 .omap2 = {
844a3b63
PW
334 .prcm_reg_id = 1,
335 .module_bit = OMAP3430_EN_GPT8_SHIFT,
336 .module_offs = OMAP3430_PER_MOD,
337 .idlest_reg_id = 1,
338 .idlest_idle_bit = OMAP3430_ST_GPT8_SHIFT,
339 },
4fe20e97 340 },
5c3e4ec4 341 .dev_attr = &capability_dsp_pwm_dev_attr,
844a3b63 342 .class = &omap3xxx_timer_hwmod_class,
10759e82 343 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
4fe20e97
RN
344};
345
844a3b63
PW
346/* timer9 */
347static struct omap_hwmod omap3xxx_timer9_hwmod = {
348 .name = "timer9",
349 .mpu_irqs = omap2_timer9_mpu_irqs,
350 .main_clk = "gpt9_fck",
351 .prcm = {
352 .omap2 = {
353 .prcm_reg_id = 1,
354 .module_bit = OMAP3430_EN_GPT9_SHIFT,
355 .module_offs = OMAP3430_PER_MOD,
356 .idlest_reg_id = 1,
357 .idlest_idle_bit = OMAP3430_ST_GPT9_SHIFT,
358 },
4fe20e97 359 },
844a3b63
PW
360 .dev_attr = &capability_pwm_dev_attr,
361 .class = &omap3xxx_timer_hwmod_class,
10759e82 362 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
4fe20e97
RN
363};
364
844a3b63
PW
365/* timer10 */
366static struct omap_hwmod omap3xxx_timer10_hwmod = {
367 .name = "timer10",
368 .mpu_irqs = omap2_timer10_mpu_irqs,
369 .main_clk = "gpt10_fck",
370 .prcm = {
4fe20e97 371 .omap2 = {
844a3b63
PW
372 .prcm_reg_id = 1,
373 .module_bit = OMAP3430_EN_GPT10_SHIFT,
374 .module_offs = CORE_MOD,
375 .idlest_reg_id = 1,
376 .idlest_idle_bit = OMAP3430_ST_GPT10_SHIFT,
377 },
4fe20e97 378 },
844a3b63 379 .dev_attr = &capability_pwm_dev_attr,
725a8fe3 380 .class = &omap3xxx_timer_hwmod_class,
10759e82 381 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
4fe20e97
RN
382};
383
844a3b63
PW
384/* timer11 */
385static struct omap_hwmod omap3xxx_timer11_hwmod = {
386 .name = "timer11",
387 .mpu_irqs = omap2_timer11_mpu_irqs,
388 .main_clk = "gpt11_fck",
389 .prcm = {
390 .omap2 = {
391 .prcm_reg_id = 1,
392 .module_bit = OMAP3430_EN_GPT11_SHIFT,
393 .module_offs = CORE_MOD,
394 .idlest_reg_id = 1,
395 .idlest_idle_bit = OMAP3430_ST_GPT11_SHIFT,
396 },
397 },
398 .dev_attr = &capability_pwm_dev_attr,
399 .class = &omap3xxx_timer_hwmod_class,
10759e82 400 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
d62bc78a
NM
401};
402
844a3b63
PW
403/* timer12 */
404static struct omap_hwmod_irq_info omap3xxx_timer12_mpu_irqs[] = {
7d7e1eba
TL
405 { .irq = 95 + OMAP_INTC_START, },
406 { .irq = -1 },
d62bc78a
NM
407};
408
844a3b63
PW
409static struct omap_hwmod omap3xxx_timer12_hwmod = {
410 .name = "timer12",
411 .mpu_irqs = omap3xxx_timer12_mpu_irqs,
412 .main_clk = "gpt12_fck",
413 .prcm = {
414 .omap2 = {
415 .prcm_reg_id = 1,
416 .module_bit = OMAP3430_EN_GPT12_SHIFT,
417 .module_offs = WKUP_MOD,
418 .idlest_reg_id = 1,
419 .idlest_idle_bit = OMAP3430_ST_GPT12_SHIFT,
420 },
d3442726 421 },
844a3b63
PW
422 .dev_attr = &capability_secure_dev_attr,
423 .class = &omap3xxx_timer_hwmod_class,
10759e82 424 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
d3442726
TG
425};
426
844a3b63
PW
427/*
428 * 'wd_timer' class
429 * 32-bit watchdog upward counter that generates a pulse on the reset pin on
430 * overflow condition
431 */
432
433static struct omap_hwmod_class_sysconfig omap3xxx_wd_timer_sysc = {
434 .rev_offs = 0x0000,
435 .sysc_offs = 0x0010,
436 .syss_offs = 0x0014,
437 .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_EMUFREE |
438 SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
439 SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
440 SYSS_HAS_RESET_STATUS),
441 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
442 .sysc_fields = &omap_hwmod_sysc_type1,
d3442726
TG
443};
444
844a3b63
PW
445/* I2C common */
446static struct omap_hwmod_class_sysconfig i2c_sysc = {
447 .rev_offs = 0x00,
448 .sysc_offs = 0x20,
449 .syss_offs = 0x10,
450 .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
451 SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
452 SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
453 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
454 .clockact = CLOCKACT_TEST_ICLK,
455 .sysc_fields = &omap_hwmod_sysc_type1,
d3442726
TG
456};
457
844a3b63
PW
458static struct omap_hwmod_class omap3xxx_wd_timer_hwmod_class = {
459 .name = "wd_timer",
460 .sysc = &omap3xxx_wd_timer_sysc,
414e4128
KH
461 .pre_shutdown = &omap2_wd_timer_disable,
462 .reset = &omap2_wd_timer_reset,
d3442726
TG
463};
464
844a3b63
PW
465static struct omap_hwmod omap3xxx_wd_timer2_hwmod = {
466 .name = "wd_timer2",
467 .class = &omap3xxx_wd_timer_hwmod_class,
468 .main_clk = "wdt2_fck",
469 .prcm = {
470 .omap2 = {
471 .prcm_reg_id = 1,
472 .module_bit = OMAP3430_EN_WDT2_SHIFT,
473 .module_offs = WKUP_MOD,
474 .idlest_reg_id = 1,
475 .idlest_idle_bit = OMAP3430_ST_WDT2_SHIFT,
476 },
477 },
478 /*
479 * XXX: Use software supervised mode, HW supervised smartidle seems to
480 * block CORE power domain idle transitions. Maybe a HW bug in wdt2?
481 */
482 .flags = HWMOD_SWSUP_SIDLE,
483};
870ea2b8 484
844a3b63
PW
485/* UART1 */
486static struct omap_hwmod omap3xxx_uart1_hwmod = {
487 .name = "uart1",
488 .mpu_irqs = omap2_uart1_mpu_irqs,
489 .sdma_reqs = omap2_uart1_sdma_reqs,
490 .main_clk = "uart1_fck",
a2fc3661 491 .flags = DEBUG_TI81XXUART1_FLAGS | HWMOD_SWSUP_SIDLE,
844a3b63
PW
492 .prcm = {
493 .omap2 = {
494 .module_offs = CORE_MOD,
495 .prcm_reg_id = 1,
496 .module_bit = OMAP3430_EN_UART1_SHIFT,
497 .idlest_reg_id = 1,
498 .idlest_idle_bit = OMAP3430_EN_UART1_SHIFT,
499 },
870ea2b8 500 },
844a3b63 501 .class = &omap2_uart_class,
870ea2b8
HH
502};
503
844a3b63
PW
504/* UART2 */
505static struct omap_hwmod omap3xxx_uart2_hwmod = {
506 .name = "uart2",
507 .mpu_irqs = omap2_uart2_mpu_irqs,
508 .sdma_reqs = omap2_uart2_sdma_reqs,
509 .main_clk = "uart2_fck",
a2fc3661 510 .flags = DEBUG_TI81XXUART2_FLAGS | HWMOD_SWSUP_SIDLE,
844a3b63
PW
511 .prcm = {
512 .omap2 = {
513 .module_offs = CORE_MOD,
514 .prcm_reg_id = 1,
515 .module_bit = OMAP3430_EN_UART2_SHIFT,
516 .idlest_reg_id = 1,
517 .idlest_idle_bit = OMAP3430_EN_UART2_SHIFT,
518 },
519 },
520 .class = &omap2_uart_class,
870ea2b8
HH
521};
522
844a3b63
PW
523/* UART3 */
524static struct omap_hwmod omap3xxx_uart3_hwmod = {
525 .name = "uart3",
526 .mpu_irqs = omap2_uart3_mpu_irqs,
527 .sdma_reqs = omap2_uart3_sdma_reqs,
528 .main_clk = "uart3_fck",
7dedd346 529 .flags = DEBUG_OMAP3UART3_FLAGS | DEBUG_TI81XXUART3_FLAGS |
a2fc3661 530 HWMOD_SWSUP_SIDLE,
844a3b63
PW
531 .prcm = {
532 .omap2 = {
533 .module_offs = OMAP3430_PER_MOD,
534 .prcm_reg_id = 1,
535 .module_bit = OMAP3430_EN_UART3_SHIFT,
536 .idlest_reg_id = 1,
537 .idlest_idle_bit = OMAP3430_EN_UART3_SHIFT,
538 },
273ff8c3 539 },
844a3b63 540 .class = &omap2_uart_class,
273ff8c3
HH
541};
542
844a3b63
PW
543/* UART4 */
544static struct omap_hwmod_irq_info uart4_mpu_irqs[] = {
7d7e1eba
TL
545 { .irq = 80 + OMAP_INTC_START, },
546 { .irq = -1 },
273ff8c3
HH
547};
548
844a3b63 549static struct omap_hwmod_dma_info uart4_sdma_reqs[] = {
0fd8824f
JN
550 { .name = "rx", .dma_req = 82, },
551 { .name = "tx", .dma_req = 81, },
844a3b63 552 { .dma_req = -1 }
7359154e
PW
553};
554
844a3b63
PW
555static struct omap_hwmod omap36xx_uart4_hwmod = {
556 .name = "uart4",
557 .mpu_irqs = uart4_mpu_irqs,
558 .sdma_reqs = uart4_sdma_reqs,
559 .main_clk = "uart4_fck",
a2fc3661 560 .flags = DEBUG_OMAP3UART4_FLAGS | HWMOD_SWSUP_SIDLE,
844a3b63
PW
561 .prcm = {
562 .omap2 = {
563 .module_offs = OMAP3430_PER_MOD,
564 .prcm_reg_id = 1,
565 .module_bit = OMAP3630_EN_UART4_SHIFT,
566 .idlest_reg_id = 1,
567 .idlest_idle_bit = OMAP3630_EN_UART4_SHIFT,
568 },
569 },
570 .class = &omap2_uart_class,
7359154e
PW
571};
572
844a3b63 573static struct omap_hwmod_irq_info am35xx_uart4_mpu_irqs[] = {
7d7e1eba
TL
574 { .irq = 84 + OMAP_INTC_START, },
575 { .irq = -1 },
43085705
PW
576};
577
844a3b63 578static struct omap_hwmod_dma_info am35xx_uart4_sdma_reqs[] = {
0fd8824f
JN
579 { .name = "rx", .dma_req = 55, },
580 { .name = "tx", .dma_req = 54, },
bf765237 581 { .dma_req = -1 }
7359154e
PW
582};
583
82ee620d
PW
584/*
585 * XXX AM35xx UART4 cannot complete its softreset without uart1_fck or
586 * uart2_fck being enabled. So we add uart1_fck as an optional clock,
587 * below, and set the HWMOD_CONTROL_OPT_CLKS_IN_RESET. This really
588 * should not be needed. The functional clock structure of the AM35xx
589 * UART4 is extremely unclear and opaque; it is unclear what the role
590 * of uart1/2_fck is for the UART4. Any clarification from either
591 * empirical testing or the AM3505/3517 hardware designers would be
592 * most welcome.
593 */
594static struct omap_hwmod_opt_clk am35xx_uart4_opt_clks[] = {
595 { .role = "softreset_uart1_fck", .clk = "uart1_fck" },
596};
597
844a3b63
PW
598static struct omap_hwmod am35xx_uart4_hwmod = {
599 .name = "uart4",
600 .mpu_irqs = am35xx_uart4_mpu_irqs,
601 .sdma_reqs = am35xx_uart4_sdma_reqs,
602 .main_clk = "uart4_fck",
603 .prcm = {
604 .omap2 = {
605 .module_offs = CORE_MOD,
606 .prcm_reg_id = 1,
bf765237 607 .module_bit = AM35XX_EN_UART4_SHIFT,
844a3b63 608 .idlest_reg_id = 1,
bf765237 609 .idlest_idle_bit = AM35XX_ST_UART4_SHIFT,
844a3b63
PW
610 },
611 },
82ee620d
PW
612 .opt_clks = am35xx_uart4_opt_clks,
613 .opt_clks_cnt = ARRAY_SIZE(am35xx_uart4_opt_clks),
614 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
844a3b63
PW
615 .class = &omap2_uart_class,
616};
617
618static struct omap_hwmod_class i2c_class = {
619 .name = "i2c",
620 .sysc = &i2c_sysc,
621 .rev = OMAP_I2C_IP_VERSION_1,
622 .reset = &omap_i2c_reset,
623};
624
625static struct omap_hwmod_dma_info omap3xxx_dss_sdma_chs[] = {
626 { .name = "dispc", .dma_req = 5 },
627 { .name = "dsi1", .dma_req = 74 },
628 { .dma_req = -1 }
43085705
PW
629};
630
844a3b63
PW
631/* dss */
632static struct omap_hwmod_opt_clk dss_opt_clks[] = {
633 /*
634 * The DSS HW needs all DSS clocks enabled during reset. The dss_core
635 * driver does not use these clocks.
636 */
637 { .role = "sys_clk", .clk = "dss2_alwon_fck" },
638 { .role = "tv_clk", .clk = "dss_tv_fck" },
639 /* required only on OMAP3430 */
640 { .role = "tv_dac_clk", .clk = "dss_96m_fck" },
7359154e
PW
641};
642
844a3b63
PW
643static struct omap_hwmod omap3430es1_dss_core_hwmod = {
644 .name = "dss_core",
645 .class = &omap2_dss_hwmod_class,
646 .main_clk = "dss1_alwon_fck", /* instead of dss_fck */
647 .sdma_reqs = omap3xxx_dss_sdma_chs,
648 .prcm = {
649 .omap2 = {
650 .prcm_reg_id = 1,
651 .module_bit = OMAP3430_EN_DSS1_SHIFT,
652 .module_offs = OMAP3430_DSS_MOD,
653 .idlest_reg_id = 1,
654 .idlest_stdby_bit = OMAP3430ES1_ST_DSS_SHIFT,
655 },
656 },
657 .opt_clks = dss_opt_clks,
658 .opt_clks_cnt = ARRAY_SIZE(dss_opt_clks),
659 .flags = HWMOD_NO_IDLEST | HWMOD_CONTROL_OPT_CLKS_IN_RESET,
660};
540064bf 661
844a3b63
PW
662static struct omap_hwmod omap3xxx_dss_core_hwmod = {
663 .name = "dss_core",
664 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
665 .class = &omap2_dss_hwmod_class,
666 .main_clk = "dss1_alwon_fck", /* instead of dss_fck */
667 .sdma_reqs = omap3xxx_dss_sdma_chs,
668 .prcm = {
669 .omap2 = {
670 .prcm_reg_id = 1,
671 .module_bit = OMAP3430_EN_DSS1_SHIFT,
672 .module_offs = OMAP3430_DSS_MOD,
673 .idlest_reg_id = 1,
674 .idlest_idle_bit = OMAP3430ES2_ST_DSS_IDLE_SHIFT,
675 .idlest_stdby_bit = OMAP3430ES2_ST_DSS_STDBY_SHIFT,
676 },
677 },
678 .opt_clks = dss_opt_clks,
679 .opt_clks_cnt = ARRAY_SIZE(dss_opt_clks),
540064bf
KH
680};
681
540064bf 682/*
844a3b63
PW
683 * 'dispc' class
684 * display controller
540064bf
KH
685 */
686
844a3b63 687static struct omap_hwmod_class_sysconfig omap3_dispc_sysc = {
ce722d26
TG
688 .rev_offs = 0x0000,
689 .sysc_offs = 0x0010,
690 .syss_offs = 0x0014,
844a3b63
PW
691 .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_MIDLEMODE |
692 SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE |
693 SYSC_HAS_ENAWAKEUP),
694 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
695 MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
ce722d26 696 .sysc_fields = &omap_hwmod_sysc_type1,
6b667f88
VC
697};
698
844a3b63
PW
699static struct omap_hwmod_class omap3_dispc_hwmod_class = {
700 .name = "dispc",
701 .sysc = &omap3_dispc_sysc,
6b667f88
VC
702};
703
844a3b63
PW
704static struct omap_hwmod omap3xxx_dss_dispc_hwmod = {
705 .name = "dss_dispc",
706 .class = &omap3_dispc_hwmod_class,
707 .mpu_irqs = omap2_dispc_irqs,
708 .main_clk = "dss1_alwon_fck",
709 .prcm = {
710 .omap2 = {
711 .prcm_reg_id = 1,
712 .module_bit = OMAP3430_EN_DSS1_SHIFT,
713 .module_offs = OMAP3430_DSS_MOD,
714 },
715 },
716 .flags = HWMOD_NO_IDLEST,
717 .dev_attr = &omap2_3_dss_dispc_dev_attr
6b667f88
VC
718};
719
844a3b63
PW
720/*
721 * 'dsi' class
722 * display serial interface controller
723 */
4fe20e97 724
844a3b63
PW
725static struct omap_hwmod_class omap3xxx_dsi_hwmod_class = {
726 .name = "dsi",
c345c8b0
TKD
727};
728
844a3b63 729static struct omap_hwmod_irq_info omap3xxx_dsi1_irqs[] = {
7d7e1eba
TL
730 { .irq = 25 + OMAP_INTC_START, },
731 { .irq = -1 },
c345c8b0
TKD
732};
733
844a3b63
PW
734/* dss_dsi1 */
735static struct omap_hwmod_opt_clk dss_dsi1_opt_clks[] = {
736 { .role = "sys_clk", .clk = "dss2_alwon_fck" },
c345c8b0
TKD
737};
738
844a3b63
PW
739static struct omap_hwmod omap3xxx_dss_dsi1_hwmod = {
740 .name = "dss_dsi1",
741 .class = &omap3xxx_dsi_hwmod_class,
742 .mpu_irqs = omap3xxx_dsi1_irqs,
743 .main_clk = "dss1_alwon_fck",
744 .prcm = {
745 .omap2 = {
746 .prcm_reg_id = 1,
747 .module_bit = OMAP3430_EN_DSS1_SHIFT,
748 .module_offs = OMAP3430_DSS_MOD,
749 },
ce722d26 750 },
844a3b63
PW
751 .opt_clks = dss_dsi1_opt_clks,
752 .opt_clks_cnt = ARRAY_SIZE(dss_dsi1_opt_clks),
753 .flags = HWMOD_NO_IDLEST,
6b667f88
VC
754};
755
844a3b63
PW
756static struct omap_hwmod_opt_clk dss_rfbi_opt_clks[] = {
757 { .role = "ick", .clk = "dss_ick" },
ce722d26
TG
758};
759
844a3b63
PW
760static struct omap_hwmod omap3xxx_dss_rfbi_hwmod = {
761 .name = "dss_rfbi",
762 .class = &omap2_rfbi_hwmod_class,
763 .main_clk = "dss1_alwon_fck",
6b667f88
VC
764 .prcm = {
765 .omap2 = {
766 .prcm_reg_id = 1,
844a3b63
PW
767 .module_bit = OMAP3430_EN_DSS1_SHIFT,
768 .module_offs = OMAP3430_DSS_MOD,
6b667f88
VC
769 },
770 },
844a3b63
PW
771 .opt_clks = dss_rfbi_opt_clks,
772 .opt_clks_cnt = ARRAY_SIZE(dss_rfbi_opt_clks),
773 .flags = HWMOD_NO_IDLEST,
046465b7
KH
774};
775
844a3b63
PW
776static struct omap_hwmod_opt_clk dss_venc_opt_clks[] = {
777 /* required only on OMAP3430 */
778 { .role = "tv_dac_clk", .clk = "dss_96m_fck" },
046465b7
KH
779};
780
844a3b63
PW
781static struct omap_hwmod omap3xxx_dss_venc_hwmod = {
782 .name = "dss_venc",
783 .class = &omap2_venc_hwmod_class,
784 .main_clk = "dss_tv_fck",
046465b7
KH
785 .prcm = {
786 .omap2 = {
046465b7 787 .prcm_reg_id = 1,
844a3b63
PW
788 .module_bit = OMAP3430_EN_DSS1_SHIFT,
789 .module_offs = OMAP3430_DSS_MOD,
046465b7
KH
790 },
791 },
844a3b63
PW
792 .opt_clks = dss_venc_opt_clks,
793 .opt_clks_cnt = ARRAY_SIZE(dss_venc_opt_clks),
794 .flags = HWMOD_NO_IDLEST,
046465b7
KH
795};
796
844a3b63
PW
797/* I2C1 */
798static struct omap_i2c_dev_attr i2c1_dev_attr = {
799 .fifo_depth = 8, /* bytes */
972deb4f 800 .flags = OMAP_I2C_FLAG_BUS_SHIFT_2,
046465b7
KH
801};
802
844a3b63
PW
803static struct omap_hwmod omap3xxx_i2c1_hwmod = {
804 .name = "i2c1",
805 .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT,
806 .mpu_irqs = omap2_i2c1_mpu_irqs,
807 .sdma_reqs = omap2_i2c1_sdma_reqs,
808 .main_clk = "i2c1_fck",
046465b7
KH
809 .prcm = {
810 .omap2 = {
844a3b63 811 .module_offs = CORE_MOD,
046465b7 812 .prcm_reg_id = 1,
844a3b63 813 .module_bit = OMAP3430_EN_I2C1_SHIFT,
046465b7 814 .idlest_reg_id = 1,
844a3b63 815 .idlest_idle_bit = OMAP3430_ST_I2C1_SHIFT,
046465b7
KH
816 },
817 },
844a3b63
PW
818 .class = &i2c_class,
819 .dev_attr = &i2c1_dev_attr,
046465b7
KH
820};
821
844a3b63
PW
822/* I2C2 */
823static struct omap_i2c_dev_attr i2c2_dev_attr = {
824 .fifo_depth = 8, /* bytes */
972deb4f 825 .flags = OMAP_I2C_FLAG_BUS_SHIFT_2,
046465b7
KH
826};
827
844a3b63
PW
828static struct omap_hwmod omap3xxx_i2c2_hwmod = {
829 .name = "i2c2",
830 .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT,
831 .mpu_irqs = omap2_i2c2_mpu_irqs,
832 .sdma_reqs = omap2_i2c2_sdma_reqs,
833 .main_clk = "i2c2_fck",
046465b7
KH
834 .prcm = {
835 .omap2 = {
844a3b63 836 .module_offs = CORE_MOD,
046465b7 837 .prcm_reg_id = 1,
844a3b63 838 .module_bit = OMAP3430_EN_I2C2_SHIFT,
046465b7 839 .idlest_reg_id = 1,
844a3b63 840 .idlest_idle_bit = OMAP3430_ST_I2C2_SHIFT,
046465b7
KH
841 },
842 },
844a3b63
PW
843 .class = &i2c_class,
844 .dev_attr = &i2c2_dev_attr,
046465b7
KH
845};
846
844a3b63
PW
847/* I2C3 */
848static struct omap_i2c_dev_attr i2c3_dev_attr = {
849 .fifo_depth = 64, /* bytes */
972deb4f 850 .flags = OMAP_I2C_FLAG_BUS_SHIFT_2,
844a3b63 851};
046465b7 852
844a3b63 853static struct omap_hwmod_irq_info i2c3_mpu_irqs[] = {
7d7e1eba
TL
854 { .irq = 61 + OMAP_INTC_START, },
855 { .irq = -1 },
046465b7
KH
856};
857
844a3b63 858static struct omap_hwmod_dma_info i2c3_sdma_reqs[] = {
0fd8824f
JN
859 { .name = "tx", .dma_req = 25 },
860 { .name = "rx", .dma_req = 26 },
844a3b63 861 { .dma_req = -1 }
046465b7
KH
862};
863
844a3b63
PW
864static struct omap_hwmod omap3xxx_i2c3_hwmod = {
865 .name = "i2c3",
866 .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT,
867 .mpu_irqs = i2c3_mpu_irqs,
868 .sdma_reqs = i2c3_sdma_reqs,
869 .main_clk = "i2c3_fck",
046465b7
KH
870 .prcm = {
871 .omap2 = {
844a3b63 872 .module_offs = CORE_MOD,
046465b7 873 .prcm_reg_id = 1,
844a3b63 874 .module_bit = OMAP3430_EN_I2C3_SHIFT,
046465b7 875 .idlest_reg_id = 1,
844a3b63 876 .idlest_idle_bit = OMAP3430_ST_I2C3_SHIFT,
046465b7
KH
877 },
878 },
844a3b63
PW
879 .class = &i2c_class,
880 .dev_attr = &i2c3_dev_attr,
4fe20e97
RN
881};
882
844a3b63
PW
883/*
884 * 'gpio' class
885 * general purpose io module
886 */
4fe20e97 887
844a3b63
PW
888static struct omap_hwmod_class_sysconfig omap3xxx_gpio_sysc = {
889 .rev_offs = 0x0000,
890 .sysc_offs = 0x0010,
891 .syss_offs = 0x0014,
892 .sysc_flags = (SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE |
893 SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE |
894 SYSS_HAS_RESET_STATUS),
895 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
896 .sysc_fields = &omap_hwmod_sysc_type1,
4fe20e97
RN
897};
898
844a3b63
PW
899static struct omap_hwmod_class omap3xxx_gpio_hwmod_class = {
900 .name = "gpio",
901 .sysc = &omap3xxx_gpio_sysc,
902 .rev = 1,
4fe20e97
RN
903};
904
844a3b63
PW
905/* gpio_dev_attr */
906static struct omap_gpio_dev_attr gpio_dev_attr = {
907 .bank_width = 32,
908 .dbck_flag = true,
909};
910
911/* gpio1 */
912static struct omap_hwmod_opt_clk gpio1_opt_clks[] = {
913 { .role = "dbclk", .clk = "gpio1_dbck", },
914};
915
916static struct omap_hwmod omap3xxx_gpio1_hwmod = {
917 .name = "gpio1",
918 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
919 .mpu_irqs = omap2_gpio1_irqs,
920 .main_clk = "gpio1_ick",
921 .opt_clks = gpio1_opt_clks,
922 .opt_clks_cnt = ARRAY_SIZE(gpio1_opt_clks),
4fe20e97
RN
923 .prcm = {
924 .omap2 = {
4fe20e97 925 .prcm_reg_id = 1,
844a3b63
PW
926 .module_bit = OMAP3430_EN_GPIO1_SHIFT,
927 .module_offs = WKUP_MOD,
4fe20e97 928 .idlest_reg_id = 1,
844a3b63 929 .idlest_idle_bit = OMAP3430_ST_GPIO1_SHIFT,
4fe20e97
RN
930 },
931 },
844a3b63
PW
932 .class = &omap3xxx_gpio_hwmod_class,
933 .dev_attr = &gpio_dev_attr,
4fe20e97
RN
934};
935
844a3b63
PW
936/* gpio2 */
937static struct omap_hwmod_opt_clk gpio2_opt_clks[] = {
938 { .role = "dbclk", .clk = "gpio2_dbck", },
4fe20e97
RN
939};
940
844a3b63
PW
941static struct omap_hwmod omap3xxx_gpio2_hwmod = {
942 .name = "gpio2",
943 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
944 .mpu_irqs = omap2_gpio2_irqs,
945 .main_clk = "gpio2_ick",
946 .opt_clks = gpio2_opt_clks,
947 .opt_clks_cnt = ARRAY_SIZE(gpio2_opt_clks),
4fe20e97
RN
948 .prcm = {
949 .omap2 = {
4fe20e97 950 .prcm_reg_id = 1,
844a3b63 951 .module_bit = OMAP3430_EN_GPIO2_SHIFT,
ce722d26 952 .module_offs = OMAP3430_PER_MOD,
4fe20e97 953 .idlest_reg_id = 1,
844a3b63 954 .idlest_idle_bit = OMAP3430_ST_GPIO2_SHIFT,
4fe20e97
RN
955 },
956 },
844a3b63
PW
957 .class = &omap3xxx_gpio_hwmod_class,
958 .dev_attr = &gpio_dev_attr,
4fe20e97
RN
959};
960
844a3b63
PW
961/* gpio3 */
962static struct omap_hwmod_opt_clk gpio3_opt_clks[] = {
963 { .role = "dbclk", .clk = "gpio3_dbck", },
4fe20e97
RN
964};
965
844a3b63
PW
966static struct omap_hwmod omap3xxx_gpio3_hwmod = {
967 .name = "gpio3",
968 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
969 .mpu_irqs = omap2_gpio3_irqs,
970 .main_clk = "gpio3_ick",
971 .opt_clks = gpio3_opt_clks,
972 .opt_clks_cnt = ARRAY_SIZE(gpio3_opt_clks),
4fe20e97
RN
973 .prcm = {
974 .omap2 = {
4fe20e97 975 .prcm_reg_id = 1,
844a3b63 976 .module_bit = OMAP3430_EN_GPIO3_SHIFT,
ce722d26 977 .module_offs = OMAP3430_PER_MOD,
4fe20e97 978 .idlest_reg_id = 1,
844a3b63 979 .idlest_idle_bit = OMAP3430_ST_GPIO3_SHIFT,
4fe20e97
RN
980 },
981 },
844a3b63
PW
982 .class = &omap3xxx_gpio_hwmod_class,
983 .dev_attr = &gpio_dev_attr,
70034d38
VC
984};
985
844a3b63
PW
986/* gpio4 */
987static struct omap_hwmod_opt_clk gpio4_opt_clks[] = {
988 { .role = "dbclk", .clk = "gpio4_dbck", },
70034d38
VC
989};
990
844a3b63
PW
991static struct omap_hwmod omap3xxx_gpio4_hwmod = {
992 .name = "gpio4",
993 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
994 .mpu_irqs = omap2_gpio4_irqs,
995 .main_clk = "gpio4_ick",
996 .opt_clks = gpio4_opt_clks,
997 .opt_clks_cnt = ARRAY_SIZE(gpio4_opt_clks),
ce722d26
TG
998 .prcm = {
999 .omap2 = {
1000 .prcm_reg_id = 1,
844a3b63 1001 .module_bit = OMAP3430_EN_GPIO4_SHIFT,
ce722d26
TG
1002 .module_offs = OMAP3430_PER_MOD,
1003 .idlest_reg_id = 1,
844a3b63 1004 .idlest_idle_bit = OMAP3430_ST_GPIO4_SHIFT,
ce722d26 1005 },
70034d38 1006 },
844a3b63
PW
1007 .class = &omap3xxx_gpio_hwmod_class,
1008 .dev_attr = &gpio_dev_attr,
70034d38
VC
1009};
1010
844a3b63
PW
1011/* gpio5 */
1012static struct omap_hwmod_irq_info omap3xxx_gpio5_irqs[] = {
7d7e1eba
TL
1013 { .irq = 33 + OMAP_INTC_START, }, /* INT_34XX_GPIO_BANK5 */
1014 { .irq = -1 },
844a3b63 1015};
70034d38 1016
844a3b63
PW
1017static struct omap_hwmod_opt_clk gpio5_opt_clks[] = {
1018 { .role = "dbclk", .clk = "gpio5_dbck", },
70034d38
VC
1019};
1020
844a3b63
PW
1021static struct omap_hwmod omap3xxx_gpio5_hwmod = {
1022 .name = "gpio5",
1023 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
1024 .mpu_irqs = omap3xxx_gpio5_irqs,
1025 .main_clk = "gpio5_ick",
1026 .opt_clks = gpio5_opt_clks,
1027 .opt_clks_cnt = ARRAY_SIZE(gpio5_opt_clks),
ce722d26
TG
1028 .prcm = {
1029 .omap2 = {
1030 .prcm_reg_id = 1,
844a3b63
PW
1031 .module_bit = OMAP3430_EN_GPIO5_SHIFT,
1032 .module_offs = OMAP3430_PER_MOD,
ce722d26 1033 .idlest_reg_id = 1,
844a3b63 1034 .idlest_idle_bit = OMAP3430_ST_GPIO5_SHIFT,
ce722d26 1035 },
70034d38 1036 },
844a3b63
PW
1037 .class = &omap3xxx_gpio_hwmod_class,
1038 .dev_attr = &gpio_dev_attr,
70034d38
VC
1039};
1040
844a3b63
PW
1041/* gpio6 */
1042static struct omap_hwmod_irq_info omap3xxx_gpio6_irqs[] = {
7d7e1eba
TL
1043 { .irq = 34 + OMAP_INTC_START, }, /* INT_34XX_GPIO_BANK6 */
1044 { .irq = -1 },
844a3b63 1045};
70034d38 1046
844a3b63
PW
1047static struct omap_hwmod_opt_clk gpio6_opt_clks[] = {
1048 { .role = "dbclk", .clk = "gpio6_dbck", },
70034d38
VC
1049};
1050
844a3b63
PW
1051static struct omap_hwmod omap3xxx_gpio6_hwmod = {
1052 .name = "gpio6",
1053 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
1054 .mpu_irqs = omap3xxx_gpio6_irqs,
1055 .main_clk = "gpio6_ick",
1056 .opt_clks = gpio6_opt_clks,
1057 .opt_clks_cnt = ARRAY_SIZE(gpio6_opt_clks),
ce722d26
TG
1058 .prcm = {
1059 .omap2 = {
1060 .prcm_reg_id = 1,
844a3b63
PW
1061 .module_bit = OMAP3430_EN_GPIO6_SHIFT,
1062 .module_offs = OMAP3430_PER_MOD,
ce722d26 1063 .idlest_reg_id = 1,
844a3b63 1064 .idlest_idle_bit = OMAP3430_ST_GPIO6_SHIFT,
ce722d26
TG
1065 },
1066 },
844a3b63
PW
1067 .class = &omap3xxx_gpio_hwmod_class,
1068 .dev_attr = &gpio_dev_attr,
ce722d26
TG
1069};
1070
844a3b63
PW
1071/* dma attributes */
1072static struct omap_dma_dev_attr dma_dev_attr = {
1073 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
1074 IS_CSSA_32 | IS_CDSA_32 | IS_RW_PRIORITY,
1075 .lch_count = 32,
ce722d26
TG
1076};
1077
844a3b63
PW
1078static struct omap_hwmod_class_sysconfig omap3xxx_dma_sysc = {
1079 .rev_offs = 0x0000,
1080 .sysc_offs = 0x002c,
1081 .syss_offs = 0x0028,
1082 .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
1083 SYSC_HAS_MIDLEMODE | SYSC_HAS_CLOCKACTIVITY |
1084 SYSC_HAS_EMUFREE | SYSC_HAS_AUTOIDLE |
1085 SYSS_HAS_RESET_STATUS),
1086 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1087 MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
1088 .sysc_fields = &omap_hwmod_sysc_type1,
70034d38
VC
1089};
1090
844a3b63
PW
1091static struct omap_hwmod_class omap3xxx_dma_hwmod_class = {
1092 .name = "dma",
1093 .sysc = &omap3xxx_dma_sysc,
70034d38
VC
1094};
1095
844a3b63
PW
1096/* dma_system */
1097static struct omap_hwmod omap3xxx_dma_system_hwmod = {
1098 .name = "dma",
1099 .class = &omap3xxx_dma_hwmod_class,
1100 .mpu_irqs = omap2_dma_system_irqs,
1101 .main_clk = "core_l3_ick",
1102 .prcm = {
ce722d26 1103 .omap2 = {
844a3b63
PW
1104 .module_offs = CORE_MOD,
1105 .prcm_reg_id = 1,
1106 .module_bit = OMAP3430_ST_SDMA_SHIFT,
1107 .idlest_reg_id = 1,
1108 .idlest_idle_bit = OMAP3430_ST_SDMA_SHIFT,
ce722d26
TG
1109 },
1110 },
844a3b63
PW
1111 .dev_attr = &dma_dev_attr,
1112 .flags = HWMOD_NO_IDLEST,
70034d38
VC
1113};
1114
844a3b63
PW
1115/*
1116 * 'mcbsp' class
1117 * multi channel buffered serial port controller
1118 */
1119
1120static struct omap_hwmod_class_sysconfig omap3xxx_mcbsp_sysc = {
1121 .sysc_offs = 0x008c,
1122 .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_ENAWAKEUP |
1123 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
1124 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1125 .sysc_fields = &omap_hwmod_sysc_type1,
1126 .clockact = 0x2,
70034d38
VC
1127};
1128
844a3b63
PW
1129static struct omap_hwmod_class omap3xxx_mcbsp_hwmod_class = {
1130 .name = "mcbsp",
1131 .sysc = &omap3xxx_mcbsp_sysc,
1132 .rev = MCBSP_CONFIG_TYPE3,
70034d38
VC
1133};
1134
7039154b
PU
1135/* McBSP functional clock mapping */
1136static struct omap_hwmod_opt_clk mcbsp15_opt_clks[] = {
1137 { .role = "pad_fck", .clk = "mcbsp_clks" },
1138 { .role = "prcm_fck", .clk = "core_96m_fck" },
1139};
1140
1141static struct omap_hwmod_opt_clk mcbsp234_opt_clks[] = {
1142 { .role = "pad_fck", .clk = "mcbsp_clks" },
1143 { .role = "prcm_fck", .clk = "per_96m_fck" },
1144};
1145
844a3b63
PW
1146/* mcbsp1 */
1147static struct omap_hwmod_irq_info omap3xxx_mcbsp1_irqs[] = {
7d7e1eba
TL
1148 { .name = "common", .irq = 16 + OMAP_INTC_START, },
1149 { .name = "tx", .irq = 59 + OMAP_INTC_START, },
1150 { .name = "rx", .irq = 60 + OMAP_INTC_START, },
1151 { .irq = -1 },
844a3b63 1152};
6b667f88 1153
844a3b63
PW
1154static struct omap_hwmod omap3xxx_mcbsp1_hwmod = {
1155 .name = "mcbsp1",
1156 .class = &omap3xxx_mcbsp_hwmod_class,
1157 .mpu_irqs = omap3xxx_mcbsp1_irqs,
1158 .sdma_reqs = omap2_mcbsp1_sdma_reqs,
1159 .main_clk = "mcbsp1_fck",
1160 .prcm = {
1161 .omap2 = {
1162 .prcm_reg_id = 1,
1163 .module_bit = OMAP3430_EN_MCBSP1_SHIFT,
1164 .module_offs = CORE_MOD,
1165 .idlest_reg_id = 1,
1166 .idlest_idle_bit = OMAP3430_ST_MCBSP1_SHIFT,
1167 },
1168 },
7039154b
PU
1169 .opt_clks = mcbsp15_opt_clks,
1170 .opt_clks_cnt = ARRAY_SIZE(mcbsp15_opt_clks),
70034d38
VC
1171};
1172
844a3b63
PW
1173/* mcbsp2 */
1174static struct omap_hwmod_irq_info omap3xxx_mcbsp2_irqs[] = {
7d7e1eba
TL
1175 { .name = "common", .irq = 17 + OMAP_INTC_START, },
1176 { .name = "tx", .irq = 62 + OMAP_INTC_START, },
1177 { .name = "rx", .irq = 63 + OMAP_INTC_START, },
1178 { .irq = -1 },
70034d38
VC
1179};
1180
844a3b63
PW
1181static struct omap_mcbsp_dev_attr omap34xx_mcbsp2_dev_attr = {
1182 .sidetone = "mcbsp2_sidetone",
70034d38
VC
1183};
1184
844a3b63
PW
1185static struct omap_hwmod omap3xxx_mcbsp2_hwmod = {
1186 .name = "mcbsp2",
1187 .class = &omap3xxx_mcbsp_hwmod_class,
1188 .mpu_irqs = omap3xxx_mcbsp2_irqs,
1189 .sdma_reqs = omap2_mcbsp2_sdma_reqs,
1190 .main_clk = "mcbsp2_fck",
70034d38
VC
1191 .prcm = {
1192 .omap2 = {
1193 .prcm_reg_id = 1,
844a3b63
PW
1194 .module_bit = OMAP3430_EN_MCBSP2_SHIFT,
1195 .module_offs = OMAP3430_PER_MOD,
70034d38 1196 .idlest_reg_id = 1,
844a3b63 1197 .idlest_idle_bit = OMAP3430_ST_MCBSP2_SHIFT,
70034d38
VC
1198 },
1199 },
7039154b
PU
1200 .opt_clks = mcbsp234_opt_clks,
1201 .opt_clks_cnt = ARRAY_SIZE(mcbsp234_opt_clks),
844a3b63 1202 .dev_attr = &omap34xx_mcbsp2_dev_attr,
70034d38
VC
1203};
1204
844a3b63
PW
1205/* mcbsp3 */
1206static struct omap_hwmod_irq_info omap3xxx_mcbsp3_irqs[] = {
7d7e1eba
TL
1207 { .name = "common", .irq = 22 + OMAP_INTC_START, },
1208 { .name = "tx", .irq = 89 + OMAP_INTC_START, },
1209 { .name = "rx", .irq = 90 + OMAP_INTC_START, },
1210 { .irq = -1 },
844a3b63
PW
1211};
1212
1213static struct omap_mcbsp_dev_attr omap34xx_mcbsp3_dev_attr = {
1214 .sidetone = "mcbsp3_sidetone",
1215};
1216
1217static struct omap_hwmod omap3xxx_mcbsp3_hwmod = {
1218 .name = "mcbsp3",
1219 .class = &omap3xxx_mcbsp_hwmod_class,
1220 .mpu_irqs = omap3xxx_mcbsp3_irqs,
1221 .sdma_reqs = omap2_mcbsp3_sdma_reqs,
1222 .main_clk = "mcbsp3_fck",
70034d38
VC
1223 .prcm = {
1224 .omap2 = {
1225 .prcm_reg_id = 1,
844a3b63
PW
1226 .module_bit = OMAP3430_EN_MCBSP3_SHIFT,
1227 .module_offs = OMAP3430_PER_MOD,
70034d38 1228 .idlest_reg_id = 1,
844a3b63 1229 .idlest_idle_bit = OMAP3430_ST_MCBSP3_SHIFT,
70034d38
VC
1230 },
1231 },
7039154b
PU
1232 .opt_clks = mcbsp234_opt_clks,
1233 .opt_clks_cnt = ARRAY_SIZE(mcbsp234_opt_clks),
844a3b63 1234 .dev_attr = &omap34xx_mcbsp3_dev_attr,
70034d38
VC
1235};
1236
844a3b63
PW
1237/* mcbsp4 */
1238static struct omap_hwmod_irq_info omap3xxx_mcbsp4_irqs[] = {
7d7e1eba
TL
1239 { .name = "common", .irq = 23 + OMAP_INTC_START, },
1240 { .name = "tx", .irq = 54 + OMAP_INTC_START, },
1241 { .name = "rx", .irq = 55 + OMAP_INTC_START, },
1242 { .irq = -1 },
844a3b63
PW
1243};
1244
1245static struct omap_hwmod_dma_info omap3xxx_mcbsp4_sdma_chs[] = {
1246 { .name = "rx", .dma_req = 20 },
1247 { .name = "tx", .dma_req = 19 },
1248 { .dma_req = -1 }
1249};
1250
1251static struct omap_hwmod omap3xxx_mcbsp4_hwmod = {
1252 .name = "mcbsp4",
1253 .class = &omap3xxx_mcbsp_hwmod_class,
1254 .mpu_irqs = omap3xxx_mcbsp4_irqs,
1255 .sdma_reqs = omap3xxx_mcbsp4_sdma_chs,
1256 .main_clk = "mcbsp4_fck",
70034d38
VC
1257 .prcm = {
1258 .omap2 = {
1259 .prcm_reg_id = 1,
844a3b63
PW
1260 .module_bit = OMAP3430_EN_MCBSP4_SHIFT,
1261 .module_offs = OMAP3430_PER_MOD,
046465b7 1262 .idlest_reg_id = 1,
844a3b63 1263 .idlest_idle_bit = OMAP3430_ST_MCBSP4_SHIFT,
046465b7
KH
1264 },
1265 },
7039154b
PU
1266 .opt_clks = mcbsp234_opt_clks,
1267 .opt_clks_cnt = ARRAY_SIZE(mcbsp234_opt_clks),
046465b7
KH
1268};
1269
844a3b63
PW
1270/* mcbsp5 */
1271static struct omap_hwmod_irq_info omap3xxx_mcbsp5_irqs[] = {
7d7e1eba
TL
1272 { .name = "common", .irq = 27 + OMAP_INTC_START, },
1273 { .name = "tx", .irq = 81 + OMAP_INTC_START, },
1274 { .name = "rx", .irq = 82 + OMAP_INTC_START, },
1275 { .irq = -1 },
844a3b63
PW
1276};
1277
1278static struct omap_hwmod_dma_info omap3xxx_mcbsp5_sdma_chs[] = {
1279 { .name = "rx", .dma_req = 22 },
1280 { .name = "tx", .dma_req = 21 },
1281 { .dma_req = -1 }
1282};
1283
1284static struct omap_hwmod omap3xxx_mcbsp5_hwmod = {
1285 .name = "mcbsp5",
1286 .class = &omap3xxx_mcbsp_hwmod_class,
1287 .mpu_irqs = omap3xxx_mcbsp5_irqs,
1288 .sdma_reqs = omap3xxx_mcbsp5_sdma_chs,
1289 .main_clk = "mcbsp5_fck",
046465b7
KH
1290 .prcm = {
1291 .omap2 = {
046465b7 1292 .prcm_reg_id = 1,
844a3b63
PW
1293 .module_bit = OMAP3430_EN_MCBSP5_SHIFT,
1294 .module_offs = CORE_MOD,
70034d38 1295 .idlest_reg_id = 1,
844a3b63 1296 .idlest_idle_bit = OMAP3430_ST_MCBSP5_SHIFT,
70034d38
VC
1297 },
1298 },
7039154b
PU
1299 .opt_clks = mcbsp15_opt_clks,
1300 .opt_clks_cnt = ARRAY_SIZE(mcbsp15_opt_clks),
70034d38
VC
1301};
1302
844a3b63
PW
1303/* 'mcbsp sidetone' class */
1304static struct omap_hwmod_class_sysconfig omap3xxx_mcbsp_sidetone_sysc = {
1305 .sysc_offs = 0x0010,
1306 .sysc_flags = SYSC_HAS_AUTOIDLE,
1307 .sysc_fields = &omap_hwmod_sysc_type1,
1308};
046465b7 1309
844a3b63
PW
1310static struct omap_hwmod_class omap3xxx_mcbsp_sidetone_hwmod_class = {
1311 .name = "mcbsp_sidetone",
1312 .sysc = &omap3xxx_mcbsp_sidetone_sysc,
70034d38
VC
1313};
1314
844a3b63
PW
1315/* mcbsp2_sidetone */
1316static struct omap_hwmod_irq_info omap3xxx_mcbsp2_sidetone_irqs[] = {
7d7e1eba
TL
1317 { .name = "irq", .irq = 4 + OMAP_INTC_START, },
1318 { .irq = -1 },
70034d38
VC
1319};
1320
844a3b63
PW
1321static struct omap_hwmod omap3xxx_mcbsp2_sidetone_hwmod = {
1322 .name = "mcbsp2_sidetone",
1323 .class = &omap3xxx_mcbsp_sidetone_hwmod_class,
1324 .mpu_irqs = omap3xxx_mcbsp2_sidetone_irqs,
3b80c9be
PU
1325 .main_clk = "mcbsp2_ick",
1326 .flags = HWMOD_NO_IDLEST,
4bf90f65
KM
1327};
1328
844a3b63
PW
1329/* mcbsp3_sidetone */
1330static struct omap_hwmod_irq_info omap3xxx_mcbsp3_sidetone_irqs[] = {
7d7e1eba
TL
1331 { .name = "irq", .irq = 5 + OMAP_INTC_START, },
1332 { .irq = -1 },
4bf90f65
KM
1333};
1334
844a3b63
PW
1335static struct omap_hwmod omap3xxx_mcbsp3_sidetone_hwmod = {
1336 .name = "mcbsp3_sidetone",
1337 .class = &omap3xxx_mcbsp_sidetone_hwmod_class,
1338 .mpu_irqs = omap3xxx_mcbsp3_sidetone_irqs,
3b80c9be
PU
1339 .main_clk = "mcbsp3_ick",
1340 .flags = HWMOD_NO_IDLEST,
4bf90f65
KM
1341};
1342
844a3b63
PW
1343/* SR common */
1344static struct omap_hwmod_sysc_fields omap34xx_sr_sysc_fields = {
1345 .clkact_shift = 20,
1346};
4bf90f65 1347
844a3b63
PW
1348static struct omap_hwmod_class_sysconfig omap34xx_sr_sysc = {
1349 .sysc_offs = 0x24,
1350 .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_NO_CACHE),
1351 .clockact = CLOCKACT_TEST_ICLK,
1352 .sysc_fields = &omap34xx_sr_sysc_fields,
4fe20e97
RN
1353};
1354
844a3b63
PW
1355static struct omap_hwmod_class omap34xx_smartreflex_hwmod_class = {
1356 .name = "smartreflex",
1357 .sysc = &omap34xx_sr_sysc,
1358 .rev = 1,
e04d9e1e
SG
1359};
1360
844a3b63
PW
1361static struct omap_hwmod_sysc_fields omap36xx_sr_sysc_fields = {
1362 .sidle_shift = 24,
1363 .enwkup_shift = 26,
1364};
e04d9e1e 1365
844a3b63
PW
1366static struct omap_hwmod_class_sysconfig omap36xx_sr_sysc = {
1367 .sysc_offs = 0x38,
1368 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1369 .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_ENAWAKEUP |
1370 SYSC_NO_CACHE),
1371 .sysc_fields = &omap36xx_sr_sysc_fields,
1372};
1373
1374static struct omap_hwmod_class omap36xx_smartreflex_hwmod_class = {
1375 .name = "smartreflex",
1376 .sysc = &omap36xx_sr_sysc,
1377 .rev = 2,
1378};
1379
1380/* SR1 */
1381static struct omap_smartreflex_dev_attr sr1_dev_attr = {
1382 .sensor_voltdm_name = "mpu_iva",
1383};
1384
1385static struct omap_hwmod_irq_info omap3_smartreflex_mpu_irqs[] = {
7d7e1eba
TL
1386 { .irq = 18 + OMAP_INTC_START, },
1387 { .irq = -1 },
844a3b63
PW
1388};
1389
1390static struct omap_hwmod omap34xx_sr1_hwmod = {
1fcd3069 1391 .name = "smartreflex_mpu_iva",
844a3b63
PW
1392 .class = &omap34xx_smartreflex_hwmod_class,
1393 .main_clk = "sr1_fck",
1394 .prcm = {
e04d9e1e 1395 .omap2 = {
844a3b63
PW
1396 .prcm_reg_id = 1,
1397 .module_bit = OMAP3430_EN_SR1_SHIFT,
1398 .module_offs = WKUP_MOD,
1399 .idlest_reg_id = 1,
1400 .idlest_idle_bit = OMAP3430_EN_SR1_SHIFT,
1401 },
e04d9e1e 1402 },
844a3b63
PW
1403 .dev_attr = &sr1_dev_attr,
1404 .mpu_irqs = omap3_smartreflex_mpu_irqs,
1405 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
e04d9e1e
SG
1406};
1407
844a3b63 1408static struct omap_hwmod omap36xx_sr1_hwmod = {
1fcd3069 1409 .name = "smartreflex_mpu_iva",
844a3b63
PW
1410 .class = &omap36xx_smartreflex_hwmod_class,
1411 .main_clk = "sr1_fck",
1412 .prcm = {
e04d9e1e 1413 .omap2 = {
844a3b63
PW
1414 .prcm_reg_id = 1,
1415 .module_bit = OMAP3430_EN_SR1_SHIFT,
1416 .module_offs = WKUP_MOD,
1417 .idlest_reg_id = 1,
1418 .idlest_idle_bit = OMAP3430_EN_SR1_SHIFT,
1419 },
e04d9e1e 1420 },
844a3b63
PW
1421 .dev_attr = &sr1_dev_attr,
1422 .mpu_irqs = omap3_smartreflex_mpu_irqs,
e04d9e1e
SG
1423};
1424
844a3b63
PW
1425/* SR2 */
1426static struct omap_smartreflex_dev_attr sr2_dev_attr = {
1427 .sensor_voltdm_name = "core",
e04d9e1e
SG
1428};
1429
844a3b63 1430static struct omap_hwmod_irq_info omap3_smartreflex_core_irqs[] = {
7d7e1eba
TL
1431 { .irq = 19 + OMAP_INTC_START, },
1432 { .irq = -1 },
844a3b63
PW
1433};
1434
1435static struct omap_hwmod omap34xx_sr2_hwmod = {
1fcd3069 1436 .name = "smartreflex_core",
844a3b63
PW
1437 .class = &omap34xx_smartreflex_hwmod_class,
1438 .main_clk = "sr2_fck",
e04d9e1e
SG
1439 .prcm = {
1440 .omap2 = {
1441 .prcm_reg_id = 1,
844a3b63
PW
1442 .module_bit = OMAP3430_EN_SR2_SHIFT,
1443 .module_offs = WKUP_MOD,
e04d9e1e 1444 .idlest_reg_id = 1,
844a3b63 1445 .idlest_idle_bit = OMAP3430_EN_SR2_SHIFT,
e04d9e1e
SG
1446 },
1447 },
844a3b63
PW
1448 .dev_attr = &sr2_dev_attr,
1449 .mpu_irqs = omap3_smartreflex_core_irqs,
1450 .flags = HWMOD_SET_DEFAULT_CLOCKACT,
e04d9e1e
SG
1451};
1452
844a3b63 1453static struct omap_hwmod omap36xx_sr2_hwmod = {
1fcd3069 1454 .name = "smartreflex_core",
844a3b63
PW
1455 .class = &omap36xx_smartreflex_hwmod_class,
1456 .main_clk = "sr2_fck",
e04d9e1e
SG
1457 .prcm = {
1458 .omap2 = {
1459 .prcm_reg_id = 1,
844a3b63
PW
1460 .module_bit = OMAP3430_EN_SR2_SHIFT,
1461 .module_offs = WKUP_MOD,
e04d9e1e 1462 .idlest_reg_id = 1,
844a3b63 1463 .idlest_idle_bit = OMAP3430_EN_SR2_SHIFT,
e04d9e1e
SG
1464 },
1465 },
844a3b63
PW
1466 .dev_attr = &sr2_dev_attr,
1467 .mpu_irqs = omap3_smartreflex_core_irqs,
e04d9e1e
SG
1468};
1469
1ac6d46e 1470/*
844a3b63
PW
1471 * 'mailbox' class
1472 * mailbox module allowing communication between the on-chip processors
1473 * using a queued mailbox-interrupt mechanism.
1ac6d46e
TV
1474 */
1475
844a3b63
PW
1476static struct omap_hwmod_class_sysconfig omap3xxx_mailbox_sysc = {
1477 .rev_offs = 0x000,
1478 .sysc_offs = 0x010,
1479 .syss_offs = 0x014,
1480 .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
1481 SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE),
1482 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1ac6d46e
TV
1483 .sysc_fields = &omap_hwmod_sysc_type1,
1484};
1485
844a3b63
PW
1486static struct omap_hwmod_class omap3xxx_mailbox_hwmod_class = {
1487 .name = "mailbox",
1488 .sysc = &omap3xxx_mailbox_sysc,
1ac6d46e
TV
1489};
1490
844a3b63
PW
1491static struct omap_hwmod omap3xxx_mailbox_hwmod = {
1492 .name = "mailbox",
1493 .class = &omap3xxx_mailbox_hwmod_class,
844a3b63 1494 .main_clk = "mailboxes_ick",
e04d9e1e
SG
1495 .prcm = {
1496 .omap2 = {
1497 .prcm_reg_id = 1,
844a3b63
PW
1498 .module_bit = OMAP3430_EN_MAILBOXES_SHIFT,
1499 .module_offs = CORE_MOD,
1500 .idlest_reg_id = 1,
1501 .idlest_idle_bit = OMAP3430_ST_MAILBOXES_SHIFT,
e04d9e1e
SG
1502 },
1503 },
e04d9e1e
SG
1504};
1505
1506/*
844a3b63
PW
1507 * 'mcspi' class
1508 * multichannel serial port interface (mcspi) / master/slave synchronous serial
1509 * bus
e04d9e1e
SG
1510 */
1511
844a3b63
PW
1512static struct omap_hwmod_class_sysconfig omap34xx_mcspi_sysc = {
1513 .rev_offs = 0x0000,
1514 .sysc_offs = 0x0010,
1515 .syss_offs = 0x0014,
1516 .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
1517 SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
1518 SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
1519 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1520 .sysc_fields = &omap_hwmod_sysc_type1,
e04d9e1e
SG
1521};
1522
844a3b63
PW
1523static struct omap_hwmod_class omap34xx_mcspi_class = {
1524 .name = "mcspi",
1525 .sysc = &omap34xx_mcspi_sysc,
1526 .rev = OMAP3_MCSPI_REV,
affe360d 1527};
1528
844a3b63
PW
1529/* mcspi1 */
1530static struct omap2_mcspi_dev_attr omap_mcspi1_dev_attr = {
1531 .num_chipselect = 4,
e04d9e1e
SG
1532};
1533
844a3b63
PW
1534static struct omap_hwmod omap34xx_mcspi1 = {
1535 .name = "mcspi1",
1536 .mpu_irqs = omap2_mcspi1_mpu_irqs,
1537 .sdma_reqs = omap2_mcspi1_sdma_reqs,
1538 .main_clk = "mcspi1_fck",
1539 .prcm = {
e04d9e1e 1540 .omap2 = {
844a3b63
PW
1541 .module_offs = CORE_MOD,
1542 .prcm_reg_id = 1,
1543 .module_bit = OMAP3430_EN_MCSPI1_SHIFT,
1544 .idlest_reg_id = 1,
1545 .idlest_idle_bit = OMAP3430_ST_MCSPI1_SHIFT,
1546 },
e04d9e1e 1547 },
844a3b63
PW
1548 .class = &omap34xx_mcspi_class,
1549 .dev_attr = &omap_mcspi1_dev_attr,
e04d9e1e
SG
1550};
1551
844a3b63
PW
1552/* mcspi2 */
1553static struct omap2_mcspi_dev_attr omap_mcspi2_dev_attr = {
1554 .num_chipselect = 2,
6c3d7e34
TV
1555};
1556
844a3b63
PW
1557static struct omap_hwmod omap34xx_mcspi2 = {
1558 .name = "mcspi2",
1559 .mpu_irqs = omap2_mcspi2_mpu_irqs,
1560 .sdma_reqs = omap2_mcspi2_sdma_reqs,
1561 .main_clk = "mcspi2_fck",
e04d9e1e
SG
1562 .prcm = {
1563 .omap2 = {
844a3b63 1564 .module_offs = CORE_MOD,
e04d9e1e 1565 .prcm_reg_id = 1,
844a3b63
PW
1566 .module_bit = OMAP3430_EN_MCSPI2_SHIFT,
1567 .idlest_reg_id = 1,
1568 .idlest_idle_bit = OMAP3430_ST_MCSPI2_SHIFT,
e04d9e1e
SG
1569 },
1570 },
844a3b63
PW
1571 .class = &omap34xx_mcspi_class,
1572 .dev_attr = &omap_mcspi2_dev_attr,
e04d9e1e
SG
1573};
1574
844a3b63
PW
1575/* mcspi3 */
1576static struct omap_hwmod_irq_info omap34xx_mcspi3_mpu_irqs[] = {
7d7e1eba
TL
1577 { .name = "irq", .irq = 91 + OMAP_INTC_START, }, /* 91 */
1578 { .irq = -1 },
844a3b63
PW
1579};
1580
1581static struct omap_hwmod_dma_info omap34xx_mcspi3_sdma_reqs[] = {
1582 { .name = "tx0", .dma_req = 15 },
1583 { .name = "rx0", .dma_req = 16 },
1584 { .name = "tx1", .dma_req = 23 },
1585 { .name = "rx1", .dma_req = 24 },
1586 { .dma_req = -1 }
e04d9e1e
SG
1587};
1588
844a3b63
PW
1589static struct omap2_mcspi_dev_attr omap_mcspi3_dev_attr = {
1590 .num_chipselect = 2,
6c3d7e34
TV
1591};
1592
844a3b63
PW
1593static struct omap_hwmod omap34xx_mcspi3 = {
1594 .name = "mcspi3",
1595 .mpu_irqs = omap34xx_mcspi3_mpu_irqs,
1596 .sdma_reqs = omap34xx_mcspi3_sdma_reqs,
1597 .main_clk = "mcspi3_fck",
e04d9e1e
SG
1598 .prcm = {
1599 .omap2 = {
844a3b63 1600 .module_offs = CORE_MOD,
e04d9e1e 1601 .prcm_reg_id = 1,
844a3b63
PW
1602 .module_bit = OMAP3430_EN_MCSPI3_SHIFT,
1603 .idlest_reg_id = 1,
1604 .idlest_idle_bit = OMAP3430_ST_MCSPI3_SHIFT,
e04d9e1e
SG
1605 },
1606 },
844a3b63
PW
1607 .class = &omap34xx_mcspi_class,
1608 .dev_attr = &omap_mcspi3_dev_attr,
e04d9e1e
SG
1609};
1610
844a3b63
PW
1611/* mcspi4 */
1612static struct omap_hwmod_irq_info omap34xx_mcspi4_mpu_irqs[] = {
7d7e1eba
TL
1613 { .name = "irq", .irq = 48 + OMAP_INTC_START, },
1614 { .irq = -1 },
e04d9e1e
SG
1615};
1616
844a3b63
PW
1617static struct omap_hwmod_dma_info omap34xx_mcspi4_sdma_reqs[] = {
1618 { .name = "tx0", .dma_req = 70 }, /* DMA_SPI4_TX0 */
1619 { .name = "rx0", .dma_req = 71 }, /* DMA_SPI4_RX0 */
1620 { .dma_req = -1 }
6c3d7e34
TV
1621};
1622
844a3b63
PW
1623static struct omap2_mcspi_dev_attr omap_mcspi4_dev_attr = {
1624 .num_chipselect = 1,
1625};
1626
1627static struct omap_hwmod omap34xx_mcspi4 = {
1628 .name = "mcspi4",
1629 .mpu_irqs = omap34xx_mcspi4_mpu_irqs,
1630 .sdma_reqs = omap34xx_mcspi4_sdma_reqs,
1631 .main_clk = "mcspi4_fck",
e04d9e1e
SG
1632 .prcm = {
1633 .omap2 = {
844a3b63 1634 .module_offs = CORE_MOD,
e04d9e1e 1635 .prcm_reg_id = 1,
844a3b63
PW
1636 .module_bit = OMAP3430_EN_MCSPI4_SHIFT,
1637 .idlest_reg_id = 1,
1638 .idlest_idle_bit = OMAP3430_ST_MCSPI4_SHIFT,
e04d9e1e
SG
1639 },
1640 },
844a3b63
PW
1641 .class = &omap34xx_mcspi_class,
1642 .dev_attr = &omap_mcspi4_dev_attr,
e04d9e1e
SG
1643};
1644
844a3b63
PW
1645/* usbhsotg */
1646static struct omap_hwmod_class_sysconfig omap3xxx_usbhsotg_sysc = {
1647 .rev_offs = 0x0400,
1648 .sysc_offs = 0x0404,
1649 .syss_offs = 0x0408,
1650 .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_MIDLEMODE|
1651 SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
1652 SYSC_HAS_AUTOIDLE),
1653 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1654 MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
1655 .sysc_fields = &omap_hwmod_sysc_type1,
1656};
4fe20e97 1657
844a3b63
PW
1658static struct omap_hwmod_class usbotg_class = {
1659 .name = "usbotg",
1660 .sysc = &omap3xxx_usbhsotg_sysc,
4fe20e97
RN
1661};
1662
844a3b63
PW
1663/* usb_otg_hs */
1664static struct omap_hwmod_irq_info omap3xxx_usbhsotg_mpu_irqs[] = {
1665
7d7e1eba
TL
1666 { .name = "mc", .irq = 92 + OMAP_INTC_START, },
1667 { .name = "dma", .irq = 93 + OMAP_INTC_START, },
1668 { .irq = -1 },
844a3b63
PW
1669};
1670
1671static struct omap_hwmod omap3xxx_usbhsotg_hwmod = {
1672 .name = "usb_otg_hs",
1673 .mpu_irqs = omap3xxx_usbhsotg_mpu_irqs,
1674 .main_clk = "hsotgusb_ick",
4fe20e97
RN
1675 .prcm = {
1676 .omap2 = {
4fe20e97 1677 .prcm_reg_id = 1,
844a3b63
PW
1678 .module_bit = OMAP3430_EN_HSOTGUSB_SHIFT,
1679 .module_offs = CORE_MOD,
4fe20e97 1680 .idlest_reg_id = 1,
844a3b63
PW
1681 .idlest_idle_bit = OMAP3430ES2_ST_HSOTGUSB_IDLE_SHIFT,
1682 .idlest_stdby_bit = OMAP3430ES2_ST_HSOTGUSB_STDBY_SHIFT
4fe20e97
RN
1683 },
1684 },
844a3b63
PW
1685 .class = &usbotg_class,
1686
1687 /*
1688 * Erratum ID: i479 idle_req / idle_ack mechanism potentially
1689 * broken when autoidle is enabled
1690 * workaround is to disable the autoidle bit at module level.
092bc089
GI
1691 *
1692 * Enabling the device in any other MIDLEMODE setting but force-idle
1693 * causes core_pwrdm not enter idle states at least on OMAP3630.
1694 * Note that musb has OTG_FORCESTDBY register that controls MSTANDBY
1695 * signal when MIDLEMODE is set to force-idle.
844a3b63 1696 */
6a08b11a
TL
1697 .flags = HWMOD_NO_OCP_AUTOIDLE | HWMOD_SWSUP_SIDLE |
1698 HWMOD_FORCE_MSTANDBY | HWMOD_RECONFIG_IO_CHAIN,
4fe20e97
RN
1699};
1700
844a3b63
PW
1701/* usb_otg_hs */
1702static struct omap_hwmod_irq_info am35xx_usbhsotg_mpu_irqs[] = {
7d7e1eba
TL
1703 { .name = "mc", .irq = 71 + OMAP_INTC_START, },
1704 { .irq = -1 },
4fe20e97
RN
1705};
1706
844a3b63
PW
1707static struct omap_hwmod_class am35xx_usbotg_class = {
1708 .name = "am35xx_usbotg",
844a3b63
PW
1709};
1710
1711static struct omap_hwmod am35xx_usbhsotg_hwmod = {
1712 .name = "am35x_otg_hs",
1713 .mpu_irqs = am35xx_usbhsotg_mpu_irqs,
89ea2583 1714 .main_clk = "hsotgusb_fck",
844a3b63 1715 .class = &am35xx_usbotg_class,
89ea2583 1716 .flags = HWMOD_NO_IDLEST,
4fe20e97
RN
1717};
1718
844a3b63
PW
1719/* MMC/SD/SDIO common */
1720static struct omap_hwmod_class_sysconfig omap34xx_mmc_sysc = {
1721 .rev_offs = 0x1fc,
1722 .sysc_offs = 0x10,
1723 .syss_offs = 0x14,
1724 .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
1725 SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
1726 SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
1727 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1728 .sysc_fields = &omap_hwmod_sysc_type1,
1729};
4fe20e97 1730
844a3b63
PW
1731static struct omap_hwmod_class omap34xx_mmc_class = {
1732 .name = "mmc",
1733 .sysc = &omap34xx_mmc_sysc,
4fe20e97
RN
1734};
1735
844a3b63
PW
1736/* MMC/SD/SDIO1 */
1737
1738static struct omap_hwmod_irq_info omap34xx_mmc1_mpu_irqs[] = {
7d7e1eba
TL
1739 { .irq = 83 + OMAP_INTC_START, },
1740 { .irq = -1 },
4fe20e97
RN
1741};
1742
844a3b63
PW
1743static struct omap_hwmod_dma_info omap34xx_mmc1_sdma_reqs[] = {
1744 { .name = "tx", .dma_req = 61, },
1745 { .name = "rx", .dma_req = 62, },
bc614958 1746 { .dma_req = -1 }
4fe20e97
RN
1747};
1748
844a3b63
PW
1749static struct omap_hwmod_opt_clk omap34xx_mmc1_opt_clks[] = {
1750 { .role = "dbck", .clk = "omap_32k_fck", },
1751};
1752
55143438 1753static struct omap_hsmmc_dev_attr mmc1_dev_attr = {
844a3b63
PW
1754 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
1755};
1756
1757/* See 35xx errata 2.1.1.128 in SPRZ278F */
55143438 1758static struct omap_hsmmc_dev_attr mmc1_pre_es3_dev_attr = {
844a3b63
PW
1759 .flags = (OMAP_HSMMC_SUPPORTS_DUAL_VOLT |
1760 OMAP_HSMMC_BROKEN_MULTIBLOCK_READ),
1761};
1762
1763static struct omap_hwmod omap3xxx_pre_es3_mmc1_hwmod = {
1764 .name = "mmc1",
1765 .mpu_irqs = omap34xx_mmc1_mpu_irqs,
1766 .sdma_reqs = omap34xx_mmc1_sdma_reqs,
1767 .opt_clks = omap34xx_mmc1_opt_clks,
1768 .opt_clks_cnt = ARRAY_SIZE(omap34xx_mmc1_opt_clks),
1769 .main_clk = "mmchs1_fck",
4fe20e97
RN
1770 .prcm = {
1771 .omap2 = {
1772 .module_offs = CORE_MOD,
1773 .prcm_reg_id = 1,
844a3b63 1774 .module_bit = OMAP3430_EN_MMC1_SHIFT,
4fe20e97 1775 .idlest_reg_id = 1,
844a3b63 1776 .idlest_idle_bit = OMAP3430_ST_MMC1_SHIFT,
4fe20e97
RN
1777 },
1778 },
844a3b63
PW
1779 .dev_attr = &mmc1_pre_es3_dev_attr,
1780 .class = &omap34xx_mmc_class,
4fe20e97
RN
1781};
1782
844a3b63
PW
1783static struct omap_hwmod omap3xxx_es3plus_mmc1_hwmod = {
1784 .name = "mmc1",
1785 .mpu_irqs = omap34xx_mmc1_mpu_irqs,
1786 .sdma_reqs = omap34xx_mmc1_sdma_reqs,
1787 .opt_clks = omap34xx_mmc1_opt_clks,
1788 .opt_clks_cnt = ARRAY_SIZE(omap34xx_mmc1_opt_clks),
1789 .main_clk = "mmchs1_fck",
1790 .prcm = {
1791 .omap2 = {
1792 .module_offs = CORE_MOD,
1793 .prcm_reg_id = 1,
1794 .module_bit = OMAP3430_EN_MMC1_SHIFT,
1795 .idlest_reg_id = 1,
1796 .idlest_idle_bit = OMAP3430_ST_MMC1_SHIFT,
1797 },
70034d38 1798 },
844a3b63
PW
1799 .dev_attr = &mmc1_dev_attr,
1800 .class = &omap34xx_mmc_class,
70034d38
VC
1801};
1802
844a3b63 1803/* MMC/SD/SDIO2 */
70034d38 1804
844a3b63 1805static struct omap_hwmod_irq_info omap34xx_mmc2_mpu_irqs[] = {
7d7e1eba
TL
1806 { .irq = 86 + OMAP_INTC_START, },
1807 { .irq = -1 },
70034d38
VC
1808};
1809
844a3b63
PW
1810static struct omap_hwmod_dma_info omap34xx_mmc2_sdma_reqs[] = {
1811 { .name = "tx", .dma_req = 47, },
1812 { .name = "rx", .dma_req = 48, },
1813 { .dma_req = -1 }
70034d38
VC
1814};
1815
844a3b63
PW
1816static struct omap_hwmod_opt_clk omap34xx_mmc2_opt_clks[] = {
1817 { .role = "dbck", .clk = "omap_32k_fck", },
70034d38
VC
1818};
1819
844a3b63 1820/* See 35xx errata 2.1.1.128 in SPRZ278F */
55143438 1821static struct omap_hsmmc_dev_attr mmc2_pre_es3_dev_attr = {
844a3b63 1822 .flags = OMAP_HSMMC_BROKEN_MULTIBLOCK_READ,
70034d38
VC
1823};
1824
844a3b63
PW
1825static struct omap_hwmod omap3xxx_pre_es3_mmc2_hwmod = {
1826 .name = "mmc2",
1827 .mpu_irqs = omap34xx_mmc2_mpu_irqs,
1828 .sdma_reqs = omap34xx_mmc2_sdma_reqs,
1829 .opt_clks = omap34xx_mmc2_opt_clks,
1830 .opt_clks_cnt = ARRAY_SIZE(omap34xx_mmc2_opt_clks),
1831 .main_clk = "mmchs2_fck",
1832 .prcm = {
1833 .omap2 = {
1834 .module_offs = CORE_MOD,
1835 .prcm_reg_id = 1,
1836 .module_bit = OMAP3430_EN_MMC2_SHIFT,
1837 .idlest_reg_id = 1,
1838 .idlest_idle_bit = OMAP3430_ST_MMC2_SHIFT,
1839 },
70034d38 1840 },
844a3b63
PW
1841 .dev_attr = &mmc2_pre_es3_dev_attr,
1842 .class = &omap34xx_mmc_class,
70034d38
VC
1843};
1844
844a3b63
PW
1845static struct omap_hwmod omap3xxx_es3plus_mmc2_hwmod = {
1846 .name = "mmc2",
1847 .mpu_irqs = omap34xx_mmc2_mpu_irqs,
1848 .sdma_reqs = omap34xx_mmc2_sdma_reqs,
1849 .opt_clks = omap34xx_mmc2_opt_clks,
1850 .opt_clks_cnt = ARRAY_SIZE(omap34xx_mmc2_opt_clks),
1851 .main_clk = "mmchs2_fck",
1852 .prcm = {
1853 .omap2 = {
1854 .module_offs = CORE_MOD,
1855 .prcm_reg_id = 1,
1856 .module_bit = OMAP3430_EN_MMC2_SHIFT,
1857 .idlest_reg_id = 1,
1858 .idlest_idle_bit = OMAP3430_ST_MMC2_SHIFT,
1859 },
1860 },
1861 .class = &omap34xx_mmc_class,
70034d38
VC
1862};
1863
844a3b63
PW
1864/* MMC/SD/SDIO3 */
1865
1866static struct omap_hwmod_irq_info omap34xx_mmc3_mpu_irqs[] = {
7d7e1eba
TL
1867 { .irq = 94 + OMAP_INTC_START, },
1868 { .irq = -1 },
70034d38
VC
1869};
1870
844a3b63
PW
1871static struct omap_hwmod_dma_info omap34xx_mmc3_sdma_reqs[] = {
1872 { .name = "tx", .dma_req = 77, },
1873 { .name = "rx", .dma_req = 78, },
1874 { .dma_req = -1 }
70034d38
VC
1875};
1876
844a3b63
PW
1877static struct omap_hwmod_opt_clk omap34xx_mmc3_opt_clks[] = {
1878 { .role = "dbck", .clk = "omap_32k_fck", },
70034d38
VC
1879};
1880
844a3b63
PW
1881static struct omap_hwmod omap3xxx_mmc3_hwmod = {
1882 .name = "mmc3",
1883 .mpu_irqs = omap34xx_mmc3_mpu_irqs,
1884 .sdma_reqs = omap34xx_mmc3_sdma_reqs,
1885 .opt_clks = omap34xx_mmc3_opt_clks,
1886 .opt_clks_cnt = ARRAY_SIZE(omap34xx_mmc3_opt_clks),
1887 .main_clk = "mmchs3_fck",
1888 .prcm = {
1889 .omap2 = {
1890 .prcm_reg_id = 1,
1891 .module_bit = OMAP3430_EN_MMC3_SHIFT,
1892 .idlest_reg_id = 1,
1893 .idlest_idle_bit = OMAP3430_ST_MMC3_SHIFT,
1894 },
1895 },
1896 .class = &omap34xx_mmc_class,
70034d38
VC
1897};
1898
1899/*
844a3b63
PW
1900 * 'usb_host_hs' class
1901 * high-speed multi-port usb host controller
70034d38
VC
1902 */
1903
844a3b63 1904static struct omap_hwmod_class_sysconfig omap3xxx_usb_host_hs_sysc = {
70034d38
VC
1905 .rev_offs = 0x0000,
1906 .sysc_offs = 0x0010,
1907 .syss_offs = 0x0014,
844a3b63
PW
1908 .sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_CLOCKACTIVITY |
1909 SYSC_HAS_SIDLEMODE | SYSC_HAS_ENAWAKEUP |
7f4d3641
RQ
1910 SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE |
1911 SYSS_HAS_RESET_STATUS),
844a3b63
PW
1912 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1913 MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
1914 .sysc_fields = &omap_hwmod_sysc_type1,
70034d38
VC
1915};
1916
844a3b63
PW
1917static struct omap_hwmod_class omap3xxx_usb_host_hs_hwmod_class = {
1918 .name = "usb_host_hs",
1919 .sysc = &omap3xxx_usb_host_hs_sysc,
70034d38
VC
1920};
1921
844a3b63 1922static struct omap_hwmod_irq_info omap3xxx_usb_host_hs_irqs[] = {
7d7e1eba
TL
1923 { .name = "ohci-irq", .irq = 76 + OMAP_INTC_START, },
1924 { .name = "ehci-irq", .irq = 77 + OMAP_INTC_START, },
1925 { .irq = -1 },
70034d38
VC
1926};
1927
844a3b63
PW
1928static struct omap_hwmod omap3xxx_usb_host_hs_hwmod = {
1929 .name = "usb_host_hs",
1930 .class = &omap3xxx_usb_host_hs_hwmod_class,
c6c56697 1931 .clkdm_name = "usbhost_clkdm",
844a3b63
PW
1932 .mpu_irqs = omap3xxx_usb_host_hs_irqs,
1933 .main_clk = "usbhost_48m_fck",
1934 .prcm = {
70034d38 1935 .omap2 = {
844a3b63 1936 .module_offs = OMAP3430ES2_USBHOST_MOD,
70034d38 1937 .prcm_reg_id = 1,
844a3b63 1938 .module_bit = OMAP3430ES2_EN_USBHOST1_SHIFT,
70034d38 1939 .idlest_reg_id = 1,
844a3b63
PW
1940 .idlest_idle_bit = OMAP3430ES2_ST_USBHOST_IDLE_SHIFT,
1941 .idlest_stdby_bit = OMAP3430ES2_ST_USBHOST_STDBY_SHIFT,
70034d38
VC
1942 },
1943 },
70034d38 1944
844a3b63
PW
1945 /*
1946 * Errata: USBHOST Configured In Smart-Idle Can Lead To a Deadlock
1947 * id: i660
1948 *
1949 * Description:
1950 * In the following configuration :
1951 * - USBHOST module is set to smart-idle mode
1952 * - PRCM asserts idle_req to the USBHOST module ( This typically
1953 * happens when the system is going to a low power mode : all ports
1954 * have been suspended, the master part of the USBHOST module has
1955 * entered the standby state, and SW has cut the functional clocks)
1956 * - an USBHOST interrupt occurs before the module is able to answer
1957 * idle_ack, typically a remote wakeup IRQ.
1958 * Then the USB HOST module will enter a deadlock situation where it
1959 * is no more accessible nor functional.
1960 *
1961 * Workaround:
1962 * Don't use smart idle; use only force idle, hence HWMOD_SWSUP_SIDLE
1963 */
1964
1965 /*
1966 * Errata: USB host EHCI may stall when entering smart-standby mode
1967 * Id: i571
1968 *
1969 * Description:
1970 * When the USBHOST module is set to smart-standby mode, and when it is
1971 * ready to enter the standby state (i.e. all ports are suspended and
1972 * all attached devices are in suspend mode), then it can wrongly assert
1973 * the Mstandby signal too early while there are still some residual OCP
1974 * transactions ongoing. If this condition occurs, the internal state
1975 * machine may go to an undefined state and the USB link may be stuck
1976 * upon the next resume.
1977 *
1978 * Workaround:
1979 * Don't use smart standby; use only force standby,
1980 * hence HWMOD_SWSUP_MSTANDBY
1981 */
1982
7f4d3641 1983 .flags = HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY,
70034d38
VC
1984};
1985
844a3b63
PW
1986/*
1987 * 'usb_tll_hs' class
1988 * usb_tll_hs module is the adapter on the usb_host_hs ports
1989 */
1990static struct omap_hwmod_class_sysconfig omap3xxx_usb_tll_hs_sysc = {
1991 .rev_offs = 0x0000,
1992 .sysc_offs = 0x0010,
1993 .syss_offs = 0x0014,
1994 .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
1995 SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
1996 SYSC_HAS_AUTOIDLE),
1997 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1998 .sysc_fields = &omap_hwmod_sysc_type1,
70034d38
VC
1999};
2000
844a3b63
PW
2001static struct omap_hwmod_class omap3xxx_usb_tll_hs_hwmod_class = {
2002 .name = "usb_tll_hs",
2003 .sysc = &omap3xxx_usb_tll_hs_sysc,
70034d38
VC
2004};
2005
844a3b63 2006static struct omap_hwmod_irq_info omap3xxx_usb_tll_hs_irqs[] = {
7d7e1eba
TL
2007 { .name = "tll-irq", .irq = 78 + OMAP_INTC_START, },
2008 { .irq = -1 },
70034d38
VC
2009};
2010
844a3b63
PW
2011static struct omap_hwmod omap3xxx_usb_tll_hs_hwmod = {
2012 .name = "usb_tll_hs",
2013 .class = &omap3xxx_usb_tll_hs_hwmod_class,
c6c56697 2014 .clkdm_name = "core_l4_clkdm",
844a3b63
PW
2015 .mpu_irqs = omap3xxx_usb_tll_hs_irqs,
2016 .main_clk = "usbtll_fck",
2017 .prcm = {
70034d38 2018 .omap2 = {
844a3b63
PW
2019 .module_offs = CORE_MOD,
2020 .prcm_reg_id = 3,
2021 .module_bit = OMAP3430ES2_EN_USBTLL_SHIFT,
2022 .idlest_reg_id = 3,
2023 .idlest_idle_bit = OMAP3430ES2_ST_USBTLL_SHIFT,
70034d38
VC
2024 },
2025 },
70034d38
VC
2026};
2027
45a4bb06
PW
2028static struct omap_hwmod omap3xxx_hdq1w_hwmod = {
2029 .name = "hdq1w",
2030 .mpu_irqs = omap2_hdq1w_mpu_irqs,
2031 .main_clk = "hdq_fck",
2032 .prcm = {
2033 .omap2 = {
2034 .module_offs = CORE_MOD,
2035 .prcm_reg_id = 1,
2036 .module_bit = OMAP3430_EN_HDQ_SHIFT,
2037 .idlest_reg_id = 1,
2038 .idlest_idle_bit = OMAP3430_ST_HDQ_SHIFT,
2039 },
2040 },
2041 .class = &omap2_hdq1w_class,
2042};
2043
8f993a01
TK
2044/* SAD2D */
2045static struct omap_hwmod_rst_info omap3xxx_sad2d_resets[] = {
2046 { .name = "rst_modem_pwron_sw", .rst_shift = 0 },
2047 { .name = "rst_modem_sw", .rst_shift = 1 },
2048};
2049
2050static struct omap_hwmod_class omap3xxx_sad2d_class = {
2051 .name = "sad2d",
2052};
2053
2054static struct omap_hwmod omap3xxx_sad2d_hwmod = {
2055 .name = "sad2d",
2056 .rst_lines = omap3xxx_sad2d_resets,
2057 .rst_lines_cnt = ARRAY_SIZE(omap3xxx_sad2d_resets),
2058 .main_clk = "sad2d_ick",
2059 .prcm = {
2060 .omap2 = {
2061 .module_offs = CORE_MOD,
2062 .prcm_reg_id = 1,
2063 .module_bit = OMAP3430_EN_SAD2D_SHIFT,
2064 .idlest_reg_id = 1,
2065 .idlest_idle_bit = OMAP3430_ST_SAD2D_SHIFT,
2066 },
2067 },
2068 .class = &omap3xxx_sad2d_class,
2069};
2070
c8d82ff6
VH
2071/*
2072 * '32K sync counter' class
2073 * 32-bit ordinary counter, clocked by the falling edge of the 32 khz clock
2074 */
2075static struct omap_hwmod_class_sysconfig omap3xxx_counter_sysc = {
2076 .rev_offs = 0x0000,
2077 .sysc_offs = 0x0004,
2078 .sysc_flags = SYSC_HAS_SIDLEMODE,
2079 .idlemodes = (SIDLE_FORCE | SIDLE_NO),
2080 .sysc_fields = &omap_hwmod_sysc_type1,
2081};
2082
2083static struct omap_hwmod_class omap3xxx_counter_hwmod_class = {
2084 .name = "counter",
2085 .sysc = &omap3xxx_counter_sysc,
2086};
2087
2088static struct omap_hwmod omap3xxx_counter_32k_hwmod = {
2089 .name = "counter_32k",
2090 .class = &omap3xxx_counter_hwmod_class,
2091 .clkdm_name = "wkup_clkdm",
2092 .flags = HWMOD_SWSUP_SIDLE,
2093 .main_clk = "wkup_32k_fck",
2094 .prcm = {
2095 .omap2 = {
2096 .module_offs = WKUP_MOD,
2097 .prcm_reg_id = 1,
2098 .module_bit = OMAP3430_ST_32KSYNC_SHIFT,
2099 .idlest_reg_id = 1,
2100 .idlest_idle_bit = OMAP3430_ST_32KSYNC_SHIFT,
2101 },
2102 },
2103};
2104
49484a60
AM
2105/*
2106 * 'gpmc' class
2107 * general purpose memory controller
2108 */
2109
2110static struct omap_hwmod_class_sysconfig omap3xxx_gpmc_sysc = {
2111 .rev_offs = 0x0000,
2112 .sysc_offs = 0x0010,
2113 .syss_offs = 0x0014,
2114 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE |
2115 SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
2116 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
2117 .sysc_fields = &omap_hwmod_sysc_type1,
2118};
2119
2120static struct omap_hwmod_class omap3xxx_gpmc_hwmod_class = {
2121 .name = "gpmc",
2122 .sysc = &omap3xxx_gpmc_sysc,
2123};
2124
2125static struct omap_hwmod_irq_info omap3xxx_gpmc_irqs[] = {
6d4c8830 2126 { .irq = 20 + OMAP_INTC_START, },
49484a60
AM
2127 { .irq = -1 }
2128};
2129
2130static struct omap_hwmod omap3xxx_gpmc_hwmod = {
2131 .name = "gpmc",
2132 .class = &omap3xxx_gpmc_hwmod_class,
2133 .clkdm_name = "core_l3_clkdm",
2134 .mpu_irqs = omap3xxx_gpmc_irqs,
2135 .main_clk = "gpmc_fck",
63aa945b
TL
2136 /* Skip reset for CONFIG_OMAP_GPMC_DEBUG for bootloader timings */
2137 .flags = HWMOD_NO_IDLEST | DEBUG_OMAP_GPMC_HWMOD_FLAGS,
49484a60
AM
2138};
2139
844a3b63
PW
2140/*
2141 * interfaces
2142 */
2143
2144/* L3 -> L4_CORE interface */
2145static struct omap_hwmod_ocp_if omap3xxx_l3_main__l4_core = {
2146 .master = &omap3xxx_l3_main_hwmod,
2147 .slave = &omap3xxx_l4_core_hwmod,
2148 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2149};
2150
844a3b63
PW
2151/* L3 -> L4_PER interface */
2152static struct omap_hwmod_ocp_if omap3xxx_l3_main__l4_per = {
2153 .master = &omap3xxx_l3_main_hwmod,
2154 .slave = &omap3xxx_l4_per_hwmod,
2155 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2156};
2157
844a3b63
PW
2158static struct omap_hwmod_addr_space omap3xxx_l3_main_addrs[] = {
2159 {
2160 .pa_start = 0x68000000,
2161 .pa_end = 0x6800ffff,
2162 .flags = ADDR_TYPE_RT,
70034d38 2163 },
844a3b63 2164 { }
70034d38
VC
2165};
2166
844a3b63
PW
2167/* MPU -> L3 interface */
2168static struct omap_hwmod_ocp_if omap3xxx_mpu__l3_main = {
2169 .master = &omap3xxx_mpu_hwmod,
2170 .slave = &omap3xxx_l3_main_hwmod,
2171 .addr = omap3xxx_l3_main_addrs,
2172 .user = OCP_USER_MPU,
70034d38
VC
2173};
2174
c7dad45f
JH
2175static struct omap_hwmod_addr_space omap3xxx_l4_emu_addrs[] = {
2176 {
2177 .pa_start = 0x54000000,
2178 .pa_end = 0x547fffff,
2179 .flags = ADDR_TYPE_RT,
2180 },
2181 { }
2182};
2183
2184/* l3 -> debugss */
2185static struct omap_hwmod_ocp_if omap3xxx_l3_main__l4_debugss = {
2186 .master = &omap3xxx_l3_main_hwmod,
2187 .slave = &omap3xxx_debugss_hwmod,
76a5d9bf 2188 .addr = omap3xxx_l4_emu_addrs,
c7dad45f
JH
2189 .user = OCP_USER_MPU,
2190};
2191
844a3b63
PW
2192/* DSS -> l3 */
2193static struct omap_hwmod_ocp_if omap3430es1_dss__l3 = {
2194 .master = &omap3430es1_dss_core_hwmod,
2195 .slave = &omap3xxx_l3_main_hwmod,
2196 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2197};
2198
844a3b63
PW
2199static struct omap_hwmod_ocp_if omap3xxx_dss__l3 = {
2200 .master = &omap3xxx_dss_core_hwmod,
2201 .slave = &omap3xxx_l3_main_hwmod,
2202 .fw = {
70034d38 2203 .omap2 = {
844a3b63
PW
2204 .l3_perm_bit = OMAP3_L3_CORE_FW_INIT_ID_DSS,
2205 .flags = OMAP_FIREWALL_L3,
2206 }
70034d38 2207 },
844a3b63 2208 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2209};
2210
844a3b63
PW
2211/* l3_core -> usbhsotg interface */
2212static struct omap_hwmod_ocp_if omap3xxx_usbhsotg__l3 = {
2213 .master = &omap3xxx_usbhsotg_hwmod,
01438ab6
MK
2214 .slave = &omap3xxx_l3_main_hwmod,
2215 .clk = "core_l3_ick",
844a3b63 2216 .user = OCP_USER_MPU,
01438ab6
MK
2217};
2218
844a3b63
PW
2219/* l3_core -> am35xx_usbhsotg interface */
2220static struct omap_hwmod_ocp_if am35xx_usbhsotg__l3 = {
2221 .master = &am35xx_usbhsotg_hwmod,
2222 .slave = &omap3xxx_l3_main_hwmod,
89ea2583 2223 .clk = "hsotgusb_ick",
844a3b63 2224 .user = OCP_USER_MPU,
01438ab6 2225};
89ea2583 2226
8f993a01
TK
2227/* l3_core -> sad2d interface */
2228static struct omap_hwmod_ocp_if omap3xxx_sad2d__l3 = {
2229 .master = &omap3xxx_sad2d_hwmod,
2230 .slave = &omap3xxx_l3_main_hwmod,
2231 .clk = "core_l3_ick",
2232 .user = OCP_USER_MPU,
2233};
2234
844a3b63
PW
2235/* L4_CORE -> L4_WKUP interface */
2236static struct omap_hwmod_ocp_if omap3xxx_l4_core__l4_wkup = {
2237 .master = &omap3xxx_l4_core_hwmod,
2238 .slave = &omap3xxx_l4_wkup_hwmod,
2239 .user = OCP_USER_MPU | OCP_USER_SDMA,
01438ab6
MK
2240};
2241
844a3b63
PW
2242/* L4 CORE -> MMC1 interface */
2243static struct omap_hwmod_ocp_if omap3xxx_l4_core__pre_es3_mmc1 = {
01438ab6 2244 .master = &omap3xxx_l4_core_hwmod,
844a3b63
PW
2245 .slave = &omap3xxx_pre_es3_mmc1_hwmod,
2246 .clk = "mmchs1_ick",
2247 .addr = omap2430_mmc1_addr_space,
01438ab6 2248 .user = OCP_USER_MPU | OCP_USER_SDMA,
844a3b63 2249 .flags = OMAP_FIREWALL_L4
01438ab6
MK
2250};
2251
844a3b63
PW
2252static struct omap_hwmod_ocp_if omap3xxx_l4_core__es3plus_mmc1 = {
2253 .master = &omap3xxx_l4_core_hwmod,
2254 .slave = &omap3xxx_es3plus_mmc1_hwmod,
2255 .clk = "mmchs1_ick",
2256 .addr = omap2430_mmc1_addr_space,
2257 .user = OCP_USER_MPU | OCP_USER_SDMA,
2258 .flags = OMAP_FIREWALL_L4
01438ab6
MK
2259};
2260
844a3b63
PW
2261/* L4 CORE -> MMC2 interface */
2262static struct omap_hwmod_ocp_if omap3xxx_l4_core__pre_es3_mmc2 = {
2263 .master = &omap3xxx_l4_core_hwmod,
2264 .slave = &omap3xxx_pre_es3_mmc2_hwmod,
2265 .clk = "mmchs2_ick",
2266 .addr = omap2430_mmc2_addr_space,
2267 .user = OCP_USER_MPU | OCP_USER_SDMA,
2268 .flags = OMAP_FIREWALL_L4
2269};
70034d38 2270
844a3b63
PW
2271static struct omap_hwmod_ocp_if omap3xxx_l4_core__es3plus_mmc2 = {
2272 .master = &omap3xxx_l4_core_hwmod,
2273 .slave = &omap3xxx_es3plus_mmc2_hwmod,
2274 .clk = "mmchs2_ick",
2275 .addr = omap2430_mmc2_addr_space,
2276 .user = OCP_USER_MPU | OCP_USER_SDMA,
2277 .flags = OMAP_FIREWALL_L4
70034d38
VC
2278};
2279
844a3b63
PW
2280/* L4 CORE -> MMC3 interface */
2281static struct omap_hwmod_addr_space omap3xxx_mmc3_addr_space[] = {
2282 {
2283 .pa_start = 0x480ad000,
2284 .pa_end = 0x480ad1ff,
2285 .flags = ADDR_TYPE_RT,
2286 },
2287 { }
70034d38
VC
2288};
2289
844a3b63
PW
2290static struct omap_hwmod_ocp_if omap3xxx_l4_core__mmc3 = {
2291 .master = &omap3xxx_l4_core_hwmod,
2292 .slave = &omap3xxx_mmc3_hwmod,
2293 .clk = "mmchs3_ick",
2294 .addr = omap3xxx_mmc3_addr_space,
2295 .user = OCP_USER_MPU | OCP_USER_SDMA,
2296 .flags = OMAP_FIREWALL_L4
70034d38
VC
2297};
2298
844a3b63
PW
2299/* L4 CORE -> UART1 interface */
2300static struct omap_hwmod_addr_space omap3xxx_uart1_addr_space[] = {
dc48e5fc 2301 {
844a3b63
PW
2302 .pa_start = OMAP3_UART1_BASE,
2303 .pa_end = OMAP3_UART1_BASE + SZ_8K - 1,
2304 .flags = ADDR_MAP_ON_INIT | ADDR_TYPE_RT,
dc48e5fc 2305 },
78183f3f 2306 { }
70034d38
VC
2307};
2308
844a3b63 2309static struct omap_hwmod_ocp_if omap3_l4_core__uart1 = {
dc48e5fc 2310 .master = &omap3xxx_l4_core_hwmod,
844a3b63
PW
2311 .slave = &omap3xxx_uart1_hwmod,
2312 .clk = "uart1_ick",
2313 .addr = omap3xxx_uart1_addr_space,
dc48e5fc 2314 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2315};
2316
844a3b63
PW
2317/* L4 CORE -> UART2 interface */
2318static struct omap_hwmod_addr_space omap3xxx_uart2_addr_space[] = {
2319 {
2320 .pa_start = OMAP3_UART2_BASE,
2321 .pa_end = OMAP3_UART2_BASE + SZ_1K - 1,
2322 .flags = ADDR_MAP_ON_INIT | ADDR_TYPE_RT,
70034d38 2323 },
844a3b63 2324 { }
70034d38
VC
2325};
2326
844a3b63
PW
2327static struct omap_hwmod_ocp_if omap3_l4_core__uart2 = {
2328 .master = &omap3xxx_l4_core_hwmod,
2329 .slave = &omap3xxx_uart2_hwmod,
2330 .clk = "uart2_ick",
2331 .addr = omap3xxx_uart2_addr_space,
2332 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2333};
2334
844a3b63
PW
2335/* L4 PER -> UART3 interface */
2336static struct omap_hwmod_addr_space omap3xxx_uart3_addr_space[] = {
dc48e5fc 2337 {
844a3b63
PW
2338 .pa_start = OMAP3_UART3_BASE,
2339 .pa_end = OMAP3_UART3_BASE + SZ_1K - 1,
2340 .flags = ADDR_MAP_ON_INIT | ADDR_TYPE_RT,
70034d38 2341 },
78183f3f 2342 { }
70034d38
VC
2343};
2344
844a3b63 2345static struct omap_hwmod_ocp_if omap3_l4_per__uart3 = {
dc48e5fc 2346 .master = &omap3xxx_l4_per_hwmod,
844a3b63
PW
2347 .slave = &omap3xxx_uart3_hwmod,
2348 .clk = "uart3_ick",
2349 .addr = omap3xxx_uart3_addr_space,
dc48e5fc 2350 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2351};
2352
844a3b63
PW
2353/* L4 PER -> UART4 interface */
2354static struct omap_hwmod_addr_space omap36xx_uart4_addr_space[] = {
2355 {
2356 .pa_start = OMAP3_UART4_BASE,
2357 .pa_end = OMAP3_UART4_BASE + SZ_1K - 1,
2358 .flags = ADDR_MAP_ON_INIT | ADDR_TYPE_RT,
70034d38 2359 },
844a3b63 2360 { }
70034d38
VC
2361};
2362
844a3b63
PW
2363static struct omap_hwmod_ocp_if omap36xx_l4_per__uart4 = {
2364 .master = &omap3xxx_l4_per_hwmod,
2365 .slave = &omap36xx_uart4_hwmod,
2366 .clk = "uart4_ick",
2367 .addr = omap36xx_uart4_addr_space,
2368 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2369};
2370
844a3b63
PW
2371/* AM35xx: L4 CORE -> UART4 interface */
2372static struct omap_hwmod_addr_space am35xx_uart4_addr_space[] = {
dc48e5fc 2373 {
844a3b63
PW
2374 .pa_start = OMAP3_UART4_AM35XX_BASE,
2375 .pa_end = OMAP3_UART4_AM35XX_BASE + SZ_1K - 1,
2376 .flags = ADDR_MAP_ON_INIT | ADDR_TYPE_RT,
dc48e5fc 2377 },
bf765237 2378 { }
70034d38
VC
2379};
2380
844a3b63
PW
2381static struct omap_hwmod_ocp_if am35xx_l4_core__uart4 = {
2382 .master = &omap3xxx_l4_core_hwmod,
2383 .slave = &am35xx_uart4_hwmod,
2384 .clk = "uart4_ick",
2385 .addr = am35xx_uart4_addr_space,
dc48e5fc
C
2386 .user = OCP_USER_MPU | OCP_USER_SDMA,
2387};
2388
844a3b63
PW
2389/* L4 CORE -> I2C1 interface */
2390static struct omap_hwmod_ocp_if omap3_l4_core__i2c1 = {
2391 .master = &omap3xxx_l4_core_hwmod,
2392 .slave = &omap3xxx_i2c1_hwmod,
2393 .clk = "i2c1_ick",
2394 .addr = omap2_i2c1_addr_space,
2395 .fw = {
2396 .omap2 = {
2397 .l4_fw_region = OMAP3_L4_CORE_FW_I2C1_REGION,
2398 .l4_prot_group = 7,
2399 .flags = OMAP_FIREWALL_L4,
2400 }
2401 },
2402 .user = OCP_USER_MPU | OCP_USER_SDMA,
8b1906f1
KVA
2403};
2404
844a3b63
PW
2405/* L4 CORE -> I2C2 interface */
2406static struct omap_hwmod_ocp_if omap3_l4_core__i2c2 = {
2407 .master = &omap3xxx_l4_core_hwmod,
2408 .slave = &omap3xxx_i2c2_hwmod,
2409 .clk = "i2c2_ick",
2410 .addr = omap2_i2c2_addr_space,
2411 .fw = {
70034d38 2412 .omap2 = {
844a3b63
PW
2413 .l4_fw_region = OMAP3_L4_CORE_FW_I2C2_REGION,
2414 .l4_prot_group = 7,
2415 .flags = OMAP_FIREWALL_L4,
2416 }
70034d38 2417 },
844a3b63 2418 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2419};
2420
844a3b63
PW
2421/* L4 CORE -> I2C3 interface */
2422static struct omap_hwmod_addr_space omap3xxx_i2c3_addr_space[] = {
2423 {
2424 .pa_start = 0x48060000,
2425 .pa_end = 0x48060000 + SZ_128 - 1,
2426 .flags = ADDR_TYPE_RT,
2427 },
2428 { }
70034d38
VC
2429};
2430
844a3b63
PW
2431static struct omap_hwmod_ocp_if omap3_l4_core__i2c3 = {
2432 .master = &omap3xxx_l4_core_hwmod,
2433 .slave = &omap3xxx_i2c3_hwmod,
2434 .clk = "i2c3_ick",
2435 .addr = omap3xxx_i2c3_addr_space,
2436 .fw = {
2437 .omap2 = {
2438 .l4_fw_region = OMAP3_L4_CORE_FW_I2C3_REGION,
2439 .l4_prot_group = 7,
2440 .flags = OMAP_FIREWALL_L4,
2441 }
2442 },
2443 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2444};
2445
844a3b63
PW
2446/* L4 CORE -> SR1 interface */
2447static struct omap_hwmod_addr_space omap3_sr1_addr_space[] = {
dc48e5fc 2448 {
844a3b63
PW
2449 .pa_start = OMAP34XX_SR1_BASE,
2450 .pa_end = OMAP34XX_SR1_BASE + SZ_1K - 1,
2451 .flags = ADDR_TYPE_RT,
dc48e5fc 2452 },
78183f3f 2453 { }
70034d38
VC
2454};
2455
844a3b63
PW
2456static struct omap_hwmod_ocp_if omap34xx_l4_core__sr1 = {
2457 .master = &omap3xxx_l4_core_hwmod,
2458 .slave = &omap34xx_sr1_hwmod,
2459 .clk = "sr_l4_ick",
2460 .addr = omap3_sr1_addr_space,
2461 .user = OCP_USER_MPU,
70034d38
VC
2462};
2463
844a3b63
PW
2464static struct omap_hwmod_ocp_if omap36xx_l4_core__sr1 = {
2465 .master = &omap3xxx_l4_core_hwmod,
2466 .slave = &omap36xx_sr1_hwmod,
2467 .clk = "sr_l4_ick",
2468 .addr = omap3_sr1_addr_space,
2469 .user = OCP_USER_MPU,
2470};
2471
2472/* L4 CORE -> SR1 interface */
2473static struct omap_hwmod_addr_space omap3_sr2_addr_space[] = {
2474 {
2475 .pa_start = OMAP34XX_SR2_BASE,
2476 .pa_end = OMAP34XX_SR2_BASE + SZ_1K - 1,
2477 .flags = ADDR_TYPE_RT,
70034d38 2478 },
844a3b63 2479 { }
70034d38
VC
2480};
2481
844a3b63
PW
2482static struct omap_hwmod_ocp_if omap34xx_l4_core__sr2 = {
2483 .master = &omap3xxx_l4_core_hwmod,
2484 .slave = &omap34xx_sr2_hwmod,
2485 .clk = "sr_l4_ick",
2486 .addr = omap3_sr2_addr_space,
2487 .user = OCP_USER_MPU,
70034d38
VC
2488};
2489
844a3b63
PW
2490static struct omap_hwmod_ocp_if omap36xx_l4_core__sr2 = {
2491 .master = &omap3xxx_l4_core_hwmod,
2492 .slave = &omap36xx_sr2_hwmod,
2493 .clk = "sr_l4_ick",
2494 .addr = omap3_sr2_addr_space,
2495 .user = OCP_USER_MPU,
70034d38
VC
2496};
2497
844a3b63 2498static struct omap_hwmod_addr_space omap3xxx_usbhsotg_addrs[] = {
dc48e5fc 2499 {
844a3b63
PW
2500 .pa_start = OMAP34XX_HSUSB_OTG_BASE,
2501 .pa_end = OMAP34XX_HSUSB_OTG_BASE + SZ_4K - 1,
dc48e5fc
C
2502 .flags = ADDR_TYPE_RT
2503 },
78183f3f 2504 { }
70034d38
VC
2505};
2506
844a3b63
PW
2507/* l4_core -> usbhsotg */
2508static struct omap_hwmod_ocp_if omap3xxx_l4_core__usbhsotg = {
dc48e5fc 2509 .master = &omap3xxx_l4_core_hwmod,
844a3b63
PW
2510 .slave = &omap3xxx_usbhsotg_hwmod,
2511 .clk = "l4_ick",
2512 .addr = omap3xxx_usbhsotg_addrs,
2513 .user = OCP_USER_MPU,
dc48e5fc
C
2514};
2515
844a3b63
PW
2516static struct omap_hwmod_addr_space am35xx_usbhsotg_addrs[] = {
2517 {
2518 .pa_start = AM35XX_IPSS_USBOTGSS_BASE,
2519 .pa_end = AM35XX_IPSS_USBOTGSS_BASE + SZ_4K - 1,
2520 .flags = ADDR_TYPE_RT
70034d38 2521 },
844a3b63 2522 { }
70034d38
VC
2523};
2524
844a3b63
PW
2525/* l4_core -> usbhsotg */
2526static struct omap_hwmod_ocp_if am35xx_l4_core__usbhsotg = {
2527 .master = &omap3xxx_l4_core_hwmod,
2528 .slave = &am35xx_usbhsotg_hwmod,
89ea2583 2529 .clk = "hsotgusb_ick",
844a3b63
PW
2530 .addr = am35xx_usbhsotg_addrs,
2531 .user = OCP_USER_MPU,
01438ab6
MK
2532};
2533
844a3b63
PW
2534/* L4_WKUP -> L4_SEC interface */
2535static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__l4_sec = {
2536 .master = &omap3xxx_l4_wkup_hwmod,
2537 .slave = &omap3xxx_l4_sec_hwmod,
2538 .user = OCP_USER_MPU | OCP_USER_SDMA,
01438ab6
MK
2539};
2540
844a3b63
PW
2541/* IVA2 <- L3 interface */
2542static struct omap_hwmod_ocp_if omap3xxx_l3__iva = {
2543 .master = &omap3xxx_l3_main_hwmod,
2544 .slave = &omap3xxx_iva_hwmod,
064931ab 2545 .clk = "core_l3_ick",
844a3b63 2546 .user = OCP_USER_MPU | OCP_USER_SDMA,
01438ab6
MK
2547};
2548
844a3b63 2549static struct omap_hwmod_addr_space omap3xxx_timer1_addrs[] = {
dc48e5fc 2550 {
844a3b63
PW
2551 .pa_start = 0x48318000,
2552 .pa_end = 0x48318000 + SZ_1K - 1,
dc48e5fc
C
2553 .flags = ADDR_TYPE_RT
2554 },
78183f3f 2555 { }
01438ab6
MK
2556};
2557
844a3b63
PW
2558/* l4_wkup -> timer1 */
2559static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__timer1 = {
2560 .master = &omap3xxx_l4_wkup_hwmod,
2561 .slave = &omap3xxx_timer1_hwmod,
2562 .clk = "gpt1_ick",
2563 .addr = omap3xxx_timer1_addrs,
2564 .user = OCP_USER_MPU | OCP_USER_SDMA,
01438ab6
MK
2565};
2566
844a3b63
PW
2567static struct omap_hwmod_addr_space omap3xxx_timer2_addrs[] = {
2568 {
2569 .pa_start = 0x49032000,
2570 .pa_end = 0x49032000 + SZ_1K - 1,
2571 .flags = ADDR_TYPE_RT
01438ab6 2572 },
844a3b63 2573 { }
01438ab6
MK
2574};
2575
844a3b63
PW
2576/* l4_per -> timer2 */
2577static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer2 = {
2578 .master = &omap3xxx_l4_per_hwmod,
2579 .slave = &omap3xxx_timer2_hwmod,
2580 .clk = "gpt2_ick",
2581 .addr = omap3xxx_timer2_addrs,
2582 .user = OCP_USER_MPU | OCP_USER_SDMA,
01438ab6
MK
2583};
2584
844a3b63 2585static struct omap_hwmod_addr_space omap3xxx_timer3_addrs[] = {
dc48e5fc 2586 {
844a3b63
PW
2587 .pa_start = 0x49034000,
2588 .pa_end = 0x49034000 + SZ_1K - 1,
dc48e5fc
C
2589 .flags = ADDR_TYPE_RT
2590 },
78183f3f 2591 { }
01438ab6
MK
2592};
2593
844a3b63
PW
2594/* l4_per -> timer3 */
2595static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer3 = {
dc48e5fc 2596 .master = &omap3xxx_l4_per_hwmod,
844a3b63
PW
2597 .slave = &omap3xxx_timer3_hwmod,
2598 .clk = "gpt3_ick",
2599 .addr = omap3xxx_timer3_addrs,
2600 .user = OCP_USER_MPU | OCP_USER_SDMA,
01438ab6
MK
2601};
2602
844a3b63
PW
2603static struct omap_hwmod_addr_space omap3xxx_timer4_addrs[] = {
2604 {
2605 .pa_start = 0x49036000,
2606 .pa_end = 0x49036000 + SZ_1K - 1,
2607 .flags = ADDR_TYPE_RT
01438ab6 2608 },
844a3b63 2609 { }
01438ab6
MK
2610};
2611
844a3b63
PW
2612/* l4_per -> timer4 */
2613static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer4 = {
2614 .master = &omap3xxx_l4_per_hwmod,
2615 .slave = &omap3xxx_timer4_hwmod,
2616 .clk = "gpt4_ick",
2617 .addr = omap3xxx_timer4_addrs,
2618 .user = OCP_USER_MPU | OCP_USER_SDMA,
d3442726
TG
2619};
2620
844a3b63
PW
2621static struct omap_hwmod_addr_space omap3xxx_timer5_addrs[] = {
2622 {
2623 .pa_start = 0x49038000,
2624 .pa_end = 0x49038000 + SZ_1K - 1,
2625 .flags = ADDR_TYPE_RT
2626 },
2627 { }
d3442726
TG
2628};
2629
844a3b63
PW
2630/* l4_per -> timer5 */
2631static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer5 = {
2632 .master = &omap3xxx_l4_per_hwmod,
2633 .slave = &omap3xxx_timer5_hwmod,
2634 .clk = "gpt5_ick",
2635 .addr = omap3xxx_timer5_addrs,
2636 .user = OCP_USER_MPU | OCP_USER_SDMA,
d3442726
TG
2637};
2638
844a3b63
PW
2639static struct omap_hwmod_addr_space omap3xxx_timer6_addrs[] = {
2640 {
2641 .pa_start = 0x4903A000,
2642 .pa_end = 0x4903A000 + SZ_1K - 1,
2643 .flags = ADDR_TYPE_RT
2644 },
2645 { }
cea6b942
SG
2646};
2647
844a3b63
PW
2648/* l4_per -> timer6 */
2649static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer6 = {
2650 .master = &omap3xxx_l4_per_hwmod,
2651 .slave = &omap3xxx_timer6_hwmod,
2652 .clk = "gpt6_ick",
2653 .addr = omap3xxx_timer6_addrs,
2654 .user = OCP_USER_MPU | OCP_USER_SDMA,
d3442726
TG
2655};
2656
844a3b63
PW
2657static struct omap_hwmod_addr_space omap3xxx_timer7_addrs[] = {
2658 {
2659 .pa_start = 0x4903C000,
2660 .pa_end = 0x4903C000 + SZ_1K - 1,
2661 .flags = ADDR_TYPE_RT
d3442726 2662 },
844a3b63 2663 { }
d3442726
TG
2664};
2665
844a3b63
PW
2666/* l4_per -> timer7 */
2667static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer7 = {
2668 .master = &omap3xxx_l4_per_hwmod,
2669 .slave = &omap3xxx_timer7_hwmod,
2670 .clk = "gpt7_ick",
2671 .addr = omap3xxx_timer7_addrs,
2672 .user = OCP_USER_MPU | OCP_USER_SDMA,
cea6b942
SG
2673};
2674
844a3b63
PW
2675static struct omap_hwmod_addr_space omap3xxx_timer8_addrs[] = {
2676 {
2677 .pa_start = 0x4903E000,
2678 .pa_end = 0x4903E000 + SZ_1K - 1,
2679 .flags = ADDR_TYPE_RT
d3442726 2680 },
844a3b63 2681 { }
d3442726
TG
2682};
2683
844a3b63
PW
2684/* l4_per -> timer8 */
2685static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer8 = {
2686 .master = &omap3xxx_l4_per_hwmod,
2687 .slave = &omap3xxx_timer8_hwmod,
2688 .clk = "gpt8_ick",
2689 .addr = omap3xxx_timer8_addrs,
2690 .user = OCP_USER_MPU | OCP_USER_SDMA,
d3442726
TG
2691};
2692
844a3b63
PW
2693static struct omap_hwmod_addr_space omap3xxx_timer9_addrs[] = {
2694 {
2695 .pa_start = 0x49040000,
2696 .pa_end = 0x49040000 + SZ_1K - 1,
2697 .flags = ADDR_TYPE_RT
2698 },
2699 { }
2700};
0f9dfdd3 2701
844a3b63
PW
2702/* l4_per -> timer9 */
2703static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer9 = {
2704 .master = &omap3xxx_l4_per_hwmod,
2705 .slave = &omap3xxx_timer9_hwmod,
2706 .clk = "gpt9_ick",
2707 .addr = omap3xxx_timer9_addrs,
2708 .user = OCP_USER_MPU | OCP_USER_SDMA,
0f9dfdd3
FC
2709};
2710
844a3b63
PW
2711/* l4_core -> timer10 */
2712static struct omap_hwmod_ocp_if omap3xxx_l4_core__timer10 = {
2713 .master = &omap3xxx_l4_core_hwmod,
2714 .slave = &omap3xxx_timer10_hwmod,
2715 .clk = "gpt10_ick",
2716 .addr = omap2_timer10_addrs,
2717 .user = OCP_USER_MPU | OCP_USER_SDMA,
0f9dfdd3
FC
2718};
2719
844a3b63
PW
2720/* l4_core -> timer11 */
2721static struct omap_hwmod_ocp_if omap3xxx_l4_core__timer11 = {
2722 .master = &omap3xxx_l4_core_hwmod,
2723 .slave = &omap3xxx_timer11_hwmod,
2724 .clk = "gpt11_ick",
2725 .addr = omap2_timer11_addrs,
2726 .user = OCP_USER_MPU | OCP_USER_SDMA,
0f9dfdd3
FC
2727};
2728
844a3b63 2729static struct omap_hwmod_addr_space omap3xxx_timer12_addrs[] = {
0f9dfdd3 2730 {
844a3b63
PW
2731 .pa_start = 0x48304000,
2732 .pa_end = 0x48304000 + SZ_1K - 1,
2733 .flags = ADDR_TYPE_RT
0f9dfdd3 2734 },
78183f3f 2735 { }
0f9dfdd3
FC
2736};
2737
844a3b63
PW
2738/* l4_core -> timer12 */
2739static struct omap_hwmod_ocp_if omap3xxx_l4_sec__timer12 = {
2740 .master = &omap3xxx_l4_sec_hwmod,
2741 .slave = &omap3xxx_timer12_hwmod,
2742 .clk = "gpt12_ick",
2743 .addr = omap3xxx_timer12_addrs,
0f9dfdd3
FC
2744 .user = OCP_USER_MPU | OCP_USER_SDMA,
2745};
2746
844a3b63
PW
2747/* l4_wkup -> wd_timer2 */
2748static struct omap_hwmod_addr_space omap3xxx_wd_timer2_addrs[] = {
2749 {
2750 .pa_start = 0x48314000,
2751 .pa_end = 0x4831407f,
2752 .flags = ADDR_TYPE_RT
0f9dfdd3 2753 },
844a3b63 2754 { }
0f9dfdd3
FC
2755};
2756
844a3b63
PW
2757static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__wd_timer2 = {
2758 .master = &omap3xxx_l4_wkup_hwmod,
2759 .slave = &omap3xxx_wd_timer2_hwmod,
2760 .clk = "wdt2_ick",
2761 .addr = omap3xxx_wd_timer2_addrs,
2762 .user = OCP_USER_MPU | OCP_USER_SDMA,
2763};
2764
2765/* l4_core -> dss */
2766static struct omap_hwmod_ocp_if omap3430es1_l4_core__dss = {
0f616a4e 2767 .master = &omap3xxx_l4_core_hwmod,
844a3b63
PW
2768 .slave = &omap3430es1_dss_core_hwmod,
2769 .clk = "dss_ick",
2770 .addr = omap2_dss_addrs,
2771 .fw = {
2772 .omap2 = {
2773 .l4_fw_region = OMAP3ES1_L4_CORE_FW_DSS_CORE_REGION,
2774 .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP,
2775 .flags = OMAP_FIREWALL_L4,
2776 }
2777 },
0f616a4e
C
2778 .user = OCP_USER_MPU | OCP_USER_SDMA,
2779};
2780
844a3b63 2781static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss = {
0f616a4e 2782 .master = &omap3xxx_l4_core_hwmod,
844a3b63
PW
2783 .slave = &omap3xxx_dss_core_hwmod,
2784 .clk = "dss_ick",
2785 .addr = omap2_dss_addrs,
2786 .fw = {
2787 .omap2 = {
2788 .l4_fw_region = OMAP3_L4_CORE_FW_DSS_CORE_REGION,
2789 .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP,
2790 .flags = OMAP_FIREWALL_L4,
2791 }
2792 },
0f616a4e
C
2793 .user = OCP_USER_MPU | OCP_USER_SDMA,
2794};
2795
844a3b63
PW
2796/* l4_core -> dss_dispc */
2797static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_dispc = {
0f616a4e 2798 .master = &omap3xxx_l4_core_hwmod,
844a3b63
PW
2799 .slave = &omap3xxx_dss_dispc_hwmod,
2800 .clk = "dss_ick",
2801 .addr = omap2_dss_dispc_addrs,
2802 .fw = {
2803 .omap2 = {
2804 .l4_fw_region = OMAP3_L4_CORE_FW_DSS_DISPC_REGION,
2805 .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP,
2806 .flags = OMAP_FIREWALL_L4,
2807 }
2808 },
0f616a4e
C
2809 .user = OCP_USER_MPU | OCP_USER_SDMA,
2810};
2811
844a3b63 2812static struct omap_hwmod_addr_space omap3xxx_dss_dsi1_addrs[] = {
0f616a4e 2813 {
844a3b63
PW
2814 .pa_start = 0x4804FC00,
2815 .pa_end = 0x4804FFFF,
2816 .flags = ADDR_TYPE_RT
0f616a4e 2817 },
78183f3f 2818 { }
0f616a4e
C
2819};
2820
844a3b63
PW
2821/* l4_core -> dss_dsi1 */
2822static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_dsi1 = {
0f616a4e 2823 .master = &omap3xxx_l4_core_hwmod,
844a3b63
PW
2824 .slave = &omap3xxx_dss_dsi1_hwmod,
2825 .clk = "dss_ick",
2826 .addr = omap3xxx_dss_dsi1_addrs,
2827 .fw = {
2828 .omap2 = {
2829 .l4_fw_region = OMAP3_L4_CORE_FW_DSS_DSI_REGION,
2830 .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP,
2831 .flags = OMAP_FIREWALL_L4,
2832 }
2833 },
0f616a4e
C
2834 .user = OCP_USER_MPU | OCP_USER_SDMA,
2835};
2836
844a3b63
PW
2837/* l4_core -> dss_rfbi */
2838static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_rfbi = {
2839 .master = &omap3xxx_l4_core_hwmod,
2840 .slave = &omap3xxx_dss_rfbi_hwmod,
2841 .clk = "dss_ick",
2842 .addr = omap2_dss_rfbi_addrs,
2843 .fw = {
0f616a4e 2844 .omap2 = {
844a3b63
PW
2845 .l4_fw_region = OMAP3_L4_CORE_FW_DSS_RFBI_REGION,
2846 .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP ,
2847 .flags = OMAP_FIREWALL_L4,
2848 }
0f616a4e 2849 },
844a3b63 2850 .user = OCP_USER_MPU | OCP_USER_SDMA,
0f616a4e
C
2851};
2852
844a3b63
PW
2853/* l4_core -> dss_venc */
2854static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_venc = {
2855 .master = &omap3xxx_l4_core_hwmod,
2856 .slave = &omap3xxx_dss_venc_hwmod,
2857 .clk = "dss_ick",
2858 .addr = omap2_dss_venc_addrs,
2859 .fw = {
70034d38 2860 .omap2 = {
844a3b63
PW
2861 .l4_fw_region = OMAP3_L4_CORE_FW_DSS_VENC_REGION,
2862 .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP,
2863 .flags = OMAP_FIREWALL_L4,
2864 }
70034d38 2865 },
844a3b63
PW
2866 .flags = OCPIF_SWSUP_IDLE,
2867 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2868};
2869
844a3b63
PW
2870/* l4_wkup -> gpio1 */
2871static struct omap_hwmod_addr_space omap3xxx_gpio1_addrs[] = {
2872 {
2873 .pa_start = 0x48310000,
2874 .pa_end = 0x483101ff,
2875 .flags = ADDR_TYPE_RT
2876 },
2877 { }
70034d38
VC
2878};
2879
844a3b63
PW
2880static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__gpio1 = {
2881 .master = &omap3xxx_l4_wkup_hwmod,
2882 .slave = &omap3xxx_gpio1_hwmod,
2883 .addr = omap3xxx_gpio1_addrs,
2884 .user = OCP_USER_MPU | OCP_USER_SDMA,
0f616a4e
C
2885};
2886
844a3b63
PW
2887/* l4_per -> gpio2 */
2888static struct omap_hwmod_addr_space omap3xxx_gpio2_addrs[] = {
2889 {
2890 .pa_start = 0x49050000,
2891 .pa_end = 0x490501ff,
2892 .flags = ADDR_TYPE_RT
70034d38 2893 },
844a3b63 2894 { }
70034d38
VC
2895};
2896
844a3b63
PW
2897static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio2 = {
2898 .master = &omap3xxx_l4_per_hwmod,
2899 .slave = &omap3xxx_gpio2_hwmod,
2900 .addr = omap3xxx_gpio2_addrs,
2901 .user = OCP_USER_MPU | OCP_USER_SDMA,
70034d38
VC
2902};
2903
844a3b63
PW
2904/* l4_per -> gpio3 */
2905static struct omap_hwmod_addr_space omap3xxx_gpio3_addrs[] = {
2906 {
2907 .pa_start = 0x49052000,
2908 .pa_end = 0x490521ff,
2909 .flags = ADDR_TYPE_RT
2910 },
2911 { }
70034d38
VC
2912};
2913
844a3b63
PW
2914static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio3 = {
2915 .master = &omap3xxx_l4_per_hwmod,
2916 .slave = &omap3xxx_gpio3_hwmod,
2917 .addr = omap3xxx_gpio3_addrs,
2918 .user = OCP_USER_MPU | OCP_USER_SDMA,
0f616a4e
C
2919};
2920
5486474c
PW
2921/*
2922 * 'mmu' class
2923 * The memory management unit performs virtual to physical address translation
2924 * for its requestors.
2925 */
2926
2927static struct omap_hwmod_class_sysconfig mmu_sysc = {
2928 .rev_offs = 0x000,
2929 .sysc_offs = 0x010,
2930 .syss_offs = 0x014,
2931 .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
2932 SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE),
2933 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
2934 .sysc_fields = &omap_hwmod_sysc_type1,
2935};
2936
2937static struct omap_hwmod_class omap3xxx_mmu_hwmod_class = {
2938 .name = "mmu",
2939 .sysc = &mmu_sysc,
2940};
2941
2942/* mmu isp */
5486474c 2943static struct omap_hwmod omap3xxx_mmu_isp_hwmod;
5486474c
PW
2944
2945/* l4_core -> mmu isp */
2946static struct omap_hwmod_ocp_if omap3xxx_l4_core__mmu_isp = {
2947 .master = &omap3xxx_l4_core_hwmod,
2948 .slave = &omap3xxx_mmu_isp_hwmod,
5486474c
PW
2949 .user = OCP_USER_MPU | OCP_USER_SDMA,
2950};
2951
2952static struct omap_hwmod omap3xxx_mmu_isp_hwmod = {
2953 .name = "mmu_isp",
2954 .class = &omap3xxx_mmu_hwmod_class,
5486474c 2955 .main_clk = "cam_ick",
5486474c
PW
2956 .flags = HWMOD_NO_IDLEST,
2957};
2958
5486474c
PW
2959/* mmu iva */
2960
5486474c 2961static struct omap_hwmod omap3xxx_mmu_iva_hwmod;
5486474c
PW
2962
2963static struct omap_hwmod_rst_info omap3xxx_mmu_iva_resets[] = {
2964 { .name = "mmu", .rst_shift = 1, .st_shift = 9 },
2965};
2966
5486474c
PW
2967/* l3_main -> iva mmu */
2968static struct omap_hwmod_ocp_if omap3xxx_l3_main__mmu_iva = {
2969 .master = &omap3xxx_l3_main_hwmod,
2970 .slave = &omap3xxx_mmu_iva_hwmod,
5486474c
PW
2971 .user = OCP_USER_MPU | OCP_USER_SDMA,
2972};
2973
2974static struct omap_hwmod omap3xxx_mmu_iva_hwmod = {
2975 .name = "mmu_iva",
2976 .class = &omap3xxx_mmu_hwmod_class,
200a274f 2977 .clkdm_name = "iva2_clkdm",
5486474c
PW
2978 .rst_lines = omap3xxx_mmu_iva_resets,
2979 .rst_lines_cnt = ARRAY_SIZE(omap3xxx_mmu_iva_resets),
2980 .main_clk = "iva2_ck",
2981 .prcm = {
2982 .omap2 = {
2983 .module_offs = OMAP3430_IVA2_MOD,
200a274f
SA
2984 .module_bit = OMAP3430_CM_FCLKEN_IVA2_EN_IVA2_SHIFT,
2985 .idlest_reg_id = 1,
2986 .idlest_idle_bit = OMAP3430_ST_IVA2_SHIFT,
5486474c
PW
2987 },
2988 },
5486474c
PW
2989 .flags = HWMOD_NO_IDLEST,
2990};
2991
844a3b63
PW
2992/* l4_per -> gpio4 */
2993static struct omap_hwmod_addr_space omap3xxx_gpio4_addrs[] = {
2994 {
2995 .pa_start = 0x49054000,
2996 .pa_end = 0x490541ff,
2997 .flags = ADDR_TYPE_RT
70034d38 2998 },
844a3b63 2999 { }
70034d38
VC
3000};
3001
844a3b63
PW
3002static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio4 = {
3003 .master = &omap3xxx_l4_per_hwmod,
3004 .slave = &omap3xxx_gpio4_hwmod,
3005 .addr = omap3xxx_gpio4_addrs,
3006 .user = OCP_USER_MPU | OCP_USER_SDMA,
01438ab6
MK
3007};
3008
844a3b63
PW
3009/* l4_per -> gpio5 */
3010static struct omap_hwmod_addr_space omap3xxx_gpio5_addrs[] = {
3011 {
3012 .pa_start = 0x49056000,
3013 .pa_end = 0x490561ff,
3014 .flags = ADDR_TYPE_RT
3015 },
3016 { }
01438ab6
MK
3017};
3018
844a3b63
PW
3019static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio5 = {
3020 .master = &omap3xxx_l4_per_hwmod,
3021 .slave = &omap3xxx_gpio5_hwmod,
3022 .addr = omap3xxx_gpio5_addrs,
3023 .user = OCP_USER_MPU | OCP_USER_SDMA,
01438ab6
MK
3024};
3025
844a3b63
PW
3026/* l4_per -> gpio6 */
3027static struct omap_hwmod_addr_space omap3xxx_gpio6_addrs[] = {
3028 {
3029 .pa_start = 0x49058000,
3030 .pa_end = 0x490581ff,
3031 .flags = ADDR_TYPE_RT
01438ab6 3032 },
844a3b63 3033 { }
01438ab6
MK
3034};
3035
844a3b63
PW
3036static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio6 = {
3037 .master = &omap3xxx_l4_per_hwmod,
3038 .slave = &omap3xxx_gpio6_hwmod,
3039 .addr = omap3xxx_gpio6_addrs,
3040 .user = OCP_USER_MPU | OCP_USER_SDMA,
01438ab6
MK
3041};
3042
844a3b63
PW
3043/* dma_system -> L3 */
3044static struct omap_hwmod_ocp_if omap3xxx_dma_system__l3 = {
3045 .master = &omap3xxx_dma_system_hwmod,
3046 .slave = &omap3xxx_l3_main_hwmod,
3047 .clk = "core_l3_ick",
3048 .user = OCP_USER_MPU | OCP_USER_SDMA,
01438ab6
MK
3049};
3050
844a3b63
PW
3051static struct omap_hwmod_addr_space omap3xxx_dma_system_addrs[] = {
3052 {
3053 .pa_start = 0x48056000,
3054 .pa_end = 0x48056fff,
3055 .flags = ADDR_TYPE_RT
01438ab6 3056 },
844a3b63 3057 { }
01438ab6
MK
3058};
3059
844a3b63
PW
3060/* l4_cfg -> dma_system */
3061static struct omap_hwmod_ocp_if omap3xxx_l4_core__dma_system = {
3062 .master = &omap3xxx_l4_core_hwmod,
3063 .slave = &omap3xxx_dma_system_hwmod,
3064 .clk = "core_l4_ick",
3065 .addr = omap3xxx_dma_system_addrs,
3066 .user = OCP_USER_MPU | OCP_USER_SDMA,
d3442726
TG
3067};
3068
844a3b63
PW
3069static struct omap_hwmod_addr_space omap3xxx_mcbsp1_addrs[] = {
3070 {
3071 .name = "mpu",
3072 .pa_start = 0x48074000,
3073 .pa_end = 0x480740ff,
3074 .flags = ADDR_TYPE_RT
3075 },
3076 { }
d3442726
TG
3077};
3078
844a3b63
PW
3079/* l4_core -> mcbsp1 */
3080static struct omap_hwmod_ocp_if omap3xxx_l4_core__mcbsp1 = {
3081 .master = &omap3xxx_l4_core_hwmod,
3082 .slave = &omap3xxx_mcbsp1_hwmod,
3083 .clk = "mcbsp1_ick",
3084 .addr = omap3xxx_mcbsp1_addrs,
3085 .user = OCP_USER_MPU | OCP_USER_SDMA,
d3442726
TG
3086};
3087
844a3b63
PW
3088static struct omap_hwmod_addr_space omap3xxx_mcbsp2_addrs[] = {
3089 {
3090 .name = "mpu",
3091 .pa_start = 0x49022000,
3092 .pa_end = 0x490220ff,
3093 .flags = ADDR_TYPE_RT
3094 },
3095 { }
d3442726
TG
3096};
3097
844a3b63
PW
3098/* l4_per -> mcbsp2 */
3099static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp2 = {
3100 .master = &omap3xxx_l4_per_hwmod,
3101 .slave = &omap3xxx_mcbsp2_hwmod,
3102 .clk = "mcbsp2_ick",
3103 .addr = omap3xxx_mcbsp2_addrs,
3104 .user = OCP_USER_MPU | OCP_USER_SDMA,
d3442726
TG
3105};
3106
844a3b63
PW
3107static struct omap_hwmod_addr_space omap3xxx_mcbsp3_addrs[] = {
3108 {
3109 .name = "mpu",
3110 .pa_start = 0x49024000,
3111 .pa_end = 0x490240ff,
3112 .flags = ADDR_TYPE_RT
3113 },
3114 { }
d3442726
TG
3115};
3116
844a3b63
PW
3117/* l4_per -> mcbsp3 */
3118static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp3 = {
3119 .master = &omap3xxx_l4_per_hwmod,
3120 .slave = &omap3xxx_mcbsp3_hwmod,
3121 .clk = "mcbsp3_ick",
3122 .addr = omap3xxx_mcbsp3_addrs,
3123 .user = OCP_USER_MPU | OCP_USER_SDMA,
a52e2ab6
PW
3124};
3125
844a3b63
PW
3126static struct omap_hwmod_addr_space omap3xxx_mcbsp4_addrs[] = {
3127 {
3128 .name = "mpu",
3129 .pa_start = 0x49026000,
3130 .pa_end = 0x490260ff,
3131 .flags = ADDR_TYPE_RT
a52e2ab6 3132 },
844a3b63 3133 { }
a52e2ab6
PW
3134};
3135
844a3b63
PW
3136/* l4_per -> mcbsp4 */
3137static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp4 = {
3138 .master = &omap3xxx_l4_per_hwmod,
3139 .slave = &omap3xxx_mcbsp4_hwmod,
3140 .clk = "mcbsp4_ick",
3141 .addr = omap3xxx_mcbsp4_addrs,
3142 .user = OCP_USER_MPU | OCP_USER_SDMA,
d3442726
TG
3143};
3144
844a3b63
PW
3145static struct omap_hwmod_addr_space omap3xxx_mcbsp5_addrs[] = {
3146 {
3147 .name = "mpu",
3148 .pa_start = 0x48096000,
3149 .pa_end = 0x480960ff,
3150 .flags = ADDR_TYPE_RT
3151 },
3152 { }
3153};
b163605e 3154
844a3b63
PW
3155/* l4_core -> mcbsp5 */
3156static struct omap_hwmod_ocp_if omap3xxx_l4_core__mcbsp5 = {
3157 .master = &omap3xxx_l4_core_hwmod,
3158 .slave = &omap3xxx_mcbsp5_hwmod,
3159 .clk = "mcbsp5_ick",
3160 .addr = omap3xxx_mcbsp5_addrs,
3161 .user = OCP_USER_MPU | OCP_USER_SDMA,
d3442726
TG
3162};
3163
844a3b63
PW
3164static struct omap_hwmod_addr_space omap3xxx_mcbsp2_sidetone_addrs[] = {
3165 {
3166 .name = "sidetone",
3167 .pa_start = 0x49028000,
3168 .pa_end = 0x490280ff,
3169 .flags = ADDR_TYPE_RT
3170 },
3171 { }
d3442726
TG
3172};
3173
844a3b63
PW
3174/* l4_per -> mcbsp2_sidetone */
3175static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp2_sidetone = {
3176 .master = &omap3xxx_l4_per_hwmod,
3177 .slave = &omap3xxx_mcbsp2_sidetone_hwmod,
3178 .clk = "mcbsp2_ick",
3179 .addr = omap3xxx_mcbsp2_sidetone_addrs,
3180 .user = OCP_USER_MPU,
b163605e
PW
3181};
3182
844a3b63
PW
3183static struct omap_hwmod_addr_space omap3xxx_mcbsp3_sidetone_addrs[] = {
3184 {
3185 .name = "sidetone",
3186 .pa_start = 0x4902A000,
3187 .pa_end = 0x4902A0ff,
3188 .flags = ADDR_TYPE_RT
3189 },
3190 { }
a52e2ab6
PW
3191};
3192
844a3b63
PW
3193/* l4_per -> mcbsp3_sidetone */
3194static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp3_sidetone = {
3195 .master = &omap3xxx_l4_per_hwmod,
3196 .slave = &omap3xxx_mcbsp3_sidetone_hwmod,
3197 .clk = "mcbsp3_ick",
3198 .addr = omap3xxx_mcbsp3_sidetone_addrs,
3199 .user = OCP_USER_MPU,
a52e2ab6
PW
3200};
3201
844a3b63
PW
3202/* l4_core -> mailbox */
3203static struct omap_hwmod_ocp_if omap3xxx_l4_core__mailbox = {
3204 .master = &omap3xxx_l4_core_hwmod,
3205 .slave = &omap3xxx_mailbox_hwmod,
844a3b63
PW
3206 .user = OCP_USER_MPU | OCP_USER_SDMA,
3207};
b163605e 3208
844a3b63
PW
3209/* l4 core -> mcspi1 interface */
3210static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi1 = {
3211 .master = &omap3xxx_l4_core_hwmod,
3212 .slave = &omap34xx_mcspi1,
3213 .clk = "mcspi1_ick",
3214 .addr = omap2_mcspi1_addr_space,
3215 .user = OCP_USER_MPU | OCP_USER_SDMA,
b163605e
PW
3216};
3217
844a3b63
PW
3218/* l4 core -> mcspi2 interface */
3219static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi2 = {
3220 .master = &omap3xxx_l4_core_hwmod,
3221 .slave = &omap34xx_mcspi2,
3222 .clk = "mcspi2_ick",
3223 .addr = omap2_mcspi2_addr_space,
3224 .user = OCP_USER_MPU | OCP_USER_SDMA,
b163605e
PW
3225};
3226
844a3b63
PW
3227/* l4 core -> mcspi3 interface */
3228static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi3 = {
3229 .master = &omap3xxx_l4_core_hwmod,
3230 .slave = &omap34xx_mcspi3,
3231 .clk = "mcspi3_ick",
3232 .addr = omap2430_mcspi3_addr_space,
3233 .user = OCP_USER_MPU | OCP_USER_SDMA,
b163605e
PW
3234};
3235
844a3b63
PW
3236/* l4 core -> mcspi4 interface */
3237static struct omap_hwmod_addr_space omap34xx_mcspi4_addr_space[] = {
3238 {
3239 .pa_start = 0x480ba000,
3240 .pa_end = 0x480ba0ff,
3241 .flags = ADDR_TYPE_RT,
d3442726 3242 },
844a3b63
PW
3243 { }
3244};
3245
3246static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi4 = {
3247 .master = &omap3xxx_l4_core_hwmod,
3248 .slave = &omap34xx_mcspi4,
3249 .clk = "mcspi4_ick",
3250 .addr = omap34xx_mcspi4_addr_space,
3251 .user = OCP_USER_MPU | OCP_USER_SDMA,
d3442726
TG
3252};
3253
de231388
KM
3254static struct omap_hwmod_ocp_if omap3xxx_usb_host_hs__l3_main_2 = {
3255 .master = &omap3xxx_usb_host_hs_hwmod,
3256 .slave = &omap3xxx_l3_main_hwmod,
3257 .clk = "core_l3_ick",
3258 .user = OCP_USER_MPU,
3259};
3260
de231388
KM
3261static struct omap_hwmod_addr_space omap3xxx_usb_host_hs_addrs[] = {
3262 {
3263 .name = "uhh",
3264 .pa_start = 0x48064000,
3265 .pa_end = 0x480643ff,
3266 .flags = ADDR_TYPE_RT
3267 },
3268 {
3269 .name = "ohci",
3270 .pa_start = 0x48064400,
3271 .pa_end = 0x480647ff,
3272 },
3273 {
3274 .name = "ehci",
3275 .pa_start = 0x48064800,
3276 .pa_end = 0x48064cff,
3277 },
3278 {}
3279};
3280
3281static struct omap_hwmod_ocp_if omap3xxx_l4_core__usb_host_hs = {
3282 .master = &omap3xxx_l4_core_hwmod,
3283 .slave = &omap3xxx_usb_host_hs_hwmod,
3284 .clk = "usbhost_ick",
3285 .addr = omap3xxx_usb_host_hs_addrs,
3286 .user = OCP_USER_MPU | OCP_USER_SDMA,
3287};
3288
de231388
KM
3289static struct omap_hwmod_addr_space omap3xxx_usb_tll_hs_addrs[] = {
3290 {
3291 .name = "tll",
3292 .pa_start = 0x48062000,
3293 .pa_end = 0x48062fff,
3294 .flags = ADDR_TYPE_RT
3295 },
3296 {}
3297};
3298
3299static struct omap_hwmod_ocp_if omap3xxx_l4_core__usb_tll_hs = {
3300 .master = &omap3xxx_l4_core_hwmod,
3301 .slave = &omap3xxx_usb_tll_hs_hwmod,
3302 .clk = "usbtll_ick",
3303 .addr = omap3xxx_usb_tll_hs_addrs,
3304 .user = OCP_USER_MPU | OCP_USER_SDMA,
3305};
3306
45a4bb06
PW
3307/* l4_core -> hdq1w interface */
3308static struct omap_hwmod_ocp_if omap3xxx_l4_core__hdq1w = {
3309 .master = &omap3xxx_l4_core_hwmod,
3310 .slave = &omap3xxx_hdq1w_hwmod,
3311 .clk = "hdq_ick",
3312 .addr = omap2_hdq1w_addr_space,
3313 .user = OCP_USER_MPU | OCP_USER_SDMA,
3314 .flags = OMAP_FIREWALL_L4 | OCPIF_SWSUP_IDLE,
3315};
3316
c8d82ff6
VH
3317/* l4_wkup -> 32ksync_counter */
3318static struct omap_hwmod_addr_space omap3xxx_counter_32k_addrs[] = {
3319 {
3320 .pa_start = 0x48320000,
3321 .pa_end = 0x4832001f,
3322 .flags = ADDR_TYPE_RT
3323 },
3324 { }
3325};
3326
49484a60
AM
3327static struct omap_hwmod_addr_space omap3xxx_gpmc_addrs[] = {
3328 {
3329 .pa_start = 0x6e000000,
3330 .pa_end = 0x6e000fff,
3331 .flags = ADDR_TYPE_RT
3332 },
3333 { }
3334};
3335
c8d82ff6
VH
3336static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__counter_32k = {
3337 .master = &omap3xxx_l4_wkup_hwmod,
3338 .slave = &omap3xxx_counter_32k_hwmod,
3339 .clk = "omap_32ksync_ick",
3340 .addr = omap3xxx_counter_32k_addrs,
3341 .user = OCP_USER_MPU | OCP_USER_SDMA,
3342};
3343
31ba8808
MG
3344/* am35xx has Davinci MDIO & EMAC */
3345static struct omap_hwmod_class am35xx_mdio_class = {
3346 .name = "davinci_mdio",
3347};
3348
3349static struct omap_hwmod am35xx_mdio_hwmod = {
3350 .name = "davinci_mdio",
3351 .class = &am35xx_mdio_class,
3352 .flags = HWMOD_NO_IDLEST,
3353};
3354
3355/*
3356 * XXX Should be connected to an IPSS hwmod, not the L3 directly;
3357 * but this will probably require some additional hwmod core support,
3358 * so is left as a future to-do item.
3359 */
3360static struct omap_hwmod_ocp_if am35xx_mdio__l3 = {
3361 .master = &am35xx_mdio_hwmod,
3362 .slave = &omap3xxx_l3_main_hwmod,
3363 .clk = "emac_fck",
3364 .user = OCP_USER_MPU,
3365};
3366
31ba8808
MG
3367/* l4_core -> davinci mdio */
3368/*
3369 * XXX Should be connected to an IPSS hwmod, not the L4_CORE directly;
3370 * but this will probably require some additional hwmod core support,
3371 * so is left as a future to-do item.
3372 */
3373static struct omap_hwmod_ocp_if am35xx_l4_core__mdio = {
3374 .master = &omap3xxx_l4_core_hwmod,
3375 .slave = &am35xx_mdio_hwmod,
3376 .clk = "emac_fck",
31ba8808
MG
3377 .user = OCP_USER_MPU,
3378};
3379
31ba8808
MG
3380static struct omap_hwmod_class am35xx_emac_class = {
3381 .name = "davinci_emac",
3382};
3383
3384static struct omap_hwmod am35xx_emac_hwmod = {
3385 .name = "davinci_emac",
31ba8808 3386 .class = &am35xx_emac_class,
814a18a5
PW
3387 /*
3388 * According to Mark Greer, the MPU will not return from WFI
3389 * when the EMAC signals an interrupt.
3390 * http://www.spinics.net/lists/arm-kernel/msg174734.html
3391 */
3392 .flags = (HWMOD_NO_IDLEST | HWMOD_BLOCK_WFI),
31ba8808
MG
3393};
3394
3395/* l3_core -> davinci emac interface */
3396/*
3397 * XXX Should be connected to an IPSS hwmod, not the L3 directly;
3398 * but this will probably require some additional hwmod core support,
3399 * so is left as a future to-do item.
3400 */
3401static struct omap_hwmod_ocp_if am35xx_emac__l3 = {
3402 .master = &am35xx_emac_hwmod,
3403 .slave = &omap3xxx_l3_main_hwmod,
3404 .clk = "emac_ick",
3405 .user = OCP_USER_MPU,
3406};
3407
31ba8808
MG
3408/* l4_core -> davinci emac */
3409/*
3410 * XXX Should be connected to an IPSS hwmod, not the L4_CORE directly;
3411 * but this will probably require some additional hwmod core support,
3412 * so is left as a future to-do item.
3413 */
3414static struct omap_hwmod_ocp_if am35xx_l4_core__emac = {
3415 .master = &omap3xxx_l4_core_hwmod,
3416 .slave = &am35xx_emac_hwmod,
3417 .clk = "emac_ick",
31ba8808
MG
3418 .user = OCP_USER_MPU,
3419};
3420
49484a60
AM
3421static struct omap_hwmod_ocp_if omap3xxx_l3_main__gpmc = {
3422 .master = &omap3xxx_l3_main_hwmod,
3423 .slave = &omap3xxx_gpmc_hwmod,
3424 .clk = "core_l3_ick",
3425 .addr = omap3xxx_gpmc_addrs,
3426 .user = OCP_USER_MPU | OCP_USER_SDMA,
3427};
3428
26f88e6e
MG
3429/* l4_core -> SHAM2 (SHA1/MD5) (similar to omap24xx) */
3430static struct omap_hwmod_sysc_fields omap3_sham_sysc_fields = {
3431 .sidle_shift = 4,
3432 .srst_shift = 1,
3433 .autoidle_shift = 0,
3434};
3435
3436static struct omap_hwmod_class_sysconfig omap3_sham_sysc = {
3437 .rev_offs = 0x5c,
3438 .sysc_offs = 0x60,
3439 .syss_offs = 0x64,
3440 .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
3441 SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
3442 .sysc_fields = &omap3_sham_sysc_fields,
3443};
3444
3445static struct omap_hwmod_class omap3xxx_sham_class = {
3446 .name = "sham",
3447 .sysc = &omap3_sham_sysc,
3448};
3449
3450static struct omap_hwmod_irq_info omap3_sham_mpu_irqs[] = {
3451 { .irq = 49 + OMAP_INTC_START, },
3452 { .irq = -1 }
3453};
3454
3455static struct omap_hwmod_dma_info omap3_sham_sdma_reqs[] = {
0fd8824f 3456 { .name = "rx", .dma_req = 69, },
26f88e6e
MG
3457 { .dma_req = -1 }
3458};
3459
3460static struct omap_hwmod omap3xxx_sham_hwmod = {
3461 .name = "sham",
3462 .mpu_irqs = omap3_sham_mpu_irqs,
3463 .sdma_reqs = omap3_sham_sdma_reqs,
3464 .main_clk = "sha12_ick",
3465 .prcm = {
3466 .omap2 = {
3467 .module_offs = CORE_MOD,
3468 .prcm_reg_id = 1,
3469 .module_bit = OMAP3430_EN_SHA12_SHIFT,
3470 .idlest_reg_id = 1,
3471 .idlest_idle_bit = OMAP3430_ST_SHA12_SHIFT,
3472 },
3473 },
3474 .class = &omap3xxx_sham_class,
3475};
3476
3477static struct omap_hwmod_addr_space omap3xxx_sham_addrs[] = {
3478 {
3479 .pa_start = 0x480c3000,
3480 .pa_end = 0x480c3000 + 0x64 - 1,
3481 .flags = ADDR_TYPE_RT
3482 },
3483 { }
3484};
3485
3486static struct omap_hwmod_ocp_if omap3xxx_l4_core__sham = {
3487 .master = &omap3xxx_l4_core_hwmod,
3488 .slave = &omap3xxx_sham_hwmod,
3489 .clk = "sha12_ick",
3490 .addr = omap3xxx_sham_addrs,
3491 .user = OCP_USER_MPU | OCP_USER_SDMA,
3492};
3493
14ae5564
MG
3494/* l4_core -> AES */
3495static struct omap_hwmod_sysc_fields omap3xxx_aes_sysc_fields = {
3496 .sidle_shift = 6,
3497 .srst_shift = 1,
3498 .autoidle_shift = 0,
3499};
3500
3501static struct omap_hwmod_class_sysconfig omap3_aes_sysc = {
3502 .rev_offs = 0x44,
3503 .sysc_offs = 0x48,
3504 .syss_offs = 0x4c,
3505 .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
3506 SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
3507 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
3508 .sysc_fields = &omap3xxx_aes_sysc_fields,
3509};
3510
3511static struct omap_hwmod_class omap3xxx_aes_class = {
3512 .name = "aes",
3513 .sysc = &omap3_aes_sysc,
3514};
3515
3516static struct omap_hwmod_dma_info omap3_aes_sdma_reqs[] = {
0fd8824f
JN
3517 { .name = "tx", .dma_req = 65, },
3518 { .name = "rx", .dma_req = 66, },
14ae5564
MG
3519 { .dma_req = -1 }
3520};
3521
3522static struct omap_hwmod omap3xxx_aes_hwmod = {
3523 .name = "aes",
3524 .sdma_reqs = omap3_aes_sdma_reqs,
3525 .main_clk = "aes2_ick",
3526 .prcm = {
3527 .omap2 = {
3528 .module_offs = CORE_MOD,
3529 .prcm_reg_id = 1,
3530 .module_bit = OMAP3430_EN_AES2_SHIFT,
3531 .idlest_reg_id = 1,
3532 .idlest_idle_bit = OMAP3430_ST_AES2_SHIFT,
3533 },
3534 },
3535 .class = &omap3xxx_aes_class,
3536};
3537
3538static struct omap_hwmod_addr_space omap3xxx_aes_addrs[] = {
3539 {
3540 .pa_start = 0x480c5000,
3541 .pa_end = 0x480c5000 + 0x50 - 1,
3542 .flags = ADDR_TYPE_RT
3543 },
3544 { }
3545};
3546
3547static struct omap_hwmod_ocp_if omap3xxx_l4_core__aes = {
3548 .master = &omap3xxx_l4_core_hwmod,
3549 .slave = &omap3xxx_aes_hwmod,
3550 .clk = "aes2_ick",
3551 .addr = omap3xxx_aes_addrs,
3552 .user = OCP_USER_MPU | OCP_USER_SDMA,
3553};
3554
398917ce
SR
3555/*
3556 * 'ssi' class
3557 * synchronous serial interface (multichannel and full-duplex serial if)
3558 */
3559
3560static struct omap_hwmod_class_sysconfig omap34xx_ssi_sysc = {
3561 .rev_offs = 0x0000,
3562 .sysc_offs = 0x0010,
3563 .syss_offs = 0x0014,
dc94fabf
TL
3564 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_MIDLEMODE |
3565 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
3566 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
398917ce
SR
3567 .sysc_fields = &omap_hwmod_sysc_type1,
3568};
3569
77112076 3570static struct omap_hwmod_class omap3xxx_ssi_hwmod_class = {
398917ce
SR
3571 .name = "ssi",
3572 .sysc = &omap34xx_ssi_sysc,
3573};
3574
77112076 3575static struct omap_hwmod omap3xxx_ssi_hwmod = {
398917ce 3576 .name = "ssi",
77112076 3577 .class = &omap3xxx_ssi_hwmod_class,
398917ce
SR
3578 .clkdm_name = "core_l4_clkdm",
3579 .main_clk = "ssi_ssr_fck",
3580 .prcm = {
3581 .omap2 = {
3582 .prcm_reg_id = 1,
3583 .module_bit = OMAP3430_EN_SSI_SHIFT,
3584 .module_offs = CORE_MOD,
3585 .idlest_reg_id = 1,
3586 .idlest_idle_bit = OMAP3430ES2_ST_SSI_IDLE_SHIFT,
3587 },
3588 },
3589};
3590
3591/* L4 CORE -> SSI */
77112076 3592static struct omap_hwmod_ocp_if omap3xxx_l4_core__ssi = {
398917ce 3593 .master = &omap3xxx_l4_core_hwmod,
77112076 3594 .slave = &omap3xxx_ssi_hwmod,
398917ce
SR
3595 .clk = "ssi_ick",
3596 .user = OCP_USER_MPU | OCP_USER_SDMA,
3597};
3598
0a78c5c5
PW
3599static struct omap_hwmod_ocp_if *omap3xxx_hwmod_ocp_ifs[] __initdata = {
3600 &omap3xxx_l3_main__l4_core,
3601 &omap3xxx_l3_main__l4_per,
3602 &omap3xxx_mpu__l3_main,
c7dad45f 3603 &omap3xxx_l3_main__l4_debugss,
0a78c5c5
PW
3604 &omap3xxx_l4_core__l4_wkup,
3605 &omap3xxx_l4_core__mmc3,
3606 &omap3_l4_core__uart1,
3607 &omap3_l4_core__uart2,
3608 &omap3_l4_per__uart3,
3609 &omap3_l4_core__i2c1,
3610 &omap3_l4_core__i2c2,
3611 &omap3_l4_core__i2c3,
3612 &omap3xxx_l4_wkup__l4_sec,
3613 &omap3xxx_l4_wkup__timer1,
3614 &omap3xxx_l4_per__timer2,
3615 &omap3xxx_l4_per__timer3,
3616 &omap3xxx_l4_per__timer4,
3617 &omap3xxx_l4_per__timer5,
3618 &omap3xxx_l4_per__timer6,
3619 &omap3xxx_l4_per__timer7,
3620 &omap3xxx_l4_per__timer8,
3621 &omap3xxx_l4_per__timer9,
3622 &omap3xxx_l4_core__timer10,
3623 &omap3xxx_l4_core__timer11,
3624 &omap3xxx_l4_wkup__wd_timer2,
3625 &omap3xxx_l4_wkup__gpio1,
3626 &omap3xxx_l4_per__gpio2,
3627 &omap3xxx_l4_per__gpio3,
3628 &omap3xxx_l4_per__gpio4,
3629 &omap3xxx_l4_per__gpio5,
3630 &omap3xxx_l4_per__gpio6,
3631 &omap3xxx_dma_system__l3,
3632 &omap3xxx_l4_core__dma_system,
3633 &omap3xxx_l4_core__mcbsp1,
3634 &omap3xxx_l4_per__mcbsp2,
3635 &omap3xxx_l4_per__mcbsp3,
3636 &omap3xxx_l4_per__mcbsp4,
3637 &omap3xxx_l4_core__mcbsp5,
3638 &omap3xxx_l4_per__mcbsp2_sidetone,
3639 &omap3xxx_l4_per__mcbsp3_sidetone,
3640 &omap34xx_l4_core__mcspi1,
3641 &omap34xx_l4_core__mcspi2,
3642 &omap34xx_l4_core__mcspi3,
3643 &omap34xx_l4_core__mcspi4,
c8d82ff6 3644 &omap3xxx_l4_wkup__counter_32k,
49484a60 3645 &omap3xxx_l3_main__gpmc,
d6504acd
PW
3646 NULL,
3647};
3648
0a78c5c5 3649/* GP-only hwmod links */
26f88e6e
MG
3650static struct omap_hwmod_ocp_if *omap34xx_gp_hwmod_ocp_ifs[] __initdata = {
3651 &omap3xxx_l4_sec__timer12,
26f88e6e
MG
3652 NULL
3653};
3654
3655static struct omap_hwmod_ocp_if *omap36xx_gp_hwmod_ocp_ifs[] __initdata = {
0a78c5c5 3656 &omap3xxx_l4_sec__timer12,
26f88e6e
MG
3657 NULL
3658};
3659
3660static struct omap_hwmod_ocp_if *am35xx_gp_hwmod_ocp_ifs[] __initdata = {
3661 &omap3xxx_l4_sec__timer12,
a55a7445
PR
3662 NULL
3663};
3664
3665/* crypto hwmod links */
3666static struct omap_hwmod_ocp_if *omap34xx_sham_hwmod_ocp_ifs[] __initdata = {
3667 &omap3xxx_l4_core__sham,
3668 NULL
3669};
3670
3671static struct omap_hwmod_ocp_if *omap34xx_aes_hwmod_ocp_ifs[] __initdata = {
3672 &omap3xxx_l4_core__aes,
3673 NULL
3674};
3675
3676static struct omap_hwmod_ocp_if *omap36xx_sham_hwmod_ocp_ifs[] __initdata = {
3677 &omap3xxx_l4_core__sham,
3678 NULL
3679};
3680
3681static struct omap_hwmod_ocp_if *omap36xx_aes_hwmod_ocp_ifs[] __initdata = {
3682 &omap3xxx_l4_core__aes,
3683 NULL
3684};
3685
3686/*
3687 * Apparently the SHA/MD5 and AES accelerator IP blocks are
3688 * only present on some AM35xx chips, and no one knows which
3689 * ones. See
3690 * http://www.spinics.net/lists/arm-kernel/msg215466.html So
3691 * if you need these IP blocks on an AM35xx, try uncommenting
3692 * the following lines.
3693 */
3694static struct omap_hwmod_ocp_if *am35xx_sham_hwmod_ocp_ifs[] __initdata = {
26f88e6e 3695 /* &omap3xxx_l4_core__sham, */
a55a7445
PR
3696 NULL
3697};
3698
3699static struct omap_hwmod_ocp_if *am35xx_aes_hwmod_ocp_ifs[] __initdata = {
14ae5564 3700 /* &omap3xxx_l4_core__aes, */
91a36bdb
AK
3701 NULL
3702};
3703
0a78c5c5
PW
3704/* 3430ES1-only hwmod links */
3705static struct omap_hwmod_ocp_if *omap3430es1_hwmod_ocp_ifs[] __initdata = {
3706 &omap3430es1_dss__l3,
3707 &omap3430es1_l4_core__dss,
d6504acd
PW
3708 NULL
3709};
3710
0a78c5c5
PW
3711/* 3430ES2+-only hwmod links */
3712static struct omap_hwmod_ocp_if *omap3430es2plus_hwmod_ocp_ifs[] __initdata = {
3713 &omap3xxx_dss__l3,
3714 &omap3xxx_l4_core__dss,
3715 &omap3xxx_usbhsotg__l3,
3716 &omap3xxx_l4_core__usbhsotg,
3717 &omap3xxx_usb_host_hs__l3_main_2,
3718 &omap3xxx_l4_core__usb_host_hs,
3719 &omap3xxx_l4_core__usb_tll_hs,
d6504acd
PW
3720 NULL
3721};
870ea2b8 3722
0a78c5c5
PW
3723/* <= 3430ES3-only hwmod links */
3724static struct omap_hwmod_ocp_if *omap3430_pre_es3_hwmod_ocp_ifs[] __initdata = {
3725 &omap3xxx_l4_core__pre_es3_mmc1,
3726 &omap3xxx_l4_core__pre_es3_mmc2,
a52e2ab6
PW
3727 NULL
3728};
3729
0a78c5c5
PW
3730/* 3430ES3+-only hwmod links */
3731static struct omap_hwmod_ocp_if *omap3430_es3plus_hwmod_ocp_ifs[] __initdata = {
3732 &omap3xxx_l4_core__es3plus_mmc1,
3733 &omap3xxx_l4_core__es3plus_mmc2,
a52e2ab6
PW
3734 NULL
3735};
3736
0a78c5c5
PW
3737/* 34xx-only hwmod links (all ES revisions) */
3738static struct omap_hwmod_ocp_if *omap34xx_hwmod_ocp_ifs[] __initdata = {
3739 &omap3xxx_l3__iva,
3740 &omap34xx_l4_core__sr1,
3741 &omap34xx_l4_core__sr2,
3742 &omap3xxx_l4_core__mailbox,
45a4bb06 3743 &omap3xxx_l4_core__hdq1w,
8f993a01 3744 &omap3xxx_sad2d__l3,
5486474c 3745 &omap3xxx_l4_core__mmu_isp,
5486474c 3746 &omap3xxx_l3_main__mmu_iva,
77112076 3747 &omap3xxx_l4_core__ssi,
d6504acd
PW
3748 NULL
3749};
273ff8c3 3750
0a78c5c5
PW
3751/* 36xx-only hwmod links (all ES revisions) */
3752static struct omap_hwmod_ocp_if *omap36xx_hwmod_ocp_ifs[] __initdata = {
3753 &omap3xxx_l3__iva,
3754 &omap36xx_l4_per__uart4,
3755 &omap3xxx_dss__l3,
3756 &omap3xxx_l4_core__dss,
3757 &omap36xx_l4_core__sr1,
3758 &omap36xx_l4_core__sr2,
3759 &omap3xxx_usbhsotg__l3,
3760 &omap3xxx_l4_core__usbhsotg,
3761 &omap3xxx_l4_core__mailbox,
3762 &omap3xxx_usb_host_hs__l3_main_2,
3763 &omap3xxx_l4_core__usb_host_hs,
3764 &omap3xxx_l4_core__usb_tll_hs,
3765 &omap3xxx_l4_core__es3plus_mmc1,
3766 &omap3xxx_l4_core__es3plus_mmc2,
45a4bb06 3767 &omap3xxx_l4_core__hdq1w,
8f993a01 3768 &omap3xxx_sad2d__l3,
5486474c 3769 &omap3xxx_l4_core__mmu_isp,
5486474c 3770 &omap3xxx_l3_main__mmu_iva,
77112076 3771 &omap3xxx_l4_core__ssi,
d6504acd
PW
3772 NULL
3773};
3774
0a78c5c5
PW
3775static struct omap_hwmod_ocp_if *am35xx_hwmod_ocp_ifs[] __initdata = {
3776 &omap3xxx_dss__l3,
3777 &omap3xxx_l4_core__dss,
3778 &am35xx_usbhsotg__l3,
3779 &am35xx_l4_core__usbhsotg,
3780 &am35xx_l4_core__uart4,
3781 &omap3xxx_usb_host_hs__l3_main_2,
3782 &omap3xxx_l4_core__usb_host_hs,
3783 &omap3xxx_l4_core__usb_tll_hs,
3784 &omap3xxx_l4_core__es3plus_mmc1,
3785 &omap3xxx_l4_core__es3plus_mmc2,
b1a923d0 3786 &omap3xxx_l4_core__hdq1w,
31ba8808
MG
3787 &am35xx_mdio__l3,
3788 &am35xx_l4_core__mdio,
3789 &am35xx_emac__l3,
3790 &am35xx_l4_core__emac,
d6504acd 3791 NULL
7359154e
PW
3792};
3793
0a78c5c5
PW
3794static struct omap_hwmod_ocp_if *omap3xxx_dss_hwmod_ocp_ifs[] __initdata = {
3795 &omap3xxx_l4_core__dss_dispc,
3796 &omap3xxx_l4_core__dss_dsi1,
3797 &omap3xxx_l4_core__dss_rfbi,
3798 &omap3xxx_l4_core__dss_venc,
1d2f56c8
IY
3799 NULL
3800};
3801
a55a7445
PR
3802/**
3803 * omap3xxx_hwmod_is_hs_ip_block_usable - is a security IP block accessible?
3804 * @bus: struct device_node * for the top-level OMAP DT data
3805 * @dev_name: device name used in the DT file
3806 *
3807 * Determine whether a "secure" IP block @dev_name is usable by Linux.
3808 * There doesn't appear to be a 100% reliable way to determine this,
3809 * so we rely on heuristics. If @bus is null, meaning there's no DT
3810 * data, then we only assume the IP block is accessible if the OMAP is
3811 * fused as a 'general-purpose' SoC. If however DT data is present,
3812 * test to see if the IP block is described in the DT data and set to
3813 * 'status = "okay"'. If so then we assume the ODM has configured the
3814 * OMAP firewalls to allow access to the IP block.
3815 *
3816 * Return: 0 if device named @dev_name is not likely to be accessible,
3817 * or 1 if it is likely to be accessible.
3818 */
3819static int __init omap3xxx_hwmod_is_hs_ip_block_usable(struct device_node *bus,
3820 const char *dev_name)
3821{
3822 if (!bus)
3823 return (omap_type() == OMAP2_DEVICE_TYPE_GP) ? 1 : 0;
3824
3825 if (of_device_is_available(of_find_node_by_name(bus, dev_name)))
3826 return 1;
3827
3828 return 0;
3829}
3830
7359154e
PW
3831int __init omap3xxx_hwmod_init(void)
3832{
d6504acd 3833 int r;
a55a7445
PR
3834 struct omap_hwmod_ocp_if **h = NULL, **h_gp = NULL, **h_sham = NULL;
3835 struct omap_hwmod_ocp_if **h_aes = NULL;
3836 struct device_node *bus = NULL;
d6504acd
PW
3837 unsigned int rev;
3838
9ebfd285
KH
3839 omap_hwmod_init();
3840
0a78c5c5
PW
3841 /* Register hwmod links common to all OMAP3 */
3842 r = omap_hwmod_register_links(omap3xxx_hwmod_ocp_ifs);
ace90216 3843 if (r < 0)
d6504acd
PW
3844 return r;
3845
3846 rev = omap_rev();
3847
3848 /*
0a78c5c5 3849 * Register hwmod links common to individual OMAP3 families, all
d6504acd
PW
3850 * silicon revisions (e.g., 34xx, or AM3505/3517, or 36xx)
3851 * All possible revisions should be included in this conditional.
3852 */
3853 if (rev == OMAP3430_REV_ES1_0 || rev == OMAP3430_REV_ES2_0 ||
3854 rev == OMAP3430_REV_ES2_1 || rev == OMAP3430_REV_ES3_0 ||
3855 rev == OMAP3430_REV_ES3_1 || rev == OMAP3430_REV_ES3_1_2) {
0a78c5c5 3856 h = omap34xx_hwmod_ocp_ifs;
26f88e6e 3857 h_gp = omap34xx_gp_hwmod_ocp_ifs;
a55a7445
PR
3858 h_sham = omap34xx_sham_hwmod_ocp_ifs;
3859 h_aes = omap34xx_aes_hwmod_ocp_ifs;
68a88b98 3860 } else if (rev == AM35XX_REV_ES1_0 || rev == AM35XX_REV_ES1_1) {
0a78c5c5 3861 h = am35xx_hwmod_ocp_ifs;
26f88e6e 3862 h_gp = am35xx_gp_hwmod_ocp_ifs;
a55a7445
PR
3863 h_sham = am35xx_sham_hwmod_ocp_ifs;
3864 h_aes = am35xx_aes_hwmod_ocp_ifs;
d6504acd
PW
3865 } else if (rev == OMAP3630_REV_ES1_0 || rev == OMAP3630_REV_ES1_1 ||
3866 rev == OMAP3630_REV_ES1_2) {
0a78c5c5 3867 h = omap36xx_hwmod_ocp_ifs;
26f88e6e 3868 h_gp = omap36xx_gp_hwmod_ocp_ifs;
a55a7445
PR
3869 h_sham = omap36xx_sham_hwmod_ocp_ifs;
3870 h_aes = omap36xx_aes_hwmod_ocp_ifs;
d6504acd
PW
3871 } else {
3872 WARN(1, "OMAP3 hwmod family init: unknown chip type\n");
3873 return -EINVAL;
c09fcc43 3874 }
d6504acd 3875
0a78c5c5 3876 r = omap_hwmod_register_links(h);
ace90216 3877 if (r < 0)
d6504acd
PW
3878 return r;
3879
26f88e6e
MG
3880 /* Register GP-only hwmod links. */
3881 if (h_gp && omap_type() == OMAP2_DEVICE_TYPE_GP) {
3882 r = omap_hwmod_register_links(h_gp);
3883 if (r < 0)
3884 return r;
3885 }
3886
a55a7445
PR
3887 /*
3888 * Register crypto hwmod links only if they are not disabled in DT.
3889 * If DT information is missing, enable them only for GP devices.
3890 */
3891
3892 if (of_have_populated_dt())
3893 bus = of_find_node_by_name(NULL, "ocp");
3894
3895 if (h_sham && omap3xxx_hwmod_is_hs_ip_block_usable(bus, "sham")) {
3896 r = omap_hwmod_register_links(h_sham);
3897 if (r < 0)
3898 return r;
3899 }
3900
3901 if (h_aes && omap3xxx_hwmod_is_hs_ip_block_usable(bus, "aes")) {
3902 r = omap_hwmod_register_links(h_aes);
3903 if (r < 0)
3904 return r;
3905 }
26f88e6e 3906
d6504acd 3907 /*
0a78c5c5 3908 * Register hwmod links specific to certain ES levels of a
d6504acd
PW
3909 * particular family of silicon (e.g., 34xx ES1.0)
3910 */
3911 h = NULL;
3912 if (rev == OMAP3430_REV_ES1_0) {
0a78c5c5 3913 h = omap3430es1_hwmod_ocp_ifs;
d6504acd
PW
3914 } else if (rev == OMAP3430_REV_ES2_0 || rev == OMAP3430_REV_ES2_1 ||
3915 rev == OMAP3430_REV_ES3_0 || rev == OMAP3430_REV_ES3_1 ||
3916 rev == OMAP3430_REV_ES3_1_2) {
0a78c5c5 3917 h = omap3430es2plus_hwmod_ocp_ifs;
c09fcc43 3918 }
d6504acd 3919
a52e2ab6 3920 if (h) {
0a78c5c5 3921 r = omap_hwmod_register_links(h);
a52e2ab6
PW
3922 if (r < 0)
3923 return r;
3924 }
3925
3926 h = NULL;
3927 if (rev == OMAP3430_REV_ES1_0 || rev == OMAP3430_REV_ES2_0 ||
3928 rev == OMAP3430_REV_ES2_1) {
0a78c5c5 3929 h = omap3430_pre_es3_hwmod_ocp_ifs;
a52e2ab6
PW
3930 } else if (rev == OMAP3430_REV_ES3_0 || rev == OMAP3430_REV_ES3_1 ||
3931 rev == OMAP3430_REV_ES3_1_2) {
0a78c5c5 3932 h = omap3430_es3plus_hwmod_ocp_ifs;
c09fcc43 3933 }
a52e2ab6 3934
d6504acd 3935 if (h)
0a78c5c5 3936 r = omap_hwmod_register_links(h);
1d2f56c8
IY
3937 if (r < 0)
3938 return r;
3939
3940 /*
3941 * DSS code presumes that dss_core hwmod is handled first,
3942 * _before_ any other DSS related hwmods so register common
0a78c5c5
PW
3943 * DSS hwmod links last to ensure that dss_core is already
3944 * registered. Otherwise some change things may happen, for
3945 * ex. if dispc is handled before dss_core and DSS is enabled
3946 * in bootloader DISPC will be reset with outputs enabled
3947 * which sometimes leads to unrecoverable L3 error. XXX The
3948 * long-term fix to this is to ensure hwmods are set up in
3949 * dependency order in the hwmod core code.
1d2f56c8 3950 */
0a78c5c5 3951 r = omap_hwmod_register_links(omap3xxx_dss_hwmod_ocp_ifs);
d6504acd
PW
3952
3953 return r;
7359154e 3954}
This page took 0.56818 seconds and 5 git commands to generate.