2 * omap_hwmod_3xxx_data.c - hardware modules present on the OMAP3xxx chips
4 * Copyright (C) 2009-2011 Nokia Corporation
5 * Copyright (C) 2012 Texas Instruments, Inc.
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.
12 * The data in this file should be completely autogeneratable from
13 * the TI hardware database or other technical documentation.
15 * XXX these should be marked initdata for multi-OMAP kernels
18 #include <linux/i2c-omap.h>
19 #include <linux/power/smartreflex.h>
20 #include <linux/platform_data/gpio-omap.h>
21 #include <linux/platform_data/hsmmc-omap.h>
23 #include <linux/omap-dma.h>
26 #include <linux/platform_data/asoc-ti-mcbsp.h>
27 #include <linux/platform_data/spi-omap2-mcspi.h>
28 #include <plat/dmtimer.h>
31 #include "omap_hwmod.h"
32 #include "omap_hwmod_common_data.h"
33 #include "prm-regbits-34xx.h"
34 #include "cm-regbits-34xx.h"
41 * OMAP3xxx hardware module integration data
43 * All of the data in this section should be autogeneratable from the
44 * TI hardware database or other technical documentation. Data that
45 * is driver-specific or driver-kernel integration-specific belongs
49 #define AM35XX_IPSS_USBOTGSS_BASE 0x5C040000
56 static struct omap_hwmod_irq_info omap3xxx_l3_main_irqs
[] = {
57 { .irq
= 9 + OMAP_INTC_START
, },
58 { .irq
= 10 + OMAP_INTC_START
, },
62 static struct omap_hwmod omap3xxx_l3_main_hwmod
= {
64 .class = &l3_hwmod_class
,
65 .mpu_irqs
= omap3xxx_l3_main_irqs
,
66 .flags
= HWMOD_NO_IDLEST
,
70 static struct omap_hwmod omap3xxx_l4_core_hwmod
= {
72 .class = &l4_hwmod_class
,
73 .flags
= HWMOD_NO_IDLEST
,
77 static struct omap_hwmod omap3xxx_l4_per_hwmod
= {
79 .class = &l4_hwmod_class
,
80 .flags
= HWMOD_NO_IDLEST
,
84 static struct omap_hwmod omap3xxx_l4_wkup_hwmod
= {
86 .class = &l4_hwmod_class
,
87 .flags
= HWMOD_NO_IDLEST
,
91 static struct omap_hwmod omap3xxx_l4_sec_hwmod
= {
93 .class = &l4_hwmod_class
,
94 .flags
= HWMOD_NO_IDLEST
,
98 static struct omap_hwmod_irq_info omap3xxx_mpu_irqs
[] = {
99 { .name
= "pmu", .irq
= 3 + OMAP_INTC_START
},
103 static struct omap_hwmod omap3xxx_mpu_hwmod
= {
105 .mpu_irqs
= omap3xxx_mpu_irqs
,
106 .class = &mpu_hwmod_class
,
107 .main_clk
= "arm_fck",
111 static struct omap_hwmod_rst_info omap3xxx_iva_resets
[] = {
112 { .name
= "logic", .rst_shift
= 0, .st_shift
= 8 },
113 { .name
= "seq0", .rst_shift
= 1, .st_shift
= 9 },
114 { .name
= "seq1", .rst_shift
= 2, .st_shift
= 10 },
117 static struct omap_hwmod omap3xxx_iva_hwmod
= {
119 .class = &iva_hwmod_class
,
120 .clkdm_name
= "iva2_clkdm",
121 .rst_lines
= omap3xxx_iva_resets
,
122 .rst_lines_cnt
= ARRAY_SIZE(omap3xxx_iva_resets
),
123 .main_clk
= "iva2_ck",
126 .module_offs
= OMAP3430_IVA2_MOD
,
128 .module_bit
= OMAP3430_CM_FCLKEN_IVA2_EN_IVA2_SHIFT
,
130 .idlest_idle_bit
= OMAP3430_ST_IVA2_SHIFT
,
137 * debug and emulation sub system
140 static struct omap_hwmod_class omap3xxx_debugss_hwmod_class
= {
145 static struct omap_hwmod omap3xxx_debugss_hwmod
= {
147 .class = &omap3xxx_debugss_hwmod_class
,
148 .clkdm_name
= "emu_clkdm",
149 .main_clk
= "emu_src_ck",
150 .flags
= HWMOD_NO_IDLEST
,
154 static struct omap_hwmod_class_sysconfig omap3xxx_timer_sysc
= {
158 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_CLOCKACTIVITY
|
159 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
160 SYSC_HAS_EMUFREE
| SYSC_HAS_AUTOIDLE
|
161 SYSS_HAS_RESET_STATUS
),
162 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
163 .clockact
= CLOCKACT_TEST_ICLK
,
164 .sysc_fields
= &omap_hwmod_sysc_type1
,
167 static struct omap_hwmod_class omap3xxx_timer_hwmod_class
= {
169 .sysc
= &omap3xxx_timer_sysc
,
172 /* secure timers dev attribute */
173 static struct omap_timer_capability_dev_attr capability_secure_dev_attr
= {
174 .timer_capability
= OMAP_TIMER_ALWON
| OMAP_TIMER_SECURE
,
177 /* always-on timers dev attribute */
178 static struct omap_timer_capability_dev_attr capability_alwon_dev_attr
= {
179 .timer_capability
= OMAP_TIMER_ALWON
,
182 /* pwm timers dev attribute */
183 static struct omap_timer_capability_dev_attr capability_pwm_dev_attr
= {
184 .timer_capability
= OMAP_TIMER_HAS_PWM
,
187 /* timers with DSP interrupt dev attribute */
188 static struct omap_timer_capability_dev_attr capability_dsp_dev_attr
= {
189 .timer_capability
= OMAP_TIMER_HAS_DSP_IRQ
,
192 /* pwm timers with DSP interrupt dev attribute */
193 static struct omap_timer_capability_dev_attr capability_dsp_pwm_dev_attr
= {
194 .timer_capability
= OMAP_TIMER_HAS_DSP_IRQ
| OMAP_TIMER_HAS_PWM
,
198 static struct omap_hwmod omap3xxx_timer1_hwmod
= {
200 .mpu_irqs
= omap2_timer1_mpu_irqs
,
201 .main_clk
= "gpt1_fck",
205 .module_bit
= OMAP3430_EN_GPT1_SHIFT
,
206 .module_offs
= WKUP_MOD
,
208 .idlest_idle_bit
= OMAP3430_ST_GPT1_SHIFT
,
211 .dev_attr
= &capability_alwon_dev_attr
,
212 .class = &omap3xxx_timer_hwmod_class
,
213 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
217 static struct omap_hwmod omap3xxx_timer2_hwmod
= {
219 .mpu_irqs
= omap2_timer2_mpu_irqs
,
220 .main_clk
= "gpt2_fck",
224 .module_bit
= OMAP3430_EN_GPT2_SHIFT
,
225 .module_offs
= OMAP3430_PER_MOD
,
227 .idlest_idle_bit
= OMAP3430_ST_GPT2_SHIFT
,
230 .class = &omap3xxx_timer_hwmod_class
,
231 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
235 static struct omap_hwmod omap3xxx_timer3_hwmod
= {
237 .mpu_irqs
= omap2_timer3_mpu_irqs
,
238 .main_clk
= "gpt3_fck",
242 .module_bit
= OMAP3430_EN_GPT3_SHIFT
,
243 .module_offs
= OMAP3430_PER_MOD
,
245 .idlest_idle_bit
= OMAP3430_ST_GPT3_SHIFT
,
248 .class = &omap3xxx_timer_hwmod_class
,
249 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
253 static struct omap_hwmod omap3xxx_timer4_hwmod
= {
255 .mpu_irqs
= omap2_timer4_mpu_irqs
,
256 .main_clk
= "gpt4_fck",
260 .module_bit
= OMAP3430_EN_GPT4_SHIFT
,
261 .module_offs
= OMAP3430_PER_MOD
,
263 .idlest_idle_bit
= OMAP3430_ST_GPT4_SHIFT
,
266 .class = &omap3xxx_timer_hwmod_class
,
267 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
271 static struct omap_hwmod omap3xxx_timer5_hwmod
= {
273 .mpu_irqs
= omap2_timer5_mpu_irqs
,
274 .main_clk
= "gpt5_fck",
278 .module_bit
= OMAP3430_EN_GPT5_SHIFT
,
279 .module_offs
= OMAP3430_PER_MOD
,
281 .idlest_idle_bit
= OMAP3430_ST_GPT5_SHIFT
,
284 .dev_attr
= &capability_dsp_dev_attr
,
285 .class = &omap3xxx_timer_hwmod_class
,
286 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
290 static struct omap_hwmod omap3xxx_timer6_hwmod
= {
292 .mpu_irqs
= omap2_timer6_mpu_irqs
,
293 .main_clk
= "gpt6_fck",
297 .module_bit
= OMAP3430_EN_GPT6_SHIFT
,
298 .module_offs
= OMAP3430_PER_MOD
,
300 .idlest_idle_bit
= OMAP3430_ST_GPT6_SHIFT
,
303 .dev_attr
= &capability_dsp_dev_attr
,
304 .class = &omap3xxx_timer_hwmod_class
,
305 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
309 static struct omap_hwmod omap3xxx_timer7_hwmod
= {
311 .mpu_irqs
= omap2_timer7_mpu_irqs
,
312 .main_clk
= "gpt7_fck",
316 .module_bit
= OMAP3430_EN_GPT7_SHIFT
,
317 .module_offs
= OMAP3430_PER_MOD
,
319 .idlest_idle_bit
= OMAP3430_ST_GPT7_SHIFT
,
322 .dev_attr
= &capability_dsp_dev_attr
,
323 .class = &omap3xxx_timer_hwmod_class
,
324 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
328 static struct omap_hwmod omap3xxx_timer8_hwmod
= {
330 .mpu_irqs
= omap2_timer8_mpu_irqs
,
331 .main_clk
= "gpt8_fck",
335 .module_bit
= OMAP3430_EN_GPT8_SHIFT
,
336 .module_offs
= OMAP3430_PER_MOD
,
338 .idlest_idle_bit
= OMAP3430_ST_GPT8_SHIFT
,
341 .dev_attr
= &capability_dsp_pwm_dev_attr
,
342 .class = &omap3xxx_timer_hwmod_class
,
343 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
347 static struct omap_hwmod omap3xxx_timer9_hwmod
= {
349 .mpu_irqs
= omap2_timer9_mpu_irqs
,
350 .main_clk
= "gpt9_fck",
354 .module_bit
= OMAP3430_EN_GPT9_SHIFT
,
355 .module_offs
= OMAP3430_PER_MOD
,
357 .idlest_idle_bit
= OMAP3430_ST_GPT9_SHIFT
,
360 .dev_attr
= &capability_pwm_dev_attr
,
361 .class = &omap3xxx_timer_hwmod_class
,
362 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
366 static struct omap_hwmod omap3xxx_timer10_hwmod
= {
368 .mpu_irqs
= omap2_timer10_mpu_irqs
,
369 .main_clk
= "gpt10_fck",
373 .module_bit
= OMAP3430_EN_GPT10_SHIFT
,
374 .module_offs
= CORE_MOD
,
376 .idlest_idle_bit
= OMAP3430_ST_GPT10_SHIFT
,
379 .dev_attr
= &capability_pwm_dev_attr
,
380 .class = &omap3xxx_timer_hwmod_class
,
381 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
385 static struct omap_hwmod omap3xxx_timer11_hwmod
= {
387 .mpu_irqs
= omap2_timer11_mpu_irqs
,
388 .main_clk
= "gpt11_fck",
392 .module_bit
= OMAP3430_EN_GPT11_SHIFT
,
393 .module_offs
= CORE_MOD
,
395 .idlest_idle_bit
= OMAP3430_ST_GPT11_SHIFT
,
398 .dev_attr
= &capability_pwm_dev_attr
,
399 .class = &omap3xxx_timer_hwmod_class
,
400 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
404 static struct omap_hwmod_irq_info omap3xxx_timer12_mpu_irqs
[] = {
405 { .irq
= 95 + OMAP_INTC_START
, },
409 static struct omap_hwmod omap3xxx_timer12_hwmod
= {
411 .mpu_irqs
= omap3xxx_timer12_mpu_irqs
,
412 .main_clk
= "gpt12_fck",
416 .module_bit
= OMAP3430_EN_GPT12_SHIFT
,
417 .module_offs
= WKUP_MOD
,
419 .idlest_idle_bit
= OMAP3430_ST_GPT12_SHIFT
,
422 .dev_attr
= &capability_secure_dev_attr
,
423 .class = &omap3xxx_timer_hwmod_class
,
424 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
429 * 32-bit watchdog upward counter that generates a pulse on the reset pin on
433 static struct omap_hwmod_class_sysconfig omap3xxx_wd_timer_sysc
= {
437 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_EMUFREE
|
438 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
439 SYSC_HAS_AUTOIDLE
| SYSC_HAS_CLOCKACTIVITY
|
440 SYSS_HAS_RESET_STATUS
),
441 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
442 .sysc_fields
= &omap_hwmod_sysc_type1
,
446 static struct omap_hwmod_class_sysconfig i2c_sysc
= {
450 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
451 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
452 SYSC_HAS_AUTOIDLE
| SYSS_HAS_RESET_STATUS
),
453 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
454 .clockact
= CLOCKACT_TEST_ICLK
,
455 .sysc_fields
= &omap_hwmod_sysc_type1
,
458 static struct omap_hwmod_class omap3xxx_wd_timer_hwmod_class
= {
460 .sysc
= &omap3xxx_wd_timer_sysc
,
461 .pre_shutdown
= &omap2_wd_timer_disable
,
462 .reset
= &omap2_wd_timer_reset
,
465 static struct omap_hwmod omap3xxx_wd_timer2_hwmod
= {
467 .class = &omap3xxx_wd_timer_hwmod_class
,
468 .main_clk
= "wdt2_fck",
472 .module_bit
= OMAP3430_EN_WDT2_SHIFT
,
473 .module_offs
= WKUP_MOD
,
475 .idlest_idle_bit
= OMAP3430_ST_WDT2_SHIFT
,
479 * XXX: Use software supervised mode, HW supervised smartidle seems to
480 * block CORE power domain idle transitions. Maybe a HW bug in wdt2?
482 .flags
= HWMOD_SWSUP_SIDLE
,
486 static struct omap_hwmod omap3xxx_uart1_hwmod
= {
488 .mpu_irqs
= omap2_uart1_mpu_irqs
,
489 .sdma_reqs
= omap2_uart1_sdma_reqs
,
490 .main_clk
= "uart1_fck",
491 .flags
= DEBUG_TI81XXUART1_FLAGS
| HWMOD_SWSUP_SIDLE
,
494 .module_offs
= CORE_MOD
,
496 .module_bit
= OMAP3430_EN_UART1_SHIFT
,
498 .idlest_idle_bit
= OMAP3430_EN_UART1_SHIFT
,
501 .class = &omap2_uart_class
,
505 static struct omap_hwmod omap3xxx_uart2_hwmod
= {
507 .mpu_irqs
= omap2_uart2_mpu_irqs
,
508 .sdma_reqs
= omap2_uart2_sdma_reqs
,
509 .main_clk
= "uart2_fck",
510 .flags
= DEBUG_TI81XXUART2_FLAGS
| HWMOD_SWSUP_SIDLE
,
513 .module_offs
= CORE_MOD
,
515 .module_bit
= OMAP3430_EN_UART2_SHIFT
,
517 .idlest_idle_bit
= OMAP3430_EN_UART2_SHIFT
,
520 .class = &omap2_uart_class
,
524 static struct omap_hwmod omap3xxx_uart3_hwmod
= {
526 .mpu_irqs
= omap2_uart3_mpu_irqs
,
527 .sdma_reqs
= omap2_uart3_sdma_reqs
,
528 .main_clk
= "uart3_fck",
529 .flags
= DEBUG_OMAP3UART3_FLAGS
| DEBUG_TI81XXUART3_FLAGS
|
533 .module_offs
= OMAP3430_PER_MOD
,
535 .module_bit
= OMAP3430_EN_UART3_SHIFT
,
537 .idlest_idle_bit
= OMAP3430_EN_UART3_SHIFT
,
540 .class = &omap2_uart_class
,
544 static struct omap_hwmod_irq_info uart4_mpu_irqs
[] = {
545 { .irq
= 80 + OMAP_INTC_START
, },
549 static struct omap_hwmod_dma_info uart4_sdma_reqs
[] = {
550 { .name
= "rx", .dma_req
= 82, },
551 { .name
= "tx", .dma_req
= 81, },
555 static struct omap_hwmod omap36xx_uart4_hwmod
= {
557 .mpu_irqs
= uart4_mpu_irqs
,
558 .sdma_reqs
= uart4_sdma_reqs
,
559 .main_clk
= "uart4_fck",
560 .flags
= DEBUG_OMAP3UART4_FLAGS
| HWMOD_SWSUP_SIDLE
,
563 .module_offs
= OMAP3430_PER_MOD
,
565 .module_bit
= OMAP3630_EN_UART4_SHIFT
,
567 .idlest_idle_bit
= OMAP3630_EN_UART4_SHIFT
,
570 .class = &omap2_uart_class
,
573 static struct omap_hwmod_irq_info am35xx_uart4_mpu_irqs
[] = {
574 { .irq
= 84 + OMAP_INTC_START
, },
578 static struct omap_hwmod_dma_info am35xx_uart4_sdma_reqs
[] = {
579 { .name
= "rx", .dma_req
= 55, },
580 { .name
= "tx", .dma_req
= 54, },
585 * XXX AM35xx UART4 cannot complete its softreset without uart1_fck or
586 * uart2_fck being enabled. So we add uart1_fck as an optional clock,
587 * below, and set the HWMOD_CONTROL_OPT_CLKS_IN_RESET. This really
588 * should not be needed. The functional clock structure of the AM35xx
589 * UART4 is extremely unclear and opaque; it is unclear what the role
590 * of uart1/2_fck is for the UART4. Any clarification from either
591 * empirical testing or the AM3505/3517 hardware designers would be
594 static struct omap_hwmod_opt_clk am35xx_uart4_opt_clks
[] = {
595 { .role
= "softreset_uart1_fck", .clk
= "uart1_fck" },
598 static struct omap_hwmod am35xx_uart4_hwmod
= {
600 .mpu_irqs
= am35xx_uart4_mpu_irqs
,
601 .sdma_reqs
= am35xx_uart4_sdma_reqs
,
602 .main_clk
= "uart4_fck",
605 .module_offs
= CORE_MOD
,
607 .module_bit
= AM35XX_EN_UART4_SHIFT
,
609 .idlest_idle_bit
= AM35XX_ST_UART4_SHIFT
,
612 .opt_clks
= am35xx_uart4_opt_clks
,
613 .opt_clks_cnt
= ARRAY_SIZE(am35xx_uart4_opt_clks
),
614 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
615 .class = &omap2_uart_class
,
618 static struct omap_hwmod_class i2c_class
= {
621 .rev
= OMAP_I2C_IP_VERSION_1
,
622 .reset
= &omap_i2c_reset
,
625 static struct omap_hwmod_dma_info omap3xxx_dss_sdma_chs
[] = {
626 { .name
= "dispc", .dma_req
= 5 },
627 { .name
= "dsi1", .dma_req
= 74 },
632 static struct omap_hwmod_opt_clk dss_opt_clks
[] = {
634 * The DSS HW needs all DSS clocks enabled during reset. The dss_core
635 * driver does not use these clocks.
637 { .role
= "sys_clk", .clk
= "dss2_alwon_fck" },
638 { .role
= "tv_clk", .clk
= "dss_tv_fck" },
639 /* required only on OMAP3430 */
640 { .role
= "tv_dac_clk", .clk
= "dss_96m_fck" },
643 static struct omap_hwmod omap3430es1_dss_core_hwmod
= {
645 .class = &omap2_dss_hwmod_class
,
646 .main_clk
= "dss1_alwon_fck", /* instead of dss_fck */
647 .sdma_reqs
= omap3xxx_dss_sdma_chs
,
651 .module_bit
= OMAP3430_EN_DSS1_SHIFT
,
652 .module_offs
= OMAP3430_DSS_MOD
,
654 .idlest_stdby_bit
= OMAP3430ES1_ST_DSS_SHIFT
,
657 .opt_clks
= dss_opt_clks
,
658 .opt_clks_cnt
= ARRAY_SIZE(dss_opt_clks
),
659 .flags
= HWMOD_NO_IDLEST
| HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
662 static struct omap_hwmod omap3xxx_dss_core_hwmod
= {
664 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
665 .class = &omap2_dss_hwmod_class
,
666 .main_clk
= "dss1_alwon_fck", /* instead of dss_fck */
667 .sdma_reqs
= omap3xxx_dss_sdma_chs
,
671 .module_bit
= OMAP3430_EN_DSS1_SHIFT
,
672 .module_offs
= OMAP3430_DSS_MOD
,
674 .idlest_idle_bit
= OMAP3430ES2_ST_DSS_IDLE_SHIFT
,
675 .idlest_stdby_bit
= OMAP3430ES2_ST_DSS_STDBY_SHIFT
,
678 .opt_clks
= dss_opt_clks
,
679 .opt_clks_cnt
= ARRAY_SIZE(dss_opt_clks
),
687 static struct omap_hwmod_class_sysconfig omap3_dispc_sysc
= {
691 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_MIDLEMODE
|
692 SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
|
694 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
|
695 MSTANDBY_FORCE
| MSTANDBY_NO
| MSTANDBY_SMART
),
696 .sysc_fields
= &omap_hwmod_sysc_type1
,
699 static struct omap_hwmod_class omap3_dispc_hwmod_class
= {
701 .sysc
= &omap3_dispc_sysc
,
704 static struct omap_hwmod omap3xxx_dss_dispc_hwmod
= {
706 .class = &omap3_dispc_hwmod_class
,
707 .mpu_irqs
= omap2_dispc_irqs
,
708 .main_clk
= "dss1_alwon_fck",
712 .module_bit
= OMAP3430_EN_DSS1_SHIFT
,
713 .module_offs
= OMAP3430_DSS_MOD
,
716 .flags
= HWMOD_NO_IDLEST
,
717 .dev_attr
= &omap2_3_dss_dispc_dev_attr
722 * display serial interface controller
725 static struct omap_hwmod_class omap3xxx_dsi_hwmod_class
= {
729 static struct omap_hwmod_irq_info omap3xxx_dsi1_irqs
[] = {
730 { .irq
= 25 + OMAP_INTC_START
, },
735 static struct omap_hwmod_opt_clk dss_dsi1_opt_clks
[] = {
736 { .role
= "sys_clk", .clk
= "dss2_alwon_fck" },
739 static struct omap_hwmod omap3xxx_dss_dsi1_hwmod
= {
741 .class = &omap3xxx_dsi_hwmod_class
,
742 .mpu_irqs
= omap3xxx_dsi1_irqs
,
743 .main_clk
= "dss1_alwon_fck",
747 .module_bit
= OMAP3430_EN_DSS1_SHIFT
,
748 .module_offs
= OMAP3430_DSS_MOD
,
751 .opt_clks
= dss_dsi1_opt_clks
,
752 .opt_clks_cnt
= ARRAY_SIZE(dss_dsi1_opt_clks
),
753 .flags
= HWMOD_NO_IDLEST
,
756 static struct omap_hwmod_opt_clk dss_rfbi_opt_clks
[] = {
757 { .role
= "ick", .clk
= "dss_ick" },
760 static struct omap_hwmod omap3xxx_dss_rfbi_hwmod
= {
762 .class = &omap2_rfbi_hwmod_class
,
763 .main_clk
= "dss1_alwon_fck",
767 .module_bit
= OMAP3430_EN_DSS1_SHIFT
,
768 .module_offs
= OMAP3430_DSS_MOD
,
771 .opt_clks
= dss_rfbi_opt_clks
,
772 .opt_clks_cnt
= ARRAY_SIZE(dss_rfbi_opt_clks
),
773 .flags
= HWMOD_NO_IDLEST
,
776 static struct omap_hwmod_opt_clk dss_venc_opt_clks
[] = {
777 /* required only on OMAP3430 */
778 { .role
= "tv_dac_clk", .clk
= "dss_96m_fck" },
781 static struct omap_hwmod omap3xxx_dss_venc_hwmod
= {
783 .class = &omap2_venc_hwmod_class
,
784 .main_clk
= "dss_tv_fck",
788 .module_bit
= OMAP3430_EN_DSS1_SHIFT
,
789 .module_offs
= OMAP3430_DSS_MOD
,
792 .opt_clks
= dss_venc_opt_clks
,
793 .opt_clks_cnt
= ARRAY_SIZE(dss_venc_opt_clks
),
794 .flags
= HWMOD_NO_IDLEST
,
798 static struct omap_i2c_dev_attr i2c1_dev_attr
= {
799 .fifo_depth
= 8, /* bytes */
800 .flags
= OMAP_I2C_FLAG_BUS_SHIFT_2
,
803 static struct omap_hwmod omap3xxx_i2c1_hwmod
= {
805 .flags
= HWMOD_16BIT_REG
| HWMOD_SET_DEFAULT_CLOCKACT
,
806 .mpu_irqs
= omap2_i2c1_mpu_irqs
,
807 .sdma_reqs
= omap2_i2c1_sdma_reqs
,
808 .main_clk
= "i2c1_fck",
811 .module_offs
= CORE_MOD
,
813 .module_bit
= OMAP3430_EN_I2C1_SHIFT
,
815 .idlest_idle_bit
= OMAP3430_ST_I2C1_SHIFT
,
819 .dev_attr
= &i2c1_dev_attr
,
823 static struct omap_i2c_dev_attr i2c2_dev_attr
= {
824 .fifo_depth
= 8, /* bytes */
825 .flags
= OMAP_I2C_FLAG_BUS_SHIFT_2
,
828 static struct omap_hwmod omap3xxx_i2c2_hwmod
= {
830 .flags
= HWMOD_16BIT_REG
| HWMOD_SET_DEFAULT_CLOCKACT
,
831 .mpu_irqs
= omap2_i2c2_mpu_irqs
,
832 .sdma_reqs
= omap2_i2c2_sdma_reqs
,
833 .main_clk
= "i2c2_fck",
836 .module_offs
= CORE_MOD
,
838 .module_bit
= OMAP3430_EN_I2C2_SHIFT
,
840 .idlest_idle_bit
= OMAP3430_ST_I2C2_SHIFT
,
844 .dev_attr
= &i2c2_dev_attr
,
848 static struct omap_i2c_dev_attr i2c3_dev_attr
= {
849 .fifo_depth
= 64, /* bytes */
850 .flags
= OMAP_I2C_FLAG_BUS_SHIFT_2
,
853 static struct omap_hwmod_irq_info i2c3_mpu_irqs
[] = {
854 { .irq
= 61 + OMAP_INTC_START
, },
858 static struct omap_hwmod_dma_info i2c3_sdma_reqs
[] = {
859 { .name
= "tx", .dma_req
= 25 },
860 { .name
= "rx", .dma_req
= 26 },
864 static struct omap_hwmod omap3xxx_i2c3_hwmod
= {
866 .flags
= HWMOD_16BIT_REG
| HWMOD_SET_DEFAULT_CLOCKACT
,
867 .mpu_irqs
= i2c3_mpu_irqs
,
868 .sdma_reqs
= i2c3_sdma_reqs
,
869 .main_clk
= "i2c3_fck",
872 .module_offs
= CORE_MOD
,
874 .module_bit
= OMAP3430_EN_I2C3_SHIFT
,
876 .idlest_idle_bit
= OMAP3430_ST_I2C3_SHIFT
,
880 .dev_attr
= &i2c3_dev_attr
,
885 * general purpose io module
888 static struct omap_hwmod_class_sysconfig omap3xxx_gpio_sysc
= {
892 .sysc_flags
= (SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SIDLEMODE
|
893 SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
|
894 SYSS_HAS_RESET_STATUS
),
895 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
896 .sysc_fields
= &omap_hwmod_sysc_type1
,
899 static struct omap_hwmod_class omap3xxx_gpio_hwmod_class
= {
901 .sysc
= &omap3xxx_gpio_sysc
,
906 static struct omap_gpio_dev_attr gpio_dev_attr
= {
912 static struct omap_hwmod_opt_clk gpio1_opt_clks
[] = {
913 { .role
= "dbclk", .clk
= "gpio1_dbck", },
916 static struct omap_hwmod omap3xxx_gpio1_hwmod
= {
918 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
919 .mpu_irqs
= omap2_gpio1_irqs
,
920 .main_clk
= "gpio1_ick",
921 .opt_clks
= gpio1_opt_clks
,
922 .opt_clks_cnt
= ARRAY_SIZE(gpio1_opt_clks
),
926 .module_bit
= OMAP3430_EN_GPIO1_SHIFT
,
927 .module_offs
= WKUP_MOD
,
929 .idlest_idle_bit
= OMAP3430_ST_GPIO1_SHIFT
,
932 .class = &omap3xxx_gpio_hwmod_class
,
933 .dev_attr
= &gpio_dev_attr
,
937 static struct omap_hwmod_opt_clk gpio2_opt_clks
[] = {
938 { .role
= "dbclk", .clk
= "gpio2_dbck", },
941 static struct omap_hwmod omap3xxx_gpio2_hwmod
= {
943 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
944 .mpu_irqs
= omap2_gpio2_irqs
,
945 .main_clk
= "gpio2_ick",
946 .opt_clks
= gpio2_opt_clks
,
947 .opt_clks_cnt
= ARRAY_SIZE(gpio2_opt_clks
),
951 .module_bit
= OMAP3430_EN_GPIO2_SHIFT
,
952 .module_offs
= OMAP3430_PER_MOD
,
954 .idlest_idle_bit
= OMAP3430_ST_GPIO2_SHIFT
,
957 .class = &omap3xxx_gpio_hwmod_class
,
958 .dev_attr
= &gpio_dev_attr
,
962 static struct omap_hwmod_opt_clk gpio3_opt_clks
[] = {
963 { .role
= "dbclk", .clk
= "gpio3_dbck", },
966 static struct omap_hwmod omap3xxx_gpio3_hwmod
= {
968 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
969 .mpu_irqs
= omap2_gpio3_irqs
,
970 .main_clk
= "gpio3_ick",
971 .opt_clks
= gpio3_opt_clks
,
972 .opt_clks_cnt
= ARRAY_SIZE(gpio3_opt_clks
),
976 .module_bit
= OMAP3430_EN_GPIO3_SHIFT
,
977 .module_offs
= OMAP3430_PER_MOD
,
979 .idlest_idle_bit
= OMAP3430_ST_GPIO3_SHIFT
,
982 .class = &omap3xxx_gpio_hwmod_class
,
983 .dev_attr
= &gpio_dev_attr
,
987 static struct omap_hwmod_opt_clk gpio4_opt_clks
[] = {
988 { .role
= "dbclk", .clk
= "gpio4_dbck", },
991 static struct omap_hwmod omap3xxx_gpio4_hwmod
= {
993 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
994 .mpu_irqs
= omap2_gpio4_irqs
,
995 .main_clk
= "gpio4_ick",
996 .opt_clks
= gpio4_opt_clks
,
997 .opt_clks_cnt
= ARRAY_SIZE(gpio4_opt_clks
),
1001 .module_bit
= OMAP3430_EN_GPIO4_SHIFT
,
1002 .module_offs
= OMAP3430_PER_MOD
,
1004 .idlest_idle_bit
= OMAP3430_ST_GPIO4_SHIFT
,
1007 .class = &omap3xxx_gpio_hwmod_class
,
1008 .dev_attr
= &gpio_dev_attr
,
1012 static struct omap_hwmod_irq_info omap3xxx_gpio5_irqs
[] = {
1013 { .irq
= 33 + OMAP_INTC_START
, }, /* INT_34XX_GPIO_BANK5 */
1017 static struct omap_hwmod_opt_clk gpio5_opt_clks
[] = {
1018 { .role
= "dbclk", .clk
= "gpio5_dbck", },
1021 static struct omap_hwmod omap3xxx_gpio5_hwmod
= {
1023 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
1024 .mpu_irqs
= omap3xxx_gpio5_irqs
,
1025 .main_clk
= "gpio5_ick",
1026 .opt_clks
= gpio5_opt_clks
,
1027 .opt_clks_cnt
= ARRAY_SIZE(gpio5_opt_clks
),
1031 .module_bit
= OMAP3430_EN_GPIO5_SHIFT
,
1032 .module_offs
= OMAP3430_PER_MOD
,
1034 .idlest_idle_bit
= OMAP3430_ST_GPIO5_SHIFT
,
1037 .class = &omap3xxx_gpio_hwmod_class
,
1038 .dev_attr
= &gpio_dev_attr
,
1042 static struct omap_hwmod_irq_info omap3xxx_gpio6_irqs
[] = {
1043 { .irq
= 34 + OMAP_INTC_START
, }, /* INT_34XX_GPIO_BANK6 */
1047 static struct omap_hwmod_opt_clk gpio6_opt_clks
[] = {
1048 { .role
= "dbclk", .clk
= "gpio6_dbck", },
1051 static struct omap_hwmod omap3xxx_gpio6_hwmod
= {
1053 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
1054 .mpu_irqs
= omap3xxx_gpio6_irqs
,
1055 .main_clk
= "gpio6_ick",
1056 .opt_clks
= gpio6_opt_clks
,
1057 .opt_clks_cnt
= ARRAY_SIZE(gpio6_opt_clks
),
1061 .module_bit
= OMAP3430_EN_GPIO6_SHIFT
,
1062 .module_offs
= OMAP3430_PER_MOD
,
1064 .idlest_idle_bit
= OMAP3430_ST_GPIO6_SHIFT
,
1067 .class = &omap3xxx_gpio_hwmod_class
,
1068 .dev_attr
= &gpio_dev_attr
,
1071 /* dma attributes */
1072 static struct omap_dma_dev_attr dma_dev_attr
= {
1073 .dev_caps
= RESERVE_CHANNEL
| DMA_LINKED_LCH
| GLOBAL_PRIORITY
|
1074 IS_CSSA_32
| IS_CDSA_32
| IS_RW_PRIORITY
,
1078 static struct omap_hwmod_class_sysconfig omap3xxx_dma_sysc
= {
1080 .sysc_offs
= 0x002c,
1081 .syss_offs
= 0x0028,
1082 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_SOFTRESET
|
1083 SYSC_HAS_MIDLEMODE
| SYSC_HAS_CLOCKACTIVITY
|
1084 SYSC_HAS_EMUFREE
| SYSC_HAS_AUTOIDLE
|
1085 SYSS_HAS_RESET_STATUS
),
1086 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
|
1087 MSTANDBY_FORCE
| MSTANDBY_NO
| MSTANDBY_SMART
),
1088 .sysc_fields
= &omap_hwmod_sysc_type1
,
1091 static struct omap_hwmod_class omap3xxx_dma_hwmod_class
= {
1093 .sysc
= &omap3xxx_dma_sysc
,
1097 static struct omap_hwmod omap3xxx_dma_system_hwmod
= {
1099 .class = &omap3xxx_dma_hwmod_class
,
1100 .mpu_irqs
= omap2_dma_system_irqs
,
1101 .main_clk
= "core_l3_ick",
1104 .module_offs
= CORE_MOD
,
1106 .module_bit
= OMAP3430_ST_SDMA_SHIFT
,
1108 .idlest_idle_bit
= OMAP3430_ST_SDMA_SHIFT
,
1111 .dev_attr
= &dma_dev_attr
,
1112 .flags
= HWMOD_NO_IDLEST
,
1117 * multi channel buffered serial port controller
1120 static struct omap_hwmod_class_sysconfig omap3xxx_mcbsp_sysc
= {
1121 .sysc_offs
= 0x008c,
1122 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_ENAWAKEUP
|
1123 SYSC_HAS_SIDLEMODE
| SYSC_HAS_SOFTRESET
),
1124 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
1125 .sysc_fields
= &omap_hwmod_sysc_type1
,
1129 static struct omap_hwmod_class omap3xxx_mcbsp_hwmod_class
= {
1131 .sysc
= &omap3xxx_mcbsp_sysc
,
1132 .rev
= MCBSP_CONFIG_TYPE3
,
1135 /* McBSP functional clock mapping */
1136 static struct omap_hwmod_opt_clk mcbsp15_opt_clks
[] = {
1137 { .role
= "pad_fck", .clk
= "mcbsp_clks" },
1138 { .role
= "prcm_fck", .clk
= "core_96m_fck" },
1141 static struct omap_hwmod_opt_clk mcbsp234_opt_clks
[] = {
1142 { .role
= "pad_fck", .clk
= "mcbsp_clks" },
1143 { .role
= "prcm_fck", .clk
= "per_96m_fck" },
1147 static struct omap_hwmod_irq_info omap3xxx_mcbsp1_irqs
[] = {
1148 { .name
= "common", .irq
= 16 + OMAP_INTC_START
, },
1149 { .name
= "tx", .irq
= 59 + OMAP_INTC_START
, },
1150 { .name
= "rx", .irq
= 60 + OMAP_INTC_START
, },
1154 static struct omap_hwmod omap3xxx_mcbsp1_hwmod
= {
1156 .class = &omap3xxx_mcbsp_hwmod_class
,
1157 .mpu_irqs
= omap3xxx_mcbsp1_irqs
,
1158 .sdma_reqs
= omap2_mcbsp1_sdma_reqs
,
1159 .main_clk
= "mcbsp1_fck",
1163 .module_bit
= OMAP3430_EN_MCBSP1_SHIFT
,
1164 .module_offs
= CORE_MOD
,
1166 .idlest_idle_bit
= OMAP3430_ST_MCBSP1_SHIFT
,
1169 .opt_clks
= mcbsp15_opt_clks
,
1170 .opt_clks_cnt
= ARRAY_SIZE(mcbsp15_opt_clks
),
1174 static struct omap_hwmod_irq_info omap3xxx_mcbsp2_irqs
[] = {
1175 { .name
= "common", .irq
= 17 + OMAP_INTC_START
, },
1176 { .name
= "tx", .irq
= 62 + OMAP_INTC_START
, },
1177 { .name
= "rx", .irq
= 63 + OMAP_INTC_START
, },
1181 static struct omap_mcbsp_dev_attr omap34xx_mcbsp2_dev_attr
= {
1182 .sidetone
= "mcbsp2_sidetone",
1185 static struct omap_hwmod omap3xxx_mcbsp2_hwmod
= {
1187 .class = &omap3xxx_mcbsp_hwmod_class
,
1188 .mpu_irqs
= omap3xxx_mcbsp2_irqs
,
1189 .sdma_reqs
= omap2_mcbsp2_sdma_reqs
,
1190 .main_clk
= "mcbsp2_fck",
1194 .module_bit
= OMAP3430_EN_MCBSP2_SHIFT
,
1195 .module_offs
= OMAP3430_PER_MOD
,
1197 .idlest_idle_bit
= OMAP3430_ST_MCBSP2_SHIFT
,
1200 .opt_clks
= mcbsp234_opt_clks
,
1201 .opt_clks_cnt
= ARRAY_SIZE(mcbsp234_opt_clks
),
1202 .dev_attr
= &omap34xx_mcbsp2_dev_attr
,
1206 static struct omap_hwmod_irq_info omap3xxx_mcbsp3_irqs
[] = {
1207 { .name
= "common", .irq
= 22 + OMAP_INTC_START
, },
1208 { .name
= "tx", .irq
= 89 + OMAP_INTC_START
, },
1209 { .name
= "rx", .irq
= 90 + OMAP_INTC_START
, },
1213 static struct omap_mcbsp_dev_attr omap34xx_mcbsp3_dev_attr
= {
1214 .sidetone
= "mcbsp3_sidetone",
1217 static struct omap_hwmod omap3xxx_mcbsp3_hwmod
= {
1219 .class = &omap3xxx_mcbsp_hwmod_class
,
1220 .mpu_irqs
= omap3xxx_mcbsp3_irqs
,
1221 .sdma_reqs
= omap2_mcbsp3_sdma_reqs
,
1222 .main_clk
= "mcbsp3_fck",
1226 .module_bit
= OMAP3430_EN_MCBSP3_SHIFT
,
1227 .module_offs
= OMAP3430_PER_MOD
,
1229 .idlest_idle_bit
= OMAP3430_ST_MCBSP3_SHIFT
,
1232 .opt_clks
= mcbsp234_opt_clks
,
1233 .opt_clks_cnt
= ARRAY_SIZE(mcbsp234_opt_clks
),
1234 .dev_attr
= &omap34xx_mcbsp3_dev_attr
,
1238 static struct omap_hwmod_irq_info omap3xxx_mcbsp4_irqs
[] = {
1239 { .name
= "common", .irq
= 23 + OMAP_INTC_START
, },
1240 { .name
= "tx", .irq
= 54 + OMAP_INTC_START
, },
1241 { .name
= "rx", .irq
= 55 + OMAP_INTC_START
, },
1245 static struct omap_hwmod_dma_info omap3xxx_mcbsp4_sdma_chs
[] = {
1246 { .name
= "rx", .dma_req
= 20 },
1247 { .name
= "tx", .dma_req
= 19 },
1251 static struct omap_hwmod omap3xxx_mcbsp4_hwmod
= {
1253 .class = &omap3xxx_mcbsp_hwmod_class
,
1254 .mpu_irqs
= omap3xxx_mcbsp4_irqs
,
1255 .sdma_reqs
= omap3xxx_mcbsp4_sdma_chs
,
1256 .main_clk
= "mcbsp4_fck",
1260 .module_bit
= OMAP3430_EN_MCBSP4_SHIFT
,
1261 .module_offs
= OMAP3430_PER_MOD
,
1263 .idlest_idle_bit
= OMAP3430_ST_MCBSP4_SHIFT
,
1266 .opt_clks
= mcbsp234_opt_clks
,
1267 .opt_clks_cnt
= ARRAY_SIZE(mcbsp234_opt_clks
),
1271 static struct omap_hwmod_irq_info omap3xxx_mcbsp5_irqs
[] = {
1272 { .name
= "common", .irq
= 27 + OMAP_INTC_START
, },
1273 { .name
= "tx", .irq
= 81 + OMAP_INTC_START
, },
1274 { .name
= "rx", .irq
= 82 + OMAP_INTC_START
, },
1278 static struct omap_hwmod_dma_info omap3xxx_mcbsp5_sdma_chs
[] = {
1279 { .name
= "rx", .dma_req
= 22 },
1280 { .name
= "tx", .dma_req
= 21 },
1284 static struct omap_hwmod omap3xxx_mcbsp5_hwmod
= {
1286 .class = &omap3xxx_mcbsp_hwmod_class
,
1287 .mpu_irqs
= omap3xxx_mcbsp5_irqs
,
1288 .sdma_reqs
= omap3xxx_mcbsp5_sdma_chs
,
1289 .main_clk
= "mcbsp5_fck",
1293 .module_bit
= OMAP3430_EN_MCBSP5_SHIFT
,
1294 .module_offs
= CORE_MOD
,
1296 .idlest_idle_bit
= OMAP3430_ST_MCBSP5_SHIFT
,
1299 .opt_clks
= mcbsp15_opt_clks
,
1300 .opt_clks_cnt
= ARRAY_SIZE(mcbsp15_opt_clks
),
1303 /* 'mcbsp sidetone' class */
1304 static struct omap_hwmod_class_sysconfig omap3xxx_mcbsp_sidetone_sysc
= {
1305 .sysc_offs
= 0x0010,
1306 .sysc_flags
= SYSC_HAS_AUTOIDLE
,
1307 .sysc_fields
= &omap_hwmod_sysc_type1
,
1310 static struct omap_hwmod_class omap3xxx_mcbsp_sidetone_hwmod_class
= {
1311 .name
= "mcbsp_sidetone",
1312 .sysc
= &omap3xxx_mcbsp_sidetone_sysc
,
1315 /* mcbsp2_sidetone */
1316 static struct omap_hwmod_irq_info omap3xxx_mcbsp2_sidetone_irqs
[] = {
1317 { .name
= "irq", .irq
= 4 + OMAP_INTC_START
, },
1321 static struct omap_hwmod omap3xxx_mcbsp2_sidetone_hwmod
= {
1322 .name
= "mcbsp2_sidetone",
1323 .class = &omap3xxx_mcbsp_sidetone_hwmod_class
,
1324 .mpu_irqs
= omap3xxx_mcbsp2_sidetone_irqs
,
1325 .main_clk
= "mcbsp2_fck",
1329 .module_bit
= OMAP3430_EN_MCBSP2_SHIFT
,
1330 .module_offs
= OMAP3430_PER_MOD
,
1332 .idlest_idle_bit
= OMAP3430_ST_MCBSP2_SHIFT
,
1337 /* mcbsp3_sidetone */
1338 static struct omap_hwmod_irq_info omap3xxx_mcbsp3_sidetone_irqs
[] = {
1339 { .name
= "irq", .irq
= 5 + OMAP_INTC_START
, },
1343 static struct omap_hwmod omap3xxx_mcbsp3_sidetone_hwmod
= {
1344 .name
= "mcbsp3_sidetone",
1345 .class = &omap3xxx_mcbsp_sidetone_hwmod_class
,
1346 .mpu_irqs
= omap3xxx_mcbsp3_sidetone_irqs
,
1347 .main_clk
= "mcbsp3_fck",
1351 .module_bit
= OMAP3430_EN_MCBSP3_SHIFT
,
1352 .module_offs
= OMAP3430_PER_MOD
,
1354 .idlest_idle_bit
= OMAP3430_ST_MCBSP3_SHIFT
,
1360 static struct omap_hwmod_sysc_fields omap34xx_sr_sysc_fields
= {
1364 static struct omap_hwmod_class_sysconfig omap34xx_sr_sysc
= {
1366 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_NO_CACHE
),
1367 .clockact
= CLOCKACT_TEST_ICLK
,
1368 .sysc_fields
= &omap34xx_sr_sysc_fields
,
1371 static struct omap_hwmod_class omap34xx_smartreflex_hwmod_class
= {
1372 .name
= "smartreflex",
1373 .sysc
= &omap34xx_sr_sysc
,
1377 static struct omap_hwmod_sysc_fields omap36xx_sr_sysc_fields
= {
1382 static struct omap_hwmod_class_sysconfig omap36xx_sr_sysc
= {
1384 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
1385 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_ENAWAKEUP
|
1387 .sysc_fields
= &omap36xx_sr_sysc_fields
,
1390 static struct omap_hwmod_class omap36xx_smartreflex_hwmod_class
= {
1391 .name
= "smartreflex",
1392 .sysc
= &omap36xx_sr_sysc
,
1397 static struct omap_smartreflex_dev_attr sr1_dev_attr
= {
1398 .sensor_voltdm_name
= "mpu_iva",
1401 static struct omap_hwmod_irq_info omap3_smartreflex_mpu_irqs
[] = {
1402 { .irq
= 18 + OMAP_INTC_START
, },
1406 static struct omap_hwmod omap34xx_sr1_hwmod
= {
1407 .name
= "smartreflex_mpu_iva",
1408 .class = &omap34xx_smartreflex_hwmod_class
,
1409 .main_clk
= "sr1_fck",
1413 .module_bit
= OMAP3430_EN_SR1_SHIFT
,
1414 .module_offs
= WKUP_MOD
,
1416 .idlest_idle_bit
= OMAP3430_EN_SR1_SHIFT
,
1419 .dev_attr
= &sr1_dev_attr
,
1420 .mpu_irqs
= omap3_smartreflex_mpu_irqs
,
1421 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
1424 static struct omap_hwmod omap36xx_sr1_hwmod
= {
1425 .name
= "smartreflex_mpu_iva",
1426 .class = &omap36xx_smartreflex_hwmod_class
,
1427 .main_clk
= "sr1_fck",
1431 .module_bit
= OMAP3430_EN_SR1_SHIFT
,
1432 .module_offs
= WKUP_MOD
,
1434 .idlest_idle_bit
= OMAP3430_EN_SR1_SHIFT
,
1437 .dev_attr
= &sr1_dev_attr
,
1438 .mpu_irqs
= omap3_smartreflex_mpu_irqs
,
1442 static struct omap_smartreflex_dev_attr sr2_dev_attr
= {
1443 .sensor_voltdm_name
= "core",
1446 static struct omap_hwmod_irq_info omap3_smartreflex_core_irqs
[] = {
1447 { .irq
= 19 + OMAP_INTC_START
, },
1451 static struct omap_hwmod omap34xx_sr2_hwmod
= {
1452 .name
= "smartreflex_core",
1453 .class = &omap34xx_smartreflex_hwmod_class
,
1454 .main_clk
= "sr2_fck",
1458 .module_bit
= OMAP3430_EN_SR2_SHIFT
,
1459 .module_offs
= WKUP_MOD
,
1461 .idlest_idle_bit
= OMAP3430_EN_SR2_SHIFT
,
1464 .dev_attr
= &sr2_dev_attr
,
1465 .mpu_irqs
= omap3_smartreflex_core_irqs
,
1466 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
1469 static struct omap_hwmod omap36xx_sr2_hwmod
= {
1470 .name
= "smartreflex_core",
1471 .class = &omap36xx_smartreflex_hwmod_class
,
1472 .main_clk
= "sr2_fck",
1476 .module_bit
= OMAP3430_EN_SR2_SHIFT
,
1477 .module_offs
= WKUP_MOD
,
1479 .idlest_idle_bit
= OMAP3430_EN_SR2_SHIFT
,
1482 .dev_attr
= &sr2_dev_attr
,
1483 .mpu_irqs
= omap3_smartreflex_core_irqs
,
1488 * mailbox module allowing communication between the on-chip processors
1489 * using a queued mailbox-interrupt mechanism.
1492 static struct omap_hwmod_class_sysconfig omap3xxx_mailbox_sysc
= {
1496 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
1497 SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
),
1498 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
1499 .sysc_fields
= &omap_hwmod_sysc_type1
,
1502 static struct omap_hwmod_class omap3xxx_mailbox_hwmod_class
= {
1504 .sysc
= &omap3xxx_mailbox_sysc
,
1507 static struct omap_hwmod omap3xxx_mailbox_hwmod
= {
1509 .class = &omap3xxx_mailbox_hwmod_class
,
1510 .main_clk
= "mailboxes_ick",
1514 .module_bit
= OMAP3430_EN_MAILBOXES_SHIFT
,
1515 .module_offs
= CORE_MOD
,
1517 .idlest_idle_bit
= OMAP3430_ST_MAILBOXES_SHIFT
,
1524 * multichannel serial port interface (mcspi) / master/slave synchronous serial
1528 static struct omap_hwmod_class_sysconfig omap34xx_mcspi_sysc
= {
1530 .sysc_offs
= 0x0010,
1531 .syss_offs
= 0x0014,
1532 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
1533 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
1534 SYSC_HAS_AUTOIDLE
| SYSS_HAS_RESET_STATUS
),
1535 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
1536 .sysc_fields
= &omap_hwmod_sysc_type1
,
1539 static struct omap_hwmod_class omap34xx_mcspi_class
= {
1541 .sysc
= &omap34xx_mcspi_sysc
,
1542 .rev
= OMAP3_MCSPI_REV
,
1546 static struct omap2_mcspi_dev_attr omap_mcspi1_dev_attr
= {
1547 .num_chipselect
= 4,
1550 static struct omap_hwmod omap34xx_mcspi1
= {
1552 .mpu_irqs
= omap2_mcspi1_mpu_irqs
,
1553 .sdma_reqs
= omap2_mcspi1_sdma_reqs
,
1554 .main_clk
= "mcspi1_fck",
1557 .module_offs
= CORE_MOD
,
1559 .module_bit
= OMAP3430_EN_MCSPI1_SHIFT
,
1561 .idlest_idle_bit
= OMAP3430_ST_MCSPI1_SHIFT
,
1564 .class = &omap34xx_mcspi_class
,
1565 .dev_attr
= &omap_mcspi1_dev_attr
,
1569 static struct omap2_mcspi_dev_attr omap_mcspi2_dev_attr
= {
1570 .num_chipselect
= 2,
1573 static struct omap_hwmod omap34xx_mcspi2
= {
1575 .mpu_irqs
= omap2_mcspi2_mpu_irqs
,
1576 .sdma_reqs
= omap2_mcspi2_sdma_reqs
,
1577 .main_clk
= "mcspi2_fck",
1580 .module_offs
= CORE_MOD
,
1582 .module_bit
= OMAP3430_EN_MCSPI2_SHIFT
,
1584 .idlest_idle_bit
= OMAP3430_ST_MCSPI2_SHIFT
,
1587 .class = &omap34xx_mcspi_class
,
1588 .dev_attr
= &omap_mcspi2_dev_attr
,
1592 static struct omap_hwmod_irq_info omap34xx_mcspi3_mpu_irqs
[] = {
1593 { .name
= "irq", .irq
= 91 + OMAP_INTC_START
, }, /* 91 */
1597 static struct omap_hwmod_dma_info omap34xx_mcspi3_sdma_reqs
[] = {
1598 { .name
= "tx0", .dma_req
= 15 },
1599 { .name
= "rx0", .dma_req
= 16 },
1600 { .name
= "tx1", .dma_req
= 23 },
1601 { .name
= "rx1", .dma_req
= 24 },
1605 static struct omap2_mcspi_dev_attr omap_mcspi3_dev_attr
= {
1606 .num_chipselect
= 2,
1609 static struct omap_hwmod omap34xx_mcspi3
= {
1611 .mpu_irqs
= omap34xx_mcspi3_mpu_irqs
,
1612 .sdma_reqs
= omap34xx_mcspi3_sdma_reqs
,
1613 .main_clk
= "mcspi3_fck",
1616 .module_offs
= CORE_MOD
,
1618 .module_bit
= OMAP3430_EN_MCSPI3_SHIFT
,
1620 .idlest_idle_bit
= OMAP3430_ST_MCSPI3_SHIFT
,
1623 .class = &omap34xx_mcspi_class
,
1624 .dev_attr
= &omap_mcspi3_dev_attr
,
1628 static struct omap_hwmod_irq_info omap34xx_mcspi4_mpu_irqs
[] = {
1629 { .name
= "irq", .irq
= 48 + OMAP_INTC_START
, },
1633 static struct omap_hwmod_dma_info omap34xx_mcspi4_sdma_reqs
[] = {
1634 { .name
= "tx0", .dma_req
= 70 }, /* DMA_SPI4_TX0 */
1635 { .name
= "rx0", .dma_req
= 71 }, /* DMA_SPI4_RX0 */
1639 static struct omap2_mcspi_dev_attr omap_mcspi4_dev_attr
= {
1640 .num_chipselect
= 1,
1643 static struct omap_hwmod omap34xx_mcspi4
= {
1645 .mpu_irqs
= omap34xx_mcspi4_mpu_irqs
,
1646 .sdma_reqs
= omap34xx_mcspi4_sdma_reqs
,
1647 .main_clk
= "mcspi4_fck",
1650 .module_offs
= CORE_MOD
,
1652 .module_bit
= OMAP3430_EN_MCSPI4_SHIFT
,
1654 .idlest_idle_bit
= OMAP3430_ST_MCSPI4_SHIFT
,
1657 .class = &omap34xx_mcspi_class
,
1658 .dev_attr
= &omap_mcspi4_dev_attr
,
1662 static struct omap_hwmod_class_sysconfig omap3xxx_usbhsotg_sysc
= {
1664 .sysc_offs
= 0x0404,
1665 .syss_offs
= 0x0408,
1666 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_MIDLEMODE
|
1667 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
1669 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
|
1670 MSTANDBY_FORCE
| MSTANDBY_NO
| MSTANDBY_SMART
),
1671 .sysc_fields
= &omap_hwmod_sysc_type1
,
1674 static struct omap_hwmod_class usbotg_class
= {
1676 .sysc
= &omap3xxx_usbhsotg_sysc
,
1680 static struct omap_hwmod_irq_info omap3xxx_usbhsotg_mpu_irqs
[] = {
1682 { .name
= "mc", .irq
= 92 + OMAP_INTC_START
, },
1683 { .name
= "dma", .irq
= 93 + OMAP_INTC_START
, },
1687 static struct omap_hwmod omap3xxx_usbhsotg_hwmod
= {
1688 .name
= "usb_otg_hs",
1689 .mpu_irqs
= omap3xxx_usbhsotg_mpu_irqs
,
1690 .main_clk
= "hsotgusb_ick",
1694 .module_bit
= OMAP3430_EN_HSOTGUSB_SHIFT
,
1695 .module_offs
= CORE_MOD
,
1697 .idlest_idle_bit
= OMAP3430ES2_ST_HSOTGUSB_IDLE_SHIFT
,
1698 .idlest_stdby_bit
= OMAP3430ES2_ST_HSOTGUSB_STDBY_SHIFT
1701 .class = &usbotg_class
,
1704 * Erratum ID: i479 idle_req / idle_ack mechanism potentially
1705 * broken when autoidle is enabled
1706 * workaround is to disable the autoidle bit at module level.
1708 * Enabling the device in any other MIDLEMODE setting but force-idle
1709 * causes core_pwrdm not enter idle states at least on OMAP3630.
1710 * Note that musb has OTG_FORCESTDBY register that controls MSTANDBY
1711 * signal when MIDLEMODE is set to force-idle.
1713 .flags
= HWMOD_NO_OCP_AUTOIDLE
| HWMOD_SWSUP_SIDLE
|
1714 HWMOD_FORCE_MSTANDBY
| HWMOD_RECONFIG_IO_CHAIN
,
1718 static struct omap_hwmod_irq_info am35xx_usbhsotg_mpu_irqs
[] = {
1719 { .name
= "mc", .irq
= 71 + OMAP_INTC_START
, },
1723 static struct omap_hwmod_class am35xx_usbotg_class
= {
1724 .name
= "am35xx_usbotg",
1727 static struct omap_hwmod am35xx_usbhsotg_hwmod
= {
1728 .name
= "am35x_otg_hs",
1729 .mpu_irqs
= am35xx_usbhsotg_mpu_irqs
,
1730 .main_clk
= "hsotgusb_fck",
1731 .class = &am35xx_usbotg_class
,
1732 .flags
= HWMOD_NO_IDLEST
,
1735 /* MMC/SD/SDIO common */
1736 static struct omap_hwmod_class_sysconfig omap34xx_mmc_sysc
= {
1740 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
1741 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
1742 SYSC_HAS_AUTOIDLE
| SYSS_HAS_RESET_STATUS
),
1743 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
1744 .sysc_fields
= &omap_hwmod_sysc_type1
,
1747 static struct omap_hwmod_class omap34xx_mmc_class
= {
1749 .sysc
= &omap34xx_mmc_sysc
,
1754 static struct omap_hwmod_irq_info omap34xx_mmc1_mpu_irqs
[] = {
1755 { .irq
= 83 + OMAP_INTC_START
, },
1759 static struct omap_hwmod_dma_info omap34xx_mmc1_sdma_reqs
[] = {
1760 { .name
= "tx", .dma_req
= 61, },
1761 { .name
= "rx", .dma_req
= 62, },
1765 static struct omap_hwmod_opt_clk omap34xx_mmc1_opt_clks
[] = {
1766 { .role
= "dbck", .clk
= "omap_32k_fck", },
1769 static struct omap_hsmmc_dev_attr mmc1_dev_attr
= {
1770 .flags
= OMAP_HSMMC_SUPPORTS_DUAL_VOLT
,
1773 /* See 35xx errata 2.1.1.128 in SPRZ278F */
1774 static struct omap_hsmmc_dev_attr mmc1_pre_es3_dev_attr
= {
1775 .flags
= (OMAP_HSMMC_SUPPORTS_DUAL_VOLT
|
1776 OMAP_HSMMC_BROKEN_MULTIBLOCK_READ
),
1779 static struct omap_hwmod omap3xxx_pre_es3_mmc1_hwmod
= {
1781 .mpu_irqs
= omap34xx_mmc1_mpu_irqs
,
1782 .sdma_reqs
= omap34xx_mmc1_sdma_reqs
,
1783 .opt_clks
= omap34xx_mmc1_opt_clks
,
1784 .opt_clks_cnt
= ARRAY_SIZE(omap34xx_mmc1_opt_clks
),
1785 .main_clk
= "mmchs1_fck",
1788 .module_offs
= CORE_MOD
,
1790 .module_bit
= OMAP3430_EN_MMC1_SHIFT
,
1792 .idlest_idle_bit
= OMAP3430_ST_MMC1_SHIFT
,
1795 .dev_attr
= &mmc1_pre_es3_dev_attr
,
1796 .class = &omap34xx_mmc_class
,
1799 static struct omap_hwmod omap3xxx_es3plus_mmc1_hwmod
= {
1801 .mpu_irqs
= omap34xx_mmc1_mpu_irqs
,
1802 .sdma_reqs
= omap34xx_mmc1_sdma_reqs
,
1803 .opt_clks
= omap34xx_mmc1_opt_clks
,
1804 .opt_clks_cnt
= ARRAY_SIZE(omap34xx_mmc1_opt_clks
),
1805 .main_clk
= "mmchs1_fck",
1808 .module_offs
= CORE_MOD
,
1810 .module_bit
= OMAP3430_EN_MMC1_SHIFT
,
1812 .idlest_idle_bit
= OMAP3430_ST_MMC1_SHIFT
,
1815 .dev_attr
= &mmc1_dev_attr
,
1816 .class = &omap34xx_mmc_class
,
1821 static struct omap_hwmod_irq_info omap34xx_mmc2_mpu_irqs
[] = {
1822 { .irq
= 86 + OMAP_INTC_START
, },
1826 static struct omap_hwmod_dma_info omap34xx_mmc2_sdma_reqs
[] = {
1827 { .name
= "tx", .dma_req
= 47, },
1828 { .name
= "rx", .dma_req
= 48, },
1832 static struct omap_hwmod_opt_clk omap34xx_mmc2_opt_clks
[] = {
1833 { .role
= "dbck", .clk
= "omap_32k_fck", },
1836 /* See 35xx errata 2.1.1.128 in SPRZ278F */
1837 static struct omap_hsmmc_dev_attr mmc2_pre_es3_dev_attr
= {
1838 .flags
= OMAP_HSMMC_BROKEN_MULTIBLOCK_READ
,
1841 static struct omap_hwmod omap3xxx_pre_es3_mmc2_hwmod
= {
1843 .mpu_irqs
= omap34xx_mmc2_mpu_irqs
,
1844 .sdma_reqs
= omap34xx_mmc2_sdma_reqs
,
1845 .opt_clks
= omap34xx_mmc2_opt_clks
,
1846 .opt_clks_cnt
= ARRAY_SIZE(omap34xx_mmc2_opt_clks
),
1847 .main_clk
= "mmchs2_fck",
1850 .module_offs
= CORE_MOD
,
1852 .module_bit
= OMAP3430_EN_MMC2_SHIFT
,
1854 .idlest_idle_bit
= OMAP3430_ST_MMC2_SHIFT
,
1857 .dev_attr
= &mmc2_pre_es3_dev_attr
,
1858 .class = &omap34xx_mmc_class
,
1861 static struct omap_hwmod omap3xxx_es3plus_mmc2_hwmod
= {
1863 .mpu_irqs
= omap34xx_mmc2_mpu_irqs
,
1864 .sdma_reqs
= omap34xx_mmc2_sdma_reqs
,
1865 .opt_clks
= omap34xx_mmc2_opt_clks
,
1866 .opt_clks_cnt
= ARRAY_SIZE(omap34xx_mmc2_opt_clks
),
1867 .main_clk
= "mmchs2_fck",
1870 .module_offs
= CORE_MOD
,
1872 .module_bit
= OMAP3430_EN_MMC2_SHIFT
,
1874 .idlest_idle_bit
= OMAP3430_ST_MMC2_SHIFT
,
1877 .class = &omap34xx_mmc_class
,
1882 static struct omap_hwmod_irq_info omap34xx_mmc3_mpu_irqs
[] = {
1883 { .irq
= 94 + OMAP_INTC_START
, },
1887 static struct omap_hwmod_dma_info omap34xx_mmc3_sdma_reqs
[] = {
1888 { .name
= "tx", .dma_req
= 77, },
1889 { .name
= "rx", .dma_req
= 78, },
1893 static struct omap_hwmod_opt_clk omap34xx_mmc3_opt_clks
[] = {
1894 { .role
= "dbck", .clk
= "omap_32k_fck", },
1897 static struct omap_hwmod omap3xxx_mmc3_hwmod
= {
1899 .mpu_irqs
= omap34xx_mmc3_mpu_irqs
,
1900 .sdma_reqs
= omap34xx_mmc3_sdma_reqs
,
1901 .opt_clks
= omap34xx_mmc3_opt_clks
,
1902 .opt_clks_cnt
= ARRAY_SIZE(omap34xx_mmc3_opt_clks
),
1903 .main_clk
= "mmchs3_fck",
1907 .module_bit
= OMAP3430_EN_MMC3_SHIFT
,
1909 .idlest_idle_bit
= OMAP3430_ST_MMC3_SHIFT
,
1912 .class = &omap34xx_mmc_class
,
1916 * 'usb_host_hs' class
1917 * high-speed multi-port usb host controller
1920 static struct omap_hwmod_class_sysconfig omap3xxx_usb_host_hs_sysc
= {
1922 .sysc_offs
= 0x0010,
1923 .syss_offs
= 0x0014,
1924 .sysc_flags
= (SYSC_HAS_MIDLEMODE
| SYSC_HAS_CLOCKACTIVITY
|
1925 SYSC_HAS_SIDLEMODE
| SYSC_HAS_ENAWAKEUP
|
1926 SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
|
1927 SYSS_HAS_RESET_STATUS
),
1928 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
|
1929 MSTANDBY_FORCE
| MSTANDBY_NO
| MSTANDBY_SMART
),
1930 .sysc_fields
= &omap_hwmod_sysc_type1
,
1933 static struct omap_hwmod_class omap3xxx_usb_host_hs_hwmod_class
= {
1934 .name
= "usb_host_hs",
1935 .sysc
= &omap3xxx_usb_host_hs_sysc
,
1938 static struct omap_hwmod_irq_info omap3xxx_usb_host_hs_irqs
[] = {
1939 { .name
= "ohci-irq", .irq
= 76 + OMAP_INTC_START
, },
1940 { .name
= "ehci-irq", .irq
= 77 + OMAP_INTC_START
, },
1944 static struct omap_hwmod omap3xxx_usb_host_hs_hwmod
= {
1945 .name
= "usb_host_hs",
1946 .class = &omap3xxx_usb_host_hs_hwmod_class
,
1947 .clkdm_name
= "usbhost_clkdm",
1948 .mpu_irqs
= omap3xxx_usb_host_hs_irqs
,
1949 .main_clk
= "usbhost_48m_fck",
1952 .module_offs
= OMAP3430ES2_USBHOST_MOD
,
1954 .module_bit
= OMAP3430ES2_EN_USBHOST1_SHIFT
,
1956 .idlest_idle_bit
= OMAP3430ES2_ST_USBHOST_IDLE_SHIFT
,
1957 .idlest_stdby_bit
= OMAP3430ES2_ST_USBHOST_STDBY_SHIFT
,
1962 * Errata: USBHOST Configured In Smart-Idle Can Lead To a Deadlock
1966 * In the following configuration :
1967 * - USBHOST module is set to smart-idle mode
1968 * - PRCM asserts idle_req to the USBHOST module ( This typically
1969 * happens when the system is going to a low power mode : all ports
1970 * have been suspended, the master part of the USBHOST module has
1971 * entered the standby state, and SW has cut the functional clocks)
1972 * - an USBHOST interrupt occurs before the module is able to answer
1973 * idle_ack, typically a remote wakeup IRQ.
1974 * Then the USB HOST module will enter a deadlock situation where it
1975 * is no more accessible nor functional.
1978 * Don't use smart idle; use only force idle, hence HWMOD_SWSUP_SIDLE
1982 * Errata: USB host EHCI may stall when entering smart-standby mode
1986 * When the USBHOST module is set to smart-standby mode, and when it is
1987 * ready to enter the standby state (i.e. all ports are suspended and
1988 * all attached devices are in suspend mode), then it can wrongly assert
1989 * the Mstandby signal too early while there are still some residual OCP
1990 * transactions ongoing. If this condition occurs, the internal state
1991 * machine may go to an undefined state and the USB link may be stuck
1992 * upon the next resume.
1995 * Don't use smart standby; use only force standby,
1996 * hence HWMOD_SWSUP_MSTANDBY
1999 .flags
= HWMOD_SWSUP_SIDLE
| HWMOD_SWSUP_MSTANDBY
,
2003 * 'usb_tll_hs' class
2004 * usb_tll_hs module is the adapter on the usb_host_hs ports
2006 static struct omap_hwmod_class_sysconfig omap3xxx_usb_tll_hs_sysc
= {
2008 .sysc_offs
= 0x0010,
2009 .syss_offs
= 0x0014,
2010 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
2011 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
2013 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
2014 .sysc_fields
= &omap_hwmod_sysc_type1
,
2017 static struct omap_hwmod_class omap3xxx_usb_tll_hs_hwmod_class
= {
2018 .name
= "usb_tll_hs",
2019 .sysc
= &omap3xxx_usb_tll_hs_sysc
,
2022 static struct omap_hwmod_irq_info omap3xxx_usb_tll_hs_irqs
[] = {
2023 { .name
= "tll-irq", .irq
= 78 + OMAP_INTC_START
, },
2027 static struct omap_hwmod omap3xxx_usb_tll_hs_hwmod
= {
2028 .name
= "usb_tll_hs",
2029 .class = &omap3xxx_usb_tll_hs_hwmod_class
,
2030 .clkdm_name
= "core_l4_clkdm",
2031 .mpu_irqs
= omap3xxx_usb_tll_hs_irqs
,
2032 .main_clk
= "usbtll_fck",
2035 .module_offs
= CORE_MOD
,
2037 .module_bit
= OMAP3430ES2_EN_USBTLL_SHIFT
,
2039 .idlest_idle_bit
= OMAP3430ES2_ST_USBTLL_SHIFT
,
2044 static struct omap_hwmod omap3xxx_hdq1w_hwmod
= {
2046 .mpu_irqs
= omap2_hdq1w_mpu_irqs
,
2047 .main_clk
= "hdq_fck",
2050 .module_offs
= CORE_MOD
,
2052 .module_bit
= OMAP3430_EN_HDQ_SHIFT
,
2054 .idlest_idle_bit
= OMAP3430_ST_HDQ_SHIFT
,
2057 .class = &omap2_hdq1w_class
,
2061 static struct omap_hwmod_rst_info omap3xxx_sad2d_resets
[] = {
2062 { .name
= "rst_modem_pwron_sw", .rst_shift
= 0 },
2063 { .name
= "rst_modem_sw", .rst_shift
= 1 },
2066 static struct omap_hwmod_class omap3xxx_sad2d_class
= {
2070 static struct omap_hwmod omap3xxx_sad2d_hwmod
= {
2072 .rst_lines
= omap3xxx_sad2d_resets
,
2073 .rst_lines_cnt
= ARRAY_SIZE(omap3xxx_sad2d_resets
),
2074 .main_clk
= "sad2d_ick",
2077 .module_offs
= CORE_MOD
,
2079 .module_bit
= OMAP3430_EN_SAD2D_SHIFT
,
2081 .idlest_idle_bit
= OMAP3430_ST_SAD2D_SHIFT
,
2084 .class = &omap3xxx_sad2d_class
,
2088 * '32K sync counter' class
2089 * 32-bit ordinary counter, clocked by the falling edge of the 32 khz clock
2091 static struct omap_hwmod_class_sysconfig omap3xxx_counter_sysc
= {
2093 .sysc_offs
= 0x0004,
2094 .sysc_flags
= SYSC_HAS_SIDLEMODE
,
2095 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
),
2096 .sysc_fields
= &omap_hwmod_sysc_type1
,
2099 static struct omap_hwmod_class omap3xxx_counter_hwmod_class
= {
2101 .sysc
= &omap3xxx_counter_sysc
,
2104 static struct omap_hwmod omap3xxx_counter_32k_hwmod
= {
2105 .name
= "counter_32k",
2106 .class = &omap3xxx_counter_hwmod_class
,
2107 .clkdm_name
= "wkup_clkdm",
2108 .flags
= HWMOD_SWSUP_SIDLE
,
2109 .main_clk
= "wkup_32k_fck",
2112 .module_offs
= WKUP_MOD
,
2114 .module_bit
= OMAP3430_ST_32KSYNC_SHIFT
,
2116 .idlest_idle_bit
= OMAP3430_ST_32KSYNC_SHIFT
,
2123 * general purpose memory controller
2126 static struct omap_hwmod_class_sysconfig omap3xxx_gpmc_sysc
= {
2128 .sysc_offs
= 0x0010,
2129 .syss_offs
= 0x0014,
2130 .sysc_flags
= (SYSC_HAS_AUTOIDLE
| SYSC_HAS_SIDLEMODE
|
2131 SYSC_HAS_SOFTRESET
| SYSS_HAS_RESET_STATUS
),
2132 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
2133 .sysc_fields
= &omap_hwmod_sysc_type1
,
2136 static struct omap_hwmod_class omap3xxx_gpmc_hwmod_class
= {
2138 .sysc
= &omap3xxx_gpmc_sysc
,
2141 static struct omap_hwmod_irq_info omap3xxx_gpmc_irqs
[] = {
2142 { .irq
= 20 + OMAP_INTC_START
, },
2146 static struct omap_hwmod omap3xxx_gpmc_hwmod
= {
2148 .class = &omap3xxx_gpmc_hwmod_class
,
2149 .clkdm_name
= "core_l3_clkdm",
2150 .mpu_irqs
= omap3xxx_gpmc_irqs
,
2151 .main_clk
= "gpmc_fck",
2152 /* Skip reset for CONFIG_OMAP_GPMC_DEBUG for bootloader timings */
2153 .flags
= HWMOD_NO_IDLEST
| DEBUG_OMAP_GPMC_HWMOD_FLAGS
,
2160 /* L3 -> L4_CORE interface */
2161 static struct omap_hwmod_ocp_if omap3xxx_l3_main__l4_core
= {
2162 .master
= &omap3xxx_l3_main_hwmod
,
2163 .slave
= &omap3xxx_l4_core_hwmod
,
2164 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2167 /* L3 -> L4_PER interface */
2168 static struct omap_hwmod_ocp_if omap3xxx_l3_main__l4_per
= {
2169 .master
= &omap3xxx_l3_main_hwmod
,
2170 .slave
= &omap3xxx_l4_per_hwmod
,
2171 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2174 static struct omap_hwmod_addr_space omap3xxx_l3_main_addrs
[] = {
2176 .pa_start
= 0x68000000,
2177 .pa_end
= 0x6800ffff,
2178 .flags
= ADDR_TYPE_RT
,
2183 /* MPU -> L3 interface */
2184 static struct omap_hwmod_ocp_if omap3xxx_mpu__l3_main
= {
2185 .master
= &omap3xxx_mpu_hwmod
,
2186 .slave
= &omap3xxx_l3_main_hwmod
,
2187 .addr
= omap3xxx_l3_main_addrs
,
2188 .user
= OCP_USER_MPU
,
2191 static struct omap_hwmod_addr_space omap3xxx_l4_emu_addrs
[] = {
2193 .pa_start
= 0x54000000,
2194 .pa_end
= 0x547fffff,
2195 .flags
= ADDR_TYPE_RT
,
2201 static struct omap_hwmod_ocp_if omap3xxx_l3_main__l4_debugss
= {
2202 .master
= &omap3xxx_l3_main_hwmod
,
2203 .slave
= &omap3xxx_debugss_hwmod
,
2204 .addr
= omap3xxx_l4_emu_addrs
,
2205 .user
= OCP_USER_MPU
,
2209 static struct omap_hwmod_ocp_if omap3430es1_dss__l3
= {
2210 .master
= &omap3430es1_dss_core_hwmod
,
2211 .slave
= &omap3xxx_l3_main_hwmod
,
2212 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2215 static struct omap_hwmod_ocp_if omap3xxx_dss__l3
= {
2216 .master
= &omap3xxx_dss_core_hwmod
,
2217 .slave
= &omap3xxx_l3_main_hwmod
,
2220 .l3_perm_bit
= OMAP3_L3_CORE_FW_INIT_ID_DSS
,
2221 .flags
= OMAP_FIREWALL_L3
,
2224 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2227 /* l3_core -> usbhsotg interface */
2228 static struct omap_hwmod_ocp_if omap3xxx_usbhsotg__l3
= {
2229 .master
= &omap3xxx_usbhsotg_hwmod
,
2230 .slave
= &omap3xxx_l3_main_hwmod
,
2231 .clk
= "core_l3_ick",
2232 .user
= OCP_USER_MPU
,
2235 /* l3_core -> am35xx_usbhsotg interface */
2236 static struct omap_hwmod_ocp_if am35xx_usbhsotg__l3
= {
2237 .master
= &am35xx_usbhsotg_hwmod
,
2238 .slave
= &omap3xxx_l3_main_hwmod
,
2239 .clk
= "hsotgusb_ick",
2240 .user
= OCP_USER_MPU
,
2243 /* l3_core -> sad2d interface */
2244 static struct omap_hwmod_ocp_if omap3xxx_sad2d__l3
= {
2245 .master
= &omap3xxx_sad2d_hwmod
,
2246 .slave
= &omap3xxx_l3_main_hwmod
,
2247 .clk
= "core_l3_ick",
2248 .user
= OCP_USER_MPU
,
2251 /* L4_CORE -> L4_WKUP interface */
2252 static struct omap_hwmod_ocp_if omap3xxx_l4_core__l4_wkup
= {
2253 .master
= &omap3xxx_l4_core_hwmod
,
2254 .slave
= &omap3xxx_l4_wkup_hwmod
,
2255 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2258 /* L4 CORE -> MMC1 interface */
2259 static struct omap_hwmod_ocp_if omap3xxx_l4_core__pre_es3_mmc1
= {
2260 .master
= &omap3xxx_l4_core_hwmod
,
2261 .slave
= &omap3xxx_pre_es3_mmc1_hwmod
,
2262 .clk
= "mmchs1_ick",
2263 .addr
= omap2430_mmc1_addr_space
,
2264 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2265 .flags
= OMAP_FIREWALL_L4
2268 static struct omap_hwmod_ocp_if omap3xxx_l4_core__es3plus_mmc1
= {
2269 .master
= &omap3xxx_l4_core_hwmod
,
2270 .slave
= &omap3xxx_es3plus_mmc1_hwmod
,
2271 .clk
= "mmchs1_ick",
2272 .addr
= omap2430_mmc1_addr_space
,
2273 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2274 .flags
= OMAP_FIREWALL_L4
2277 /* L4 CORE -> MMC2 interface */
2278 static struct omap_hwmod_ocp_if omap3xxx_l4_core__pre_es3_mmc2
= {
2279 .master
= &omap3xxx_l4_core_hwmod
,
2280 .slave
= &omap3xxx_pre_es3_mmc2_hwmod
,
2281 .clk
= "mmchs2_ick",
2282 .addr
= omap2430_mmc2_addr_space
,
2283 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2284 .flags
= OMAP_FIREWALL_L4
2287 static struct omap_hwmod_ocp_if omap3xxx_l4_core__es3plus_mmc2
= {
2288 .master
= &omap3xxx_l4_core_hwmod
,
2289 .slave
= &omap3xxx_es3plus_mmc2_hwmod
,
2290 .clk
= "mmchs2_ick",
2291 .addr
= omap2430_mmc2_addr_space
,
2292 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2293 .flags
= OMAP_FIREWALL_L4
2296 /* L4 CORE -> MMC3 interface */
2297 static struct omap_hwmod_addr_space omap3xxx_mmc3_addr_space
[] = {
2299 .pa_start
= 0x480ad000,
2300 .pa_end
= 0x480ad1ff,
2301 .flags
= ADDR_TYPE_RT
,
2306 static struct omap_hwmod_ocp_if omap3xxx_l4_core__mmc3
= {
2307 .master
= &omap3xxx_l4_core_hwmod
,
2308 .slave
= &omap3xxx_mmc3_hwmod
,
2309 .clk
= "mmchs3_ick",
2310 .addr
= omap3xxx_mmc3_addr_space
,
2311 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2312 .flags
= OMAP_FIREWALL_L4
2315 /* L4 CORE -> UART1 interface */
2316 static struct omap_hwmod_addr_space omap3xxx_uart1_addr_space
[] = {
2318 .pa_start
= OMAP3_UART1_BASE
,
2319 .pa_end
= OMAP3_UART1_BASE
+ SZ_8K
- 1,
2320 .flags
= ADDR_MAP_ON_INIT
| ADDR_TYPE_RT
,
2325 static struct omap_hwmod_ocp_if omap3_l4_core__uart1
= {
2326 .master
= &omap3xxx_l4_core_hwmod
,
2327 .slave
= &omap3xxx_uart1_hwmod
,
2329 .addr
= omap3xxx_uart1_addr_space
,
2330 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2333 /* L4 CORE -> UART2 interface */
2334 static struct omap_hwmod_addr_space omap3xxx_uart2_addr_space
[] = {
2336 .pa_start
= OMAP3_UART2_BASE
,
2337 .pa_end
= OMAP3_UART2_BASE
+ SZ_1K
- 1,
2338 .flags
= ADDR_MAP_ON_INIT
| ADDR_TYPE_RT
,
2343 static struct omap_hwmod_ocp_if omap3_l4_core__uart2
= {
2344 .master
= &omap3xxx_l4_core_hwmod
,
2345 .slave
= &omap3xxx_uart2_hwmod
,
2347 .addr
= omap3xxx_uart2_addr_space
,
2348 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2351 /* L4 PER -> UART3 interface */
2352 static struct omap_hwmod_addr_space omap3xxx_uart3_addr_space
[] = {
2354 .pa_start
= OMAP3_UART3_BASE
,
2355 .pa_end
= OMAP3_UART3_BASE
+ SZ_1K
- 1,
2356 .flags
= ADDR_MAP_ON_INIT
| ADDR_TYPE_RT
,
2361 static struct omap_hwmod_ocp_if omap3_l4_per__uart3
= {
2362 .master
= &omap3xxx_l4_per_hwmod
,
2363 .slave
= &omap3xxx_uart3_hwmod
,
2365 .addr
= omap3xxx_uart3_addr_space
,
2366 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2369 /* L4 PER -> UART4 interface */
2370 static struct omap_hwmod_addr_space omap36xx_uart4_addr_space
[] = {
2372 .pa_start
= OMAP3_UART4_BASE
,
2373 .pa_end
= OMAP3_UART4_BASE
+ SZ_1K
- 1,
2374 .flags
= ADDR_MAP_ON_INIT
| ADDR_TYPE_RT
,
2379 static struct omap_hwmod_ocp_if omap36xx_l4_per__uart4
= {
2380 .master
= &omap3xxx_l4_per_hwmod
,
2381 .slave
= &omap36xx_uart4_hwmod
,
2383 .addr
= omap36xx_uart4_addr_space
,
2384 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2387 /* AM35xx: L4 CORE -> UART4 interface */
2388 static struct omap_hwmod_addr_space am35xx_uart4_addr_space
[] = {
2390 .pa_start
= OMAP3_UART4_AM35XX_BASE
,
2391 .pa_end
= OMAP3_UART4_AM35XX_BASE
+ SZ_1K
- 1,
2392 .flags
= ADDR_MAP_ON_INIT
| ADDR_TYPE_RT
,
2397 static struct omap_hwmod_ocp_if am35xx_l4_core__uart4
= {
2398 .master
= &omap3xxx_l4_core_hwmod
,
2399 .slave
= &am35xx_uart4_hwmod
,
2401 .addr
= am35xx_uart4_addr_space
,
2402 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2405 /* L4 CORE -> I2C1 interface */
2406 static struct omap_hwmod_ocp_if omap3_l4_core__i2c1
= {
2407 .master
= &omap3xxx_l4_core_hwmod
,
2408 .slave
= &omap3xxx_i2c1_hwmod
,
2410 .addr
= omap2_i2c1_addr_space
,
2413 .l4_fw_region
= OMAP3_L4_CORE_FW_I2C1_REGION
,
2415 .flags
= OMAP_FIREWALL_L4
,
2418 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2421 /* L4 CORE -> I2C2 interface */
2422 static struct omap_hwmod_ocp_if omap3_l4_core__i2c2
= {
2423 .master
= &omap3xxx_l4_core_hwmod
,
2424 .slave
= &omap3xxx_i2c2_hwmod
,
2426 .addr
= omap2_i2c2_addr_space
,
2429 .l4_fw_region
= OMAP3_L4_CORE_FW_I2C2_REGION
,
2431 .flags
= OMAP_FIREWALL_L4
,
2434 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2437 /* L4 CORE -> I2C3 interface */
2438 static struct omap_hwmod_addr_space omap3xxx_i2c3_addr_space
[] = {
2440 .pa_start
= 0x48060000,
2441 .pa_end
= 0x48060000 + SZ_128
- 1,
2442 .flags
= ADDR_TYPE_RT
,
2447 static struct omap_hwmod_ocp_if omap3_l4_core__i2c3
= {
2448 .master
= &omap3xxx_l4_core_hwmod
,
2449 .slave
= &omap3xxx_i2c3_hwmod
,
2451 .addr
= omap3xxx_i2c3_addr_space
,
2454 .l4_fw_region
= OMAP3_L4_CORE_FW_I2C3_REGION
,
2456 .flags
= OMAP_FIREWALL_L4
,
2459 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2462 /* L4 CORE -> SR1 interface */
2463 static struct omap_hwmod_addr_space omap3_sr1_addr_space
[] = {
2465 .pa_start
= OMAP34XX_SR1_BASE
,
2466 .pa_end
= OMAP34XX_SR1_BASE
+ SZ_1K
- 1,
2467 .flags
= ADDR_TYPE_RT
,
2472 static struct omap_hwmod_ocp_if omap34xx_l4_core__sr1
= {
2473 .master
= &omap3xxx_l4_core_hwmod
,
2474 .slave
= &omap34xx_sr1_hwmod
,
2476 .addr
= omap3_sr1_addr_space
,
2477 .user
= OCP_USER_MPU
,
2480 static struct omap_hwmod_ocp_if omap36xx_l4_core__sr1
= {
2481 .master
= &omap3xxx_l4_core_hwmod
,
2482 .slave
= &omap36xx_sr1_hwmod
,
2484 .addr
= omap3_sr1_addr_space
,
2485 .user
= OCP_USER_MPU
,
2488 /* L4 CORE -> SR1 interface */
2489 static struct omap_hwmod_addr_space omap3_sr2_addr_space
[] = {
2491 .pa_start
= OMAP34XX_SR2_BASE
,
2492 .pa_end
= OMAP34XX_SR2_BASE
+ SZ_1K
- 1,
2493 .flags
= ADDR_TYPE_RT
,
2498 static struct omap_hwmod_ocp_if omap34xx_l4_core__sr2
= {
2499 .master
= &omap3xxx_l4_core_hwmod
,
2500 .slave
= &omap34xx_sr2_hwmod
,
2502 .addr
= omap3_sr2_addr_space
,
2503 .user
= OCP_USER_MPU
,
2506 static struct omap_hwmod_ocp_if omap36xx_l4_core__sr2
= {
2507 .master
= &omap3xxx_l4_core_hwmod
,
2508 .slave
= &omap36xx_sr2_hwmod
,
2510 .addr
= omap3_sr2_addr_space
,
2511 .user
= OCP_USER_MPU
,
2514 static struct omap_hwmod_addr_space omap3xxx_usbhsotg_addrs
[] = {
2516 .pa_start
= OMAP34XX_HSUSB_OTG_BASE
,
2517 .pa_end
= OMAP34XX_HSUSB_OTG_BASE
+ SZ_4K
- 1,
2518 .flags
= ADDR_TYPE_RT
2523 /* l4_core -> usbhsotg */
2524 static struct omap_hwmod_ocp_if omap3xxx_l4_core__usbhsotg
= {
2525 .master
= &omap3xxx_l4_core_hwmod
,
2526 .slave
= &omap3xxx_usbhsotg_hwmod
,
2528 .addr
= omap3xxx_usbhsotg_addrs
,
2529 .user
= OCP_USER_MPU
,
2532 static struct omap_hwmod_addr_space am35xx_usbhsotg_addrs
[] = {
2534 .pa_start
= AM35XX_IPSS_USBOTGSS_BASE
,
2535 .pa_end
= AM35XX_IPSS_USBOTGSS_BASE
+ SZ_4K
- 1,
2536 .flags
= ADDR_TYPE_RT
2541 /* l4_core -> usbhsotg */
2542 static struct omap_hwmod_ocp_if am35xx_l4_core__usbhsotg
= {
2543 .master
= &omap3xxx_l4_core_hwmod
,
2544 .slave
= &am35xx_usbhsotg_hwmod
,
2545 .clk
= "hsotgusb_ick",
2546 .addr
= am35xx_usbhsotg_addrs
,
2547 .user
= OCP_USER_MPU
,
2550 /* L4_WKUP -> L4_SEC interface */
2551 static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__l4_sec
= {
2552 .master
= &omap3xxx_l4_wkup_hwmod
,
2553 .slave
= &omap3xxx_l4_sec_hwmod
,
2554 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2557 /* IVA2 <- L3 interface */
2558 static struct omap_hwmod_ocp_if omap3xxx_l3__iva
= {
2559 .master
= &omap3xxx_l3_main_hwmod
,
2560 .slave
= &omap3xxx_iva_hwmod
,
2561 .clk
= "core_l3_ick",
2562 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2565 static struct omap_hwmod_addr_space omap3xxx_timer1_addrs
[] = {
2567 .pa_start
= 0x48318000,
2568 .pa_end
= 0x48318000 + SZ_1K
- 1,
2569 .flags
= ADDR_TYPE_RT
2574 /* l4_wkup -> timer1 */
2575 static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__timer1
= {
2576 .master
= &omap3xxx_l4_wkup_hwmod
,
2577 .slave
= &omap3xxx_timer1_hwmod
,
2579 .addr
= omap3xxx_timer1_addrs
,
2580 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2583 static struct omap_hwmod_addr_space omap3xxx_timer2_addrs
[] = {
2585 .pa_start
= 0x49032000,
2586 .pa_end
= 0x49032000 + SZ_1K
- 1,
2587 .flags
= ADDR_TYPE_RT
2592 /* l4_per -> timer2 */
2593 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer2
= {
2594 .master
= &omap3xxx_l4_per_hwmod
,
2595 .slave
= &omap3xxx_timer2_hwmod
,
2597 .addr
= omap3xxx_timer2_addrs
,
2598 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2601 static struct omap_hwmod_addr_space omap3xxx_timer3_addrs
[] = {
2603 .pa_start
= 0x49034000,
2604 .pa_end
= 0x49034000 + SZ_1K
- 1,
2605 .flags
= ADDR_TYPE_RT
2610 /* l4_per -> timer3 */
2611 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer3
= {
2612 .master
= &omap3xxx_l4_per_hwmod
,
2613 .slave
= &omap3xxx_timer3_hwmod
,
2615 .addr
= omap3xxx_timer3_addrs
,
2616 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2619 static struct omap_hwmod_addr_space omap3xxx_timer4_addrs
[] = {
2621 .pa_start
= 0x49036000,
2622 .pa_end
= 0x49036000 + SZ_1K
- 1,
2623 .flags
= ADDR_TYPE_RT
2628 /* l4_per -> timer4 */
2629 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer4
= {
2630 .master
= &omap3xxx_l4_per_hwmod
,
2631 .slave
= &omap3xxx_timer4_hwmod
,
2633 .addr
= omap3xxx_timer4_addrs
,
2634 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2637 static struct omap_hwmod_addr_space omap3xxx_timer5_addrs
[] = {
2639 .pa_start
= 0x49038000,
2640 .pa_end
= 0x49038000 + SZ_1K
- 1,
2641 .flags
= ADDR_TYPE_RT
2646 /* l4_per -> timer5 */
2647 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer5
= {
2648 .master
= &omap3xxx_l4_per_hwmod
,
2649 .slave
= &omap3xxx_timer5_hwmod
,
2651 .addr
= omap3xxx_timer5_addrs
,
2652 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2655 static struct omap_hwmod_addr_space omap3xxx_timer6_addrs
[] = {
2657 .pa_start
= 0x4903A000,
2658 .pa_end
= 0x4903A000 + SZ_1K
- 1,
2659 .flags
= ADDR_TYPE_RT
2664 /* l4_per -> timer6 */
2665 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer6
= {
2666 .master
= &omap3xxx_l4_per_hwmod
,
2667 .slave
= &omap3xxx_timer6_hwmod
,
2669 .addr
= omap3xxx_timer6_addrs
,
2670 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2673 static struct omap_hwmod_addr_space omap3xxx_timer7_addrs
[] = {
2675 .pa_start
= 0x4903C000,
2676 .pa_end
= 0x4903C000 + SZ_1K
- 1,
2677 .flags
= ADDR_TYPE_RT
2682 /* l4_per -> timer7 */
2683 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer7
= {
2684 .master
= &omap3xxx_l4_per_hwmod
,
2685 .slave
= &omap3xxx_timer7_hwmod
,
2687 .addr
= omap3xxx_timer7_addrs
,
2688 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2691 static struct omap_hwmod_addr_space omap3xxx_timer8_addrs
[] = {
2693 .pa_start
= 0x4903E000,
2694 .pa_end
= 0x4903E000 + SZ_1K
- 1,
2695 .flags
= ADDR_TYPE_RT
2700 /* l4_per -> timer8 */
2701 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer8
= {
2702 .master
= &omap3xxx_l4_per_hwmod
,
2703 .slave
= &omap3xxx_timer8_hwmod
,
2705 .addr
= omap3xxx_timer8_addrs
,
2706 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2709 static struct omap_hwmod_addr_space omap3xxx_timer9_addrs
[] = {
2711 .pa_start
= 0x49040000,
2712 .pa_end
= 0x49040000 + SZ_1K
- 1,
2713 .flags
= ADDR_TYPE_RT
2718 /* l4_per -> timer9 */
2719 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer9
= {
2720 .master
= &omap3xxx_l4_per_hwmod
,
2721 .slave
= &omap3xxx_timer9_hwmod
,
2723 .addr
= omap3xxx_timer9_addrs
,
2724 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2727 /* l4_core -> timer10 */
2728 static struct omap_hwmod_ocp_if omap3xxx_l4_core__timer10
= {
2729 .master
= &omap3xxx_l4_core_hwmod
,
2730 .slave
= &omap3xxx_timer10_hwmod
,
2732 .addr
= omap2_timer10_addrs
,
2733 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2736 /* l4_core -> timer11 */
2737 static struct omap_hwmod_ocp_if omap3xxx_l4_core__timer11
= {
2738 .master
= &omap3xxx_l4_core_hwmod
,
2739 .slave
= &omap3xxx_timer11_hwmod
,
2741 .addr
= omap2_timer11_addrs
,
2742 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2745 static struct omap_hwmod_addr_space omap3xxx_timer12_addrs
[] = {
2747 .pa_start
= 0x48304000,
2748 .pa_end
= 0x48304000 + SZ_1K
- 1,
2749 .flags
= ADDR_TYPE_RT
2754 /* l4_core -> timer12 */
2755 static struct omap_hwmod_ocp_if omap3xxx_l4_sec__timer12
= {
2756 .master
= &omap3xxx_l4_sec_hwmod
,
2757 .slave
= &omap3xxx_timer12_hwmod
,
2759 .addr
= omap3xxx_timer12_addrs
,
2760 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2763 /* l4_wkup -> wd_timer2 */
2764 static struct omap_hwmod_addr_space omap3xxx_wd_timer2_addrs
[] = {
2766 .pa_start
= 0x48314000,
2767 .pa_end
= 0x4831407f,
2768 .flags
= ADDR_TYPE_RT
2773 static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__wd_timer2
= {
2774 .master
= &omap3xxx_l4_wkup_hwmod
,
2775 .slave
= &omap3xxx_wd_timer2_hwmod
,
2777 .addr
= omap3xxx_wd_timer2_addrs
,
2778 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2781 /* l4_core -> dss */
2782 static struct omap_hwmod_ocp_if omap3430es1_l4_core__dss
= {
2783 .master
= &omap3xxx_l4_core_hwmod
,
2784 .slave
= &omap3430es1_dss_core_hwmod
,
2786 .addr
= omap2_dss_addrs
,
2789 .l4_fw_region
= OMAP3ES1_L4_CORE_FW_DSS_CORE_REGION
,
2790 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
2791 .flags
= OMAP_FIREWALL_L4
,
2794 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2797 static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss
= {
2798 .master
= &omap3xxx_l4_core_hwmod
,
2799 .slave
= &omap3xxx_dss_core_hwmod
,
2801 .addr
= omap2_dss_addrs
,
2804 .l4_fw_region
= OMAP3_L4_CORE_FW_DSS_CORE_REGION
,
2805 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
2806 .flags
= OMAP_FIREWALL_L4
,
2809 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2812 /* l4_core -> dss_dispc */
2813 static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_dispc
= {
2814 .master
= &omap3xxx_l4_core_hwmod
,
2815 .slave
= &omap3xxx_dss_dispc_hwmod
,
2817 .addr
= omap2_dss_dispc_addrs
,
2820 .l4_fw_region
= OMAP3_L4_CORE_FW_DSS_DISPC_REGION
,
2821 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
2822 .flags
= OMAP_FIREWALL_L4
,
2825 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2828 static struct omap_hwmod_addr_space omap3xxx_dss_dsi1_addrs
[] = {
2830 .pa_start
= 0x4804FC00,
2831 .pa_end
= 0x4804FFFF,
2832 .flags
= ADDR_TYPE_RT
2837 /* l4_core -> dss_dsi1 */
2838 static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_dsi1
= {
2839 .master
= &omap3xxx_l4_core_hwmod
,
2840 .slave
= &omap3xxx_dss_dsi1_hwmod
,
2842 .addr
= omap3xxx_dss_dsi1_addrs
,
2845 .l4_fw_region
= OMAP3_L4_CORE_FW_DSS_DSI_REGION
,
2846 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
2847 .flags
= OMAP_FIREWALL_L4
,
2850 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2853 /* l4_core -> dss_rfbi */
2854 static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_rfbi
= {
2855 .master
= &omap3xxx_l4_core_hwmod
,
2856 .slave
= &omap3xxx_dss_rfbi_hwmod
,
2858 .addr
= omap2_dss_rfbi_addrs
,
2861 .l4_fw_region
= OMAP3_L4_CORE_FW_DSS_RFBI_REGION
,
2862 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
2863 .flags
= OMAP_FIREWALL_L4
,
2866 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2869 /* l4_core -> dss_venc */
2870 static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_venc
= {
2871 .master
= &omap3xxx_l4_core_hwmod
,
2872 .slave
= &omap3xxx_dss_venc_hwmod
,
2874 .addr
= omap2_dss_venc_addrs
,
2877 .l4_fw_region
= OMAP3_L4_CORE_FW_DSS_VENC_REGION
,
2878 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
2879 .flags
= OMAP_FIREWALL_L4
,
2882 .flags
= OCPIF_SWSUP_IDLE
,
2883 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2886 /* l4_wkup -> gpio1 */
2887 static struct omap_hwmod_addr_space omap3xxx_gpio1_addrs
[] = {
2889 .pa_start
= 0x48310000,
2890 .pa_end
= 0x483101ff,
2891 .flags
= ADDR_TYPE_RT
2896 static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__gpio1
= {
2897 .master
= &omap3xxx_l4_wkup_hwmod
,
2898 .slave
= &omap3xxx_gpio1_hwmod
,
2899 .addr
= omap3xxx_gpio1_addrs
,
2900 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2903 /* l4_per -> gpio2 */
2904 static struct omap_hwmod_addr_space omap3xxx_gpio2_addrs
[] = {
2906 .pa_start
= 0x49050000,
2907 .pa_end
= 0x490501ff,
2908 .flags
= ADDR_TYPE_RT
2913 static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio2
= {
2914 .master
= &omap3xxx_l4_per_hwmod
,
2915 .slave
= &omap3xxx_gpio2_hwmod
,
2916 .addr
= omap3xxx_gpio2_addrs
,
2917 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2920 /* l4_per -> gpio3 */
2921 static struct omap_hwmod_addr_space omap3xxx_gpio3_addrs
[] = {
2923 .pa_start
= 0x49052000,
2924 .pa_end
= 0x490521ff,
2925 .flags
= ADDR_TYPE_RT
2930 static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio3
= {
2931 .master
= &omap3xxx_l4_per_hwmod
,
2932 .slave
= &omap3xxx_gpio3_hwmod
,
2933 .addr
= omap3xxx_gpio3_addrs
,
2934 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2939 * The memory management unit performs virtual to physical address translation
2940 * for its requestors.
2943 static struct omap_hwmod_class_sysconfig mmu_sysc
= {
2947 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
2948 SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
),
2949 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
2950 .sysc_fields
= &omap_hwmod_sysc_type1
,
2953 static struct omap_hwmod_class omap3xxx_mmu_hwmod_class
= {
2959 static struct omap_hwmod omap3xxx_mmu_isp_hwmod
;
2961 /* l4_core -> mmu isp */
2962 static struct omap_hwmod_ocp_if omap3xxx_l4_core__mmu_isp
= {
2963 .master
= &omap3xxx_l4_core_hwmod
,
2964 .slave
= &omap3xxx_mmu_isp_hwmod
,
2965 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2968 static struct omap_hwmod omap3xxx_mmu_isp_hwmod
= {
2970 .class = &omap3xxx_mmu_hwmod_class
,
2971 .main_clk
= "cam_ick",
2972 .flags
= HWMOD_NO_IDLEST
,
2977 static struct omap_hwmod omap3xxx_mmu_iva_hwmod
;
2979 static struct omap_hwmod_rst_info omap3xxx_mmu_iva_resets
[] = {
2980 { .name
= "mmu", .rst_shift
= 1, .st_shift
= 9 },
2983 /* l3_main -> iva mmu */
2984 static struct omap_hwmod_ocp_if omap3xxx_l3_main__mmu_iva
= {
2985 .master
= &omap3xxx_l3_main_hwmod
,
2986 .slave
= &omap3xxx_mmu_iva_hwmod
,
2987 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2990 static struct omap_hwmod omap3xxx_mmu_iva_hwmod
= {
2992 .class = &omap3xxx_mmu_hwmod_class
,
2993 .clkdm_name
= "iva2_clkdm",
2994 .rst_lines
= omap3xxx_mmu_iva_resets
,
2995 .rst_lines_cnt
= ARRAY_SIZE(omap3xxx_mmu_iva_resets
),
2996 .main_clk
= "iva2_ck",
2999 .module_offs
= OMAP3430_IVA2_MOD
,
3000 .module_bit
= OMAP3430_CM_FCLKEN_IVA2_EN_IVA2_SHIFT
,
3002 .idlest_idle_bit
= OMAP3430_ST_IVA2_SHIFT
,
3005 .flags
= HWMOD_NO_IDLEST
,
3008 /* l4_per -> gpio4 */
3009 static struct omap_hwmod_addr_space omap3xxx_gpio4_addrs
[] = {
3011 .pa_start
= 0x49054000,
3012 .pa_end
= 0x490541ff,
3013 .flags
= ADDR_TYPE_RT
3018 static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio4
= {
3019 .master
= &omap3xxx_l4_per_hwmod
,
3020 .slave
= &omap3xxx_gpio4_hwmod
,
3021 .addr
= omap3xxx_gpio4_addrs
,
3022 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3025 /* l4_per -> gpio5 */
3026 static struct omap_hwmod_addr_space omap3xxx_gpio5_addrs
[] = {
3028 .pa_start
= 0x49056000,
3029 .pa_end
= 0x490561ff,
3030 .flags
= ADDR_TYPE_RT
3035 static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio5
= {
3036 .master
= &omap3xxx_l4_per_hwmod
,
3037 .slave
= &omap3xxx_gpio5_hwmod
,
3038 .addr
= omap3xxx_gpio5_addrs
,
3039 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3042 /* l4_per -> gpio6 */
3043 static struct omap_hwmod_addr_space omap3xxx_gpio6_addrs
[] = {
3045 .pa_start
= 0x49058000,
3046 .pa_end
= 0x490581ff,
3047 .flags
= ADDR_TYPE_RT
3052 static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio6
= {
3053 .master
= &omap3xxx_l4_per_hwmod
,
3054 .slave
= &omap3xxx_gpio6_hwmod
,
3055 .addr
= omap3xxx_gpio6_addrs
,
3056 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3059 /* dma_system -> L3 */
3060 static struct omap_hwmod_ocp_if omap3xxx_dma_system__l3
= {
3061 .master
= &omap3xxx_dma_system_hwmod
,
3062 .slave
= &omap3xxx_l3_main_hwmod
,
3063 .clk
= "core_l3_ick",
3064 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3067 static struct omap_hwmod_addr_space omap3xxx_dma_system_addrs
[] = {
3069 .pa_start
= 0x48056000,
3070 .pa_end
= 0x48056fff,
3071 .flags
= ADDR_TYPE_RT
3076 /* l4_cfg -> dma_system */
3077 static struct omap_hwmod_ocp_if omap3xxx_l4_core__dma_system
= {
3078 .master
= &omap3xxx_l4_core_hwmod
,
3079 .slave
= &omap3xxx_dma_system_hwmod
,
3080 .clk
= "core_l4_ick",
3081 .addr
= omap3xxx_dma_system_addrs
,
3082 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3085 static struct omap_hwmod_addr_space omap3xxx_mcbsp1_addrs
[] = {
3088 .pa_start
= 0x48074000,
3089 .pa_end
= 0x480740ff,
3090 .flags
= ADDR_TYPE_RT
3095 /* l4_core -> mcbsp1 */
3096 static struct omap_hwmod_ocp_if omap3xxx_l4_core__mcbsp1
= {
3097 .master
= &omap3xxx_l4_core_hwmod
,
3098 .slave
= &omap3xxx_mcbsp1_hwmod
,
3099 .clk
= "mcbsp1_ick",
3100 .addr
= omap3xxx_mcbsp1_addrs
,
3101 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3104 static struct omap_hwmod_addr_space omap3xxx_mcbsp2_addrs
[] = {
3107 .pa_start
= 0x49022000,
3108 .pa_end
= 0x490220ff,
3109 .flags
= ADDR_TYPE_RT
3114 /* l4_per -> mcbsp2 */
3115 static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp2
= {
3116 .master
= &omap3xxx_l4_per_hwmod
,
3117 .slave
= &omap3xxx_mcbsp2_hwmod
,
3118 .clk
= "mcbsp2_ick",
3119 .addr
= omap3xxx_mcbsp2_addrs
,
3120 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3123 static struct omap_hwmod_addr_space omap3xxx_mcbsp3_addrs
[] = {
3126 .pa_start
= 0x49024000,
3127 .pa_end
= 0x490240ff,
3128 .flags
= ADDR_TYPE_RT
3133 /* l4_per -> mcbsp3 */
3134 static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp3
= {
3135 .master
= &omap3xxx_l4_per_hwmod
,
3136 .slave
= &omap3xxx_mcbsp3_hwmod
,
3137 .clk
= "mcbsp3_ick",
3138 .addr
= omap3xxx_mcbsp3_addrs
,
3139 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3142 static struct omap_hwmod_addr_space omap3xxx_mcbsp4_addrs
[] = {
3145 .pa_start
= 0x49026000,
3146 .pa_end
= 0x490260ff,
3147 .flags
= ADDR_TYPE_RT
3152 /* l4_per -> mcbsp4 */
3153 static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp4
= {
3154 .master
= &omap3xxx_l4_per_hwmod
,
3155 .slave
= &omap3xxx_mcbsp4_hwmod
,
3156 .clk
= "mcbsp4_ick",
3157 .addr
= omap3xxx_mcbsp4_addrs
,
3158 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3161 static struct omap_hwmod_addr_space omap3xxx_mcbsp5_addrs
[] = {
3164 .pa_start
= 0x48096000,
3165 .pa_end
= 0x480960ff,
3166 .flags
= ADDR_TYPE_RT
3171 /* l4_core -> mcbsp5 */
3172 static struct omap_hwmod_ocp_if omap3xxx_l4_core__mcbsp5
= {
3173 .master
= &omap3xxx_l4_core_hwmod
,
3174 .slave
= &omap3xxx_mcbsp5_hwmod
,
3175 .clk
= "mcbsp5_ick",
3176 .addr
= omap3xxx_mcbsp5_addrs
,
3177 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3180 static struct omap_hwmod_addr_space omap3xxx_mcbsp2_sidetone_addrs
[] = {
3183 .pa_start
= 0x49028000,
3184 .pa_end
= 0x490280ff,
3185 .flags
= ADDR_TYPE_RT
3190 /* l4_per -> mcbsp2_sidetone */
3191 static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp2_sidetone
= {
3192 .master
= &omap3xxx_l4_per_hwmod
,
3193 .slave
= &omap3xxx_mcbsp2_sidetone_hwmod
,
3194 .clk
= "mcbsp2_ick",
3195 .addr
= omap3xxx_mcbsp2_sidetone_addrs
,
3196 .user
= OCP_USER_MPU
,
3199 static struct omap_hwmod_addr_space omap3xxx_mcbsp3_sidetone_addrs
[] = {
3202 .pa_start
= 0x4902A000,
3203 .pa_end
= 0x4902A0ff,
3204 .flags
= ADDR_TYPE_RT
3209 /* l4_per -> mcbsp3_sidetone */
3210 static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp3_sidetone
= {
3211 .master
= &omap3xxx_l4_per_hwmod
,
3212 .slave
= &omap3xxx_mcbsp3_sidetone_hwmod
,
3213 .clk
= "mcbsp3_ick",
3214 .addr
= omap3xxx_mcbsp3_sidetone_addrs
,
3215 .user
= OCP_USER_MPU
,
3218 /* l4_core -> mailbox */
3219 static struct omap_hwmod_ocp_if omap3xxx_l4_core__mailbox
= {
3220 .master
= &omap3xxx_l4_core_hwmod
,
3221 .slave
= &omap3xxx_mailbox_hwmod
,
3222 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3225 /* l4 core -> mcspi1 interface */
3226 static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi1
= {
3227 .master
= &omap3xxx_l4_core_hwmod
,
3228 .slave
= &omap34xx_mcspi1
,
3229 .clk
= "mcspi1_ick",
3230 .addr
= omap2_mcspi1_addr_space
,
3231 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3234 /* l4 core -> mcspi2 interface */
3235 static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi2
= {
3236 .master
= &omap3xxx_l4_core_hwmod
,
3237 .slave
= &omap34xx_mcspi2
,
3238 .clk
= "mcspi2_ick",
3239 .addr
= omap2_mcspi2_addr_space
,
3240 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3243 /* l4 core -> mcspi3 interface */
3244 static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi3
= {
3245 .master
= &omap3xxx_l4_core_hwmod
,
3246 .slave
= &omap34xx_mcspi3
,
3247 .clk
= "mcspi3_ick",
3248 .addr
= omap2430_mcspi3_addr_space
,
3249 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3252 /* l4 core -> mcspi4 interface */
3253 static struct omap_hwmod_addr_space omap34xx_mcspi4_addr_space
[] = {
3255 .pa_start
= 0x480ba000,
3256 .pa_end
= 0x480ba0ff,
3257 .flags
= ADDR_TYPE_RT
,
3262 static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi4
= {
3263 .master
= &omap3xxx_l4_core_hwmod
,
3264 .slave
= &omap34xx_mcspi4
,
3265 .clk
= "mcspi4_ick",
3266 .addr
= omap34xx_mcspi4_addr_space
,
3267 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3270 static struct omap_hwmod_ocp_if omap3xxx_usb_host_hs__l3_main_2
= {
3271 .master
= &omap3xxx_usb_host_hs_hwmod
,
3272 .slave
= &omap3xxx_l3_main_hwmod
,
3273 .clk
= "core_l3_ick",
3274 .user
= OCP_USER_MPU
,
3277 static struct omap_hwmod_addr_space omap3xxx_usb_host_hs_addrs
[] = {
3280 .pa_start
= 0x48064000,
3281 .pa_end
= 0x480643ff,
3282 .flags
= ADDR_TYPE_RT
3286 .pa_start
= 0x48064400,
3287 .pa_end
= 0x480647ff,
3291 .pa_start
= 0x48064800,
3292 .pa_end
= 0x48064cff,
3297 static struct omap_hwmod_ocp_if omap3xxx_l4_core__usb_host_hs
= {
3298 .master
= &omap3xxx_l4_core_hwmod
,
3299 .slave
= &omap3xxx_usb_host_hs_hwmod
,
3300 .clk
= "usbhost_ick",
3301 .addr
= omap3xxx_usb_host_hs_addrs
,
3302 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3305 static struct omap_hwmod_addr_space omap3xxx_usb_tll_hs_addrs
[] = {
3308 .pa_start
= 0x48062000,
3309 .pa_end
= 0x48062fff,
3310 .flags
= ADDR_TYPE_RT
3315 static struct omap_hwmod_ocp_if omap3xxx_l4_core__usb_tll_hs
= {
3316 .master
= &omap3xxx_l4_core_hwmod
,
3317 .slave
= &omap3xxx_usb_tll_hs_hwmod
,
3318 .clk
= "usbtll_ick",
3319 .addr
= omap3xxx_usb_tll_hs_addrs
,
3320 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3323 /* l4_core -> hdq1w interface */
3324 static struct omap_hwmod_ocp_if omap3xxx_l4_core__hdq1w
= {
3325 .master
= &omap3xxx_l4_core_hwmod
,
3326 .slave
= &omap3xxx_hdq1w_hwmod
,
3328 .addr
= omap2_hdq1w_addr_space
,
3329 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3330 .flags
= OMAP_FIREWALL_L4
| OCPIF_SWSUP_IDLE
,
3333 /* l4_wkup -> 32ksync_counter */
3334 static struct omap_hwmod_addr_space omap3xxx_counter_32k_addrs
[] = {
3336 .pa_start
= 0x48320000,
3337 .pa_end
= 0x4832001f,
3338 .flags
= ADDR_TYPE_RT
3343 static struct omap_hwmod_addr_space omap3xxx_gpmc_addrs
[] = {
3345 .pa_start
= 0x6e000000,
3346 .pa_end
= 0x6e000fff,
3347 .flags
= ADDR_TYPE_RT
3352 static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__counter_32k
= {
3353 .master
= &omap3xxx_l4_wkup_hwmod
,
3354 .slave
= &omap3xxx_counter_32k_hwmod
,
3355 .clk
= "omap_32ksync_ick",
3356 .addr
= omap3xxx_counter_32k_addrs
,
3357 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3360 /* am35xx has Davinci MDIO & EMAC */
3361 static struct omap_hwmod_class am35xx_mdio_class
= {
3362 .name
= "davinci_mdio",
3365 static struct omap_hwmod am35xx_mdio_hwmod
= {
3366 .name
= "davinci_mdio",
3367 .class = &am35xx_mdio_class
,
3368 .flags
= HWMOD_NO_IDLEST
,
3372 * XXX Should be connected to an IPSS hwmod, not the L3 directly;
3373 * but this will probably require some additional hwmod core support,
3374 * so is left as a future to-do item.
3376 static struct omap_hwmod_ocp_if am35xx_mdio__l3
= {
3377 .master
= &am35xx_mdio_hwmod
,
3378 .slave
= &omap3xxx_l3_main_hwmod
,
3380 .user
= OCP_USER_MPU
,
3383 /* l4_core -> davinci mdio */
3385 * XXX Should be connected to an IPSS hwmod, not the L4_CORE directly;
3386 * but this will probably require some additional hwmod core support,
3387 * so is left as a future to-do item.
3389 static struct omap_hwmod_ocp_if am35xx_l4_core__mdio
= {
3390 .master
= &omap3xxx_l4_core_hwmod
,
3391 .slave
= &am35xx_mdio_hwmod
,
3393 .user
= OCP_USER_MPU
,
3396 static struct omap_hwmod_class am35xx_emac_class
= {
3397 .name
= "davinci_emac",
3400 static struct omap_hwmod am35xx_emac_hwmod
= {
3401 .name
= "davinci_emac",
3402 .class = &am35xx_emac_class
,
3404 * According to Mark Greer, the MPU will not return from WFI
3405 * when the EMAC signals an interrupt.
3406 * http://www.spinics.net/lists/arm-kernel/msg174734.html
3408 .flags
= (HWMOD_NO_IDLEST
| HWMOD_BLOCK_WFI
),
3411 /* l3_core -> davinci emac interface */
3413 * XXX Should be connected to an IPSS hwmod, not the L3 directly;
3414 * but this will probably require some additional hwmod core support,
3415 * so is left as a future to-do item.
3417 static struct omap_hwmod_ocp_if am35xx_emac__l3
= {
3418 .master
= &am35xx_emac_hwmod
,
3419 .slave
= &omap3xxx_l3_main_hwmod
,
3421 .user
= OCP_USER_MPU
,
3424 /* l4_core -> davinci emac */
3426 * XXX Should be connected to an IPSS hwmod, not the L4_CORE directly;
3427 * but this will probably require some additional hwmod core support,
3428 * so is left as a future to-do item.
3430 static struct omap_hwmod_ocp_if am35xx_l4_core__emac
= {
3431 .master
= &omap3xxx_l4_core_hwmod
,
3432 .slave
= &am35xx_emac_hwmod
,
3434 .user
= OCP_USER_MPU
,
3437 static struct omap_hwmod_ocp_if omap3xxx_l3_main__gpmc
= {
3438 .master
= &omap3xxx_l3_main_hwmod
,
3439 .slave
= &omap3xxx_gpmc_hwmod
,
3440 .clk
= "core_l3_ick",
3441 .addr
= omap3xxx_gpmc_addrs
,
3442 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3445 /* l4_core -> SHAM2 (SHA1/MD5) (similar to omap24xx) */
3446 static struct omap_hwmod_sysc_fields omap3_sham_sysc_fields
= {
3449 .autoidle_shift
= 0,
3452 static struct omap_hwmod_class_sysconfig omap3_sham_sysc
= {
3456 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_SOFTRESET
|
3457 SYSC_HAS_AUTOIDLE
| SYSS_HAS_RESET_STATUS
),
3458 .sysc_fields
= &omap3_sham_sysc_fields
,
3461 static struct omap_hwmod_class omap3xxx_sham_class
= {
3463 .sysc
= &omap3_sham_sysc
,
3466 static struct omap_hwmod_irq_info omap3_sham_mpu_irqs
[] = {
3467 { .irq
= 49 + OMAP_INTC_START
, },
3471 static struct omap_hwmod_dma_info omap3_sham_sdma_reqs
[] = {
3472 { .name
= "rx", .dma_req
= 69, },
3476 static struct omap_hwmod omap3xxx_sham_hwmod
= {
3478 .mpu_irqs
= omap3_sham_mpu_irqs
,
3479 .sdma_reqs
= omap3_sham_sdma_reqs
,
3480 .main_clk
= "sha12_ick",
3483 .module_offs
= CORE_MOD
,
3485 .module_bit
= OMAP3430_EN_SHA12_SHIFT
,
3487 .idlest_idle_bit
= OMAP3430_ST_SHA12_SHIFT
,
3490 .class = &omap3xxx_sham_class
,
3493 static struct omap_hwmod_addr_space omap3xxx_sham_addrs
[] = {
3495 .pa_start
= 0x480c3000,
3496 .pa_end
= 0x480c3000 + 0x64 - 1,
3497 .flags
= ADDR_TYPE_RT
3502 static struct omap_hwmod_ocp_if omap3xxx_l4_core__sham
= {
3503 .master
= &omap3xxx_l4_core_hwmod
,
3504 .slave
= &omap3xxx_sham_hwmod
,
3506 .addr
= omap3xxx_sham_addrs
,
3507 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3510 /* l4_core -> AES */
3511 static struct omap_hwmod_sysc_fields omap3xxx_aes_sysc_fields
= {
3514 .autoidle_shift
= 0,
3517 static struct omap_hwmod_class_sysconfig omap3_aes_sysc
= {
3521 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_SOFTRESET
|
3522 SYSC_HAS_AUTOIDLE
| SYSS_HAS_RESET_STATUS
),
3523 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
3524 .sysc_fields
= &omap3xxx_aes_sysc_fields
,
3527 static struct omap_hwmod_class omap3xxx_aes_class
= {
3529 .sysc
= &omap3_aes_sysc
,
3532 static struct omap_hwmod_dma_info omap3_aes_sdma_reqs
[] = {
3533 { .name
= "tx", .dma_req
= 65, },
3534 { .name
= "rx", .dma_req
= 66, },
3538 static struct omap_hwmod omap3xxx_aes_hwmod
= {
3540 .sdma_reqs
= omap3_aes_sdma_reqs
,
3541 .main_clk
= "aes2_ick",
3544 .module_offs
= CORE_MOD
,
3546 .module_bit
= OMAP3430_EN_AES2_SHIFT
,
3548 .idlest_idle_bit
= OMAP3430_ST_AES2_SHIFT
,
3551 .class = &omap3xxx_aes_class
,
3554 static struct omap_hwmod_addr_space omap3xxx_aes_addrs
[] = {
3556 .pa_start
= 0x480c5000,
3557 .pa_end
= 0x480c5000 + 0x50 - 1,
3558 .flags
= ADDR_TYPE_RT
3563 static struct omap_hwmod_ocp_if omap3xxx_l4_core__aes
= {
3564 .master
= &omap3xxx_l4_core_hwmod
,
3565 .slave
= &omap3xxx_aes_hwmod
,
3567 .addr
= omap3xxx_aes_addrs
,
3568 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3573 * synchronous serial interface (multichannel and full-duplex serial if)
3576 static struct omap_hwmod_class_sysconfig omap34xx_ssi_sysc
= {
3578 .sysc_offs
= 0x0010,
3579 .syss_offs
= 0x0014,
3580 .sysc_flags
= (SYSC_HAS_AUTOIDLE
| SYSC_HAS_MIDLEMODE
|
3581 SYSC_HAS_SIDLEMODE
| SYSC_HAS_SOFTRESET
),
3582 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
3583 .sysc_fields
= &omap_hwmod_sysc_type1
,
3586 static struct omap_hwmod_class omap3xxx_ssi_hwmod_class
= {
3588 .sysc
= &omap34xx_ssi_sysc
,
3591 static struct omap_hwmod omap3xxx_ssi_hwmod
= {
3593 .class = &omap3xxx_ssi_hwmod_class
,
3594 .clkdm_name
= "core_l4_clkdm",
3595 .main_clk
= "ssi_ssr_fck",
3599 .module_bit
= OMAP3430_EN_SSI_SHIFT
,
3600 .module_offs
= CORE_MOD
,
3602 .idlest_idle_bit
= OMAP3430ES2_ST_SSI_IDLE_SHIFT
,
3607 /* L4 CORE -> SSI */
3608 static struct omap_hwmod_ocp_if omap3xxx_l4_core__ssi
= {
3609 .master
= &omap3xxx_l4_core_hwmod
,
3610 .slave
= &omap3xxx_ssi_hwmod
,
3612 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
3615 static struct omap_hwmod_ocp_if
*omap3xxx_hwmod_ocp_ifs
[] __initdata
= {
3616 &omap3xxx_l3_main__l4_core
,
3617 &omap3xxx_l3_main__l4_per
,
3618 &omap3xxx_mpu__l3_main
,
3619 &omap3xxx_l3_main__l4_debugss
,
3620 &omap3xxx_l4_core__l4_wkup
,
3621 &omap3xxx_l4_core__mmc3
,
3622 &omap3_l4_core__uart1
,
3623 &omap3_l4_core__uart2
,
3624 &omap3_l4_per__uart3
,
3625 &omap3_l4_core__i2c1
,
3626 &omap3_l4_core__i2c2
,
3627 &omap3_l4_core__i2c3
,
3628 &omap3xxx_l4_wkup__l4_sec
,
3629 &omap3xxx_l4_wkup__timer1
,
3630 &omap3xxx_l4_per__timer2
,
3631 &omap3xxx_l4_per__timer3
,
3632 &omap3xxx_l4_per__timer4
,
3633 &omap3xxx_l4_per__timer5
,
3634 &omap3xxx_l4_per__timer6
,
3635 &omap3xxx_l4_per__timer7
,
3636 &omap3xxx_l4_per__timer8
,
3637 &omap3xxx_l4_per__timer9
,
3638 &omap3xxx_l4_core__timer10
,
3639 &omap3xxx_l4_core__timer11
,
3640 &omap3xxx_l4_wkup__wd_timer2
,
3641 &omap3xxx_l4_wkup__gpio1
,
3642 &omap3xxx_l4_per__gpio2
,
3643 &omap3xxx_l4_per__gpio3
,
3644 &omap3xxx_l4_per__gpio4
,
3645 &omap3xxx_l4_per__gpio5
,
3646 &omap3xxx_l4_per__gpio6
,
3647 &omap3xxx_dma_system__l3
,
3648 &omap3xxx_l4_core__dma_system
,
3649 &omap3xxx_l4_core__mcbsp1
,
3650 &omap3xxx_l4_per__mcbsp2
,
3651 &omap3xxx_l4_per__mcbsp3
,
3652 &omap3xxx_l4_per__mcbsp4
,
3653 &omap3xxx_l4_core__mcbsp5
,
3654 &omap3xxx_l4_per__mcbsp2_sidetone
,
3655 &omap3xxx_l4_per__mcbsp3_sidetone
,
3656 &omap34xx_l4_core__mcspi1
,
3657 &omap34xx_l4_core__mcspi2
,
3658 &omap34xx_l4_core__mcspi3
,
3659 &omap34xx_l4_core__mcspi4
,
3660 &omap3xxx_l4_wkup__counter_32k
,
3661 &omap3xxx_l3_main__gpmc
,
3665 /* GP-only hwmod links */
3666 static struct omap_hwmod_ocp_if
*omap34xx_gp_hwmod_ocp_ifs
[] __initdata
= {
3667 &omap3xxx_l4_sec__timer12
,
3671 static struct omap_hwmod_ocp_if
*omap36xx_gp_hwmod_ocp_ifs
[] __initdata
= {
3672 &omap3xxx_l4_sec__timer12
,
3676 static struct omap_hwmod_ocp_if
*am35xx_gp_hwmod_ocp_ifs
[] __initdata
= {
3677 &omap3xxx_l4_sec__timer12
,
3681 /* crypto hwmod links */
3682 static struct omap_hwmod_ocp_if
*omap34xx_sham_hwmod_ocp_ifs
[] __initdata
= {
3683 &omap3xxx_l4_core__sham
,
3687 static struct omap_hwmod_ocp_if
*omap34xx_aes_hwmod_ocp_ifs
[] __initdata
= {
3688 &omap3xxx_l4_core__aes
,
3692 static struct omap_hwmod_ocp_if
*omap36xx_sham_hwmod_ocp_ifs
[] __initdata
= {
3693 &omap3xxx_l4_core__sham
,
3697 static struct omap_hwmod_ocp_if
*omap36xx_aes_hwmod_ocp_ifs
[] __initdata
= {
3698 &omap3xxx_l4_core__aes
,
3703 * Apparently the SHA/MD5 and AES accelerator IP blocks are
3704 * only present on some AM35xx chips, and no one knows which
3706 * http://www.spinics.net/lists/arm-kernel/msg215466.html So
3707 * if you need these IP blocks on an AM35xx, try uncommenting
3708 * the following lines.
3710 static struct omap_hwmod_ocp_if
*am35xx_sham_hwmod_ocp_ifs
[] __initdata
= {
3711 /* &omap3xxx_l4_core__sham, */
3715 static struct omap_hwmod_ocp_if
*am35xx_aes_hwmod_ocp_ifs
[] __initdata
= {
3716 /* &omap3xxx_l4_core__aes, */
3720 /* 3430ES1-only hwmod links */
3721 static struct omap_hwmod_ocp_if
*omap3430es1_hwmod_ocp_ifs
[] __initdata
= {
3722 &omap3430es1_dss__l3
,
3723 &omap3430es1_l4_core__dss
,
3727 /* 3430ES2+-only hwmod links */
3728 static struct omap_hwmod_ocp_if
*omap3430es2plus_hwmod_ocp_ifs
[] __initdata
= {
3730 &omap3xxx_l4_core__dss
,
3731 &omap3xxx_usbhsotg__l3
,
3732 &omap3xxx_l4_core__usbhsotg
,
3733 &omap3xxx_usb_host_hs__l3_main_2
,
3734 &omap3xxx_l4_core__usb_host_hs
,
3735 &omap3xxx_l4_core__usb_tll_hs
,
3739 /* <= 3430ES3-only hwmod links */
3740 static struct omap_hwmod_ocp_if
*omap3430_pre_es3_hwmod_ocp_ifs
[] __initdata
= {
3741 &omap3xxx_l4_core__pre_es3_mmc1
,
3742 &omap3xxx_l4_core__pre_es3_mmc2
,
3746 /* 3430ES3+-only hwmod links */
3747 static struct omap_hwmod_ocp_if
*omap3430_es3plus_hwmod_ocp_ifs
[] __initdata
= {
3748 &omap3xxx_l4_core__es3plus_mmc1
,
3749 &omap3xxx_l4_core__es3plus_mmc2
,
3753 /* 34xx-only hwmod links (all ES revisions) */
3754 static struct omap_hwmod_ocp_if
*omap34xx_hwmod_ocp_ifs
[] __initdata
= {
3756 &omap34xx_l4_core__sr1
,
3757 &omap34xx_l4_core__sr2
,
3758 &omap3xxx_l4_core__mailbox
,
3759 &omap3xxx_l4_core__hdq1w
,
3760 &omap3xxx_sad2d__l3
,
3761 &omap3xxx_l4_core__mmu_isp
,
3762 &omap3xxx_l3_main__mmu_iva
,
3763 &omap3xxx_l4_core__ssi
,
3767 /* 36xx-only hwmod links (all ES revisions) */
3768 static struct omap_hwmod_ocp_if
*omap36xx_hwmod_ocp_ifs
[] __initdata
= {
3770 &omap36xx_l4_per__uart4
,
3772 &omap3xxx_l4_core__dss
,
3773 &omap36xx_l4_core__sr1
,
3774 &omap36xx_l4_core__sr2
,
3775 &omap3xxx_usbhsotg__l3
,
3776 &omap3xxx_l4_core__usbhsotg
,
3777 &omap3xxx_l4_core__mailbox
,
3778 &omap3xxx_usb_host_hs__l3_main_2
,
3779 &omap3xxx_l4_core__usb_host_hs
,
3780 &omap3xxx_l4_core__usb_tll_hs
,
3781 &omap3xxx_l4_core__es3plus_mmc1
,
3782 &omap3xxx_l4_core__es3plus_mmc2
,
3783 &omap3xxx_l4_core__hdq1w
,
3784 &omap3xxx_sad2d__l3
,
3785 &omap3xxx_l4_core__mmu_isp
,
3786 &omap3xxx_l3_main__mmu_iva
,
3787 &omap3xxx_l4_core__ssi
,
3791 static struct omap_hwmod_ocp_if
*am35xx_hwmod_ocp_ifs
[] __initdata
= {
3793 &omap3xxx_l4_core__dss
,
3794 &am35xx_usbhsotg__l3
,
3795 &am35xx_l4_core__usbhsotg
,
3796 &am35xx_l4_core__uart4
,
3797 &omap3xxx_usb_host_hs__l3_main_2
,
3798 &omap3xxx_l4_core__usb_host_hs
,
3799 &omap3xxx_l4_core__usb_tll_hs
,
3800 &omap3xxx_l4_core__es3plus_mmc1
,
3801 &omap3xxx_l4_core__es3plus_mmc2
,
3802 &omap3xxx_l4_core__hdq1w
,
3804 &am35xx_l4_core__mdio
,
3806 &am35xx_l4_core__emac
,
3810 static struct omap_hwmod_ocp_if
*omap3xxx_dss_hwmod_ocp_ifs
[] __initdata
= {
3811 &omap3xxx_l4_core__dss_dispc
,
3812 &omap3xxx_l4_core__dss_dsi1
,
3813 &omap3xxx_l4_core__dss_rfbi
,
3814 &omap3xxx_l4_core__dss_venc
,
3819 * omap3xxx_hwmod_is_hs_ip_block_usable - is a security IP block accessible?
3820 * @bus: struct device_node * for the top-level OMAP DT data
3821 * @dev_name: device name used in the DT file
3823 * Determine whether a "secure" IP block @dev_name is usable by Linux.
3824 * There doesn't appear to be a 100% reliable way to determine this,
3825 * so we rely on heuristics. If @bus is null, meaning there's no DT
3826 * data, then we only assume the IP block is accessible if the OMAP is
3827 * fused as a 'general-purpose' SoC. If however DT data is present,
3828 * test to see if the IP block is described in the DT data and set to
3829 * 'status = "okay"'. If so then we assume the ODM has configured the
3830 * OMAP firewalls to allow access to the IP block.
3832 * Return: 0 if device named @dev_name is not likely to be accessible,
3833 * or 1 if it is likely to be accessible.
3835 static int __init
omap3xxx_hwmod_is_hs_ip_block_usable(struct device_node
*bus
,
3836 const char *dev_name
)
3839 return (omap_type() == OMAP2_DEVICE_TYPE_GP
) ? 1 : 0;
3841 if (of_device_is_available(of_find_node_by_name(bus
, dev_name
)))
3847 int __init
omap3xxx_hwmod_init(void)
3850 struct omap_hwmod_ocp_if
**h
= NULL
, **h_gp
= NULL
, **h_sham
= NULL
;
3851 struct omap_hwmod_ocp_if
**h_aes
= NULL
;
3852 struct device_node
*bus
= NULL
;
3857 /* Register hwmod links common to all OMAP3 */
3858 r
= omap_hwmod_register_links(omap3xxx_hwmod_ocp_ifs
);
3865 * Register hwmod links common to individual OMAP3 families, all
3866 * silicon revisions (e.g., 34xx, or AM3505/3517, or 36xx)
3867 * All possible revisions should be included in this conditional.
3869 if (rev
== OMAP3430_REV_ES1_0
|| rev
== OMAP3430_REV_ES2_0
||
3870 rev
== OMAP3430_REV_ES2_1
|| rev
== OMAP3430_REV_ES3_0
||
3871 rev
== OMAP3430_REV_ES3_1
|| rev
== OMAP3430_REV_ES3_1_2
) {
3872 h
= omap34xx_hwmod_ocp_ifs
;
3873 h_gp
= omap34xx_gp_hwmod_ocp_ifs
;
3874 h_sham
= omap34xx_sham_hwmod_ocp_ifs
;
3875 h_aes
= omap34xx_aes_hwmod_ocp_ifs
;
3876 } else if (rev
== AM35XX_REV_ES1_0
|| rev
== AM35XX_REV_ES1_1
) {
3877 h
= am35xx_hwmod_ocp_ifs
;
3878 h_gp
= am35xx_gp_hwmod_ocp_ifs
;
3879 h_sham
= am35xx_sham_hwmod_ocp_ifs
;
3880 h_aes
= am35xx_aes_hwmod_ocp_ifs
;
3881 } else if (rev
== OMAP3630_REV_ES1_0
|| rev
== OMAP3630_REV_ES1_1
||
3882 rev
== OMAP3630_REV_ES1_2
) {
3883 h
= omap36xx_hwmod_ocp_ifs
;
3884 h_gp
= omap36xx_gp_hwmod_ocp_ifs
;
3885 h_sham
= omap36xx_sham_hwmod_ocp_ifs
;
3886 h_aes
= omap36xx_aes_hwmod_ocp_ifs
;
3888 WARN(1, "OMAP3 hwmod family init: unknown chip type\n");
3892 r
= omap_hwmod_register_links(h
);
3896 /* Register GP-only hwmod links. */
3897 if (h_gp
&& omap_type() == OMAP2_DEVICE_TYPE_GP
) {
3898 r
= omap_hwmod_register_links(h_gp
);
3904 * Register crypto hwmod links only if they are not disabled in DT.
3905 * If DT information is missing, enable them only for GP devices.
3908 if (of_have_populated_dt())
3909 bus
= of_find_node_by_name(NULL
, "ocp");
3911 if (h_sham
&& omap3xxx_hwmod_is_hs_ip_block_usable(bus
, "sham")) {
3912 r
= omap_hwmod_register_links(h_sham
);
3917 if (h_aes
&& omap3xxx_hwmod_is_hs_ip_block_usable(bus
, "aes")) {
3918 r
= omap_hwmod_register_links(h_aes
);
3924 * Register hwmod links specific to certain ES levels of a
3925 * particular family of silicon (e.g., 34xx ES1.0)
3928 if (rev
== OMAP3430_REV_ES1_0
) {
3929 h
= omap3430es1_hwmod_ocp_ifs
;
3930 } else if (rev
== OMAP3430_REV_ES2_0
|| rev
== OMAP3430_REV_ES2_1
||
3931 rev
== OMAP3430_REV_ES3_0
|| rev
== OMAP3430_REV_ES3_1
||
3932 rev
== OMAP3430_REV_ES3_1_2
) {
3933 h
= omap3430es2plus_hwmod_ocp_ifs
;
3937 r
= omap_hwmod_register_links(h
);
3943 if (rev
== OMAP3430_REV_ES1_0
|| rev
== OMAP3430_REV_ES2_0
||
3944 rev
== OMAP3430_REV_ES2_1
) {
3945 h
= omap3430_pre_es3_hwmod_ocp_ifs
;
3946 } else if (rev
== OMAP3430_REV_ES3_0
|| rev
== OMAP3430_REV_ES3_1
||
3947 rev
== OMAP3430_REV_ES3_1_2
) {
3948 h
= omap3430_es3plus_hwmod_ocp_ifs
;
3952 r
= omap_hwmod_register_links(h
);
3957 * DSS code presumes that dss_core hwmod is handled first,
3958 * _before_ any other DSS related hwmods so register common
3959 * DSS hwmod links last to ensure that dss_core is already
3960 * registered. Otherwise some change things may happen, for
3961 * ex. if dispc is handled before dss_core and DSS is enabled
3962 * in bootloader DISPC will be reset with outputs enabled
3963 * which sometimes leads to unrecoverable L3 error. XXX The
3964 * long-term fix to this is to ensure hwmods are set up in
3965 * dependency order in the hwmod core code.
3967 r
= omap_hwmod_register_links(omap3xxx_dss_hwmod_ocp_ifs
);