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