1 // SPDX-License-Identifier: GPL-2.0-only
3 * omap_hwmod_3xxx_data.c - hardware modules present on the OMAP3xxx chips
5 * Copyright (C) 2009-2011 Nokia Corporation
6 * Copyright (C) 2012 Texas Instruments, Inc.
9 * The data in this file should be completely autogeneratable from
10 * the TI hardware database or other technical documentation.
12 * XXX these should be marked initdata for multi-OMAP kernels
15 #include <linux/platform_data/i2c-omap.h>
16 #include <linux/power/smartreflex.h>
17 #include <linux/platform_data/hsmmc-omap.h>
23 #include "omap_hwmod.h"
24 #include "omap_hwmod_common_data.h"
25 #include "prm-regbits-34xx.h"
26 #include "cm-regbits-34xx.h"
32 * OMAP3xxx hardware module integration data
34 * All of the data in this section should be autogeneratable from the
35 * TI hardware database or other technical documentation. Data that
36 * is driver-specific or driver-kernel integration-specific belongs
40 #define AM35XX_IPSS_USBOTGSS_BASE 0x5C040000
48 static struct omap_hwmod omap3xxx_l3_main_hwmod
= {
50 .class = &l3_hwmod_class
,
51 .flags
= HWMOD_NO_IDLEST
,
55 static struct omap_hwmod omap3xxx_l4_core_hwmod
= {
57 .class = &l4_hwmod_class
,
58 .flags
= HWMOD_NO_IDLEST
,
62 static struct omap_hwmod omap3xxx_l4_per_hwmod
= {
64 .class = &l4_hwmod_class
,
65 .flags
= HWMOD_NO_IDLEST
,
69 static struct omap_hwmod omap3xxx_l4_wkup_hwmod
= {
71 .class = &l4_hwmod_class
,
72 .flags
= HWMOD_NO_IDLEST
,
76 static struct omap_hwmod omap3xxx_l4_sec_hwmod
= {
78 .class = &l4_hwmod_class
,
79 .flags
= HWMOD_NO_IDLEST
,
84 static struct omap_hwmod omap3xxx_mpu_hwmod
= {
86 .class = &mpu_hwmod_class
,
87 .main_clk
= "arm_fck",
91 static struct omap_hwmod_rst_info omap3xxx_iva_resets
[] = {
92 { .name
= "logic", .rst_shift
= 0, .st_shift
= 8 },
93 { .name
= "seq0", .rst_shift
= 1, .st_shift
= 9 },
94 { .name
= "seq1", .rst_shift
= 2, .st_shift
= 10 },
97 static struct omap_hwmod omap3xxx_iva_hwmod
= {
99 .class = &iva_hwmod_class
,
100 .clkdm_name
= "iva2_clkdm",
101 .rst_lines
= omap3xxx_iva_resets
,
102 .rst_lines_cnt
= ARRAY_SIZE(omap3xxx_iva_resets
),
103 .main_clk
= "iva2_ck",
106 .module_offs
= OMAP3430_IVA2_MOD
,
108 .idlest_idle_bit
= OMAP3430_ST_IVA2_SHIFT
,
115 * debug and emulation sub system
118 static struct omap_hwmod_class omap3xxx_debugss_hwmod_class
= {
123 static struct omap_hwmod omap3xxx_debugss_hwmod
= {
125 .class = &omap3xxx_debugss_hwmod_class
,
126 .clkdm_name
= "emu_clkdm",
127 .main_clk
= "emu_src_ck",
128 .flags
= HWMOD_NO_IDLEST
,
132 static struct omap_hwmod_class_sysconfig omap3xxx_timer_sysc
= {
136 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_CLOCKACTIVITY
|
137 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
138 SYSC_HAS_EMUFREE
| SYSC_HAS_AUTOIDLE
|
139 SYSS_HAS_RESET_STATUS
),
140 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
141 .sysc_fields
= &omap_hwmod_sysc_type1
,
144 static struct omap_hwmod_class omap3xxx_timer_hwmod_class
= {
146 .sysc
= &omap3xxx_timer_sysc
,
150 static struct omap_hwmod omap3xxx_timer3_hwmod
= {
152 .main_clk
= "gpt3_fck",
155 .module_offs
= OMAP3430_PER_MOD
,
157 .idlest_idle_bit
= OMAP3430_ST_GPT3_SHIFT
,
160 .class = &omap3xxx_timer_hwmod_class
,
161 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
165 static struct omap_hwmod omap3xxx_timer4_hwmod
= {
167 .main_clk
= "gpt4_fck",
170 .module_offs
= OMAP3430_PER_MOD
,
172 .idlest_idle_bit
= OMAP3430_ST_GPT4_SHIFT
,
175 .class = &omap3xxx_timer_hwmod_class
,
176 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
180 static struct omap_hwmod omap3xxx_timer5_hwmod
= {
182 .main_clk
= "gpt5_fck",
185 .module_offs
= OMAP3430_PER_MOD
,
187 .idlest_idle_bit
= OMAP3430_ST_GPT5_SHIFT
,
190 .class = &omap3xxx_timer_hwmod_class
,
191 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
195 static struct omap_hwmod omap3xxx_timer6_hwmod
= {
197 .main_clk
= "gpt6_fck",
200 .module_offs
= OMAP3430_PER_MOD
,
202 .idlest_idle_bit
= OMAP3430_ST_GPT6_SHIFT
,
205 .class = &omap3xxx_timer_hwmod_class
,
206 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
210 static struct omap_hwmod omap3xxx_timer7_hwmod
= {
212 .main_clk
= "gpt7_fck",
215 .module_offs
= OMAP3430_PER_MOD
,
217 .idlest_idle_bit
= OMAP3430_ST_GPT7_SHIFT
,
220 .class = &omap3xxx_timer_hwmod_class
,
221 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
225 static struct omap_hwmod omap3xxx_timer8_hwmod
= {
227 .main_clk
= "gpt8_fck",
230 .module_offs
= OMAP3430_PER_MOD
,
232 .idlest_idle_bit
= OMAP3430_ST_GPT8_SHIFT
,
235 .class = &omap3xxx_timer_hwmod_class
,
236 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
240 static struct omap_hwmod omap3xxx_timer9_hwmod
= {
242 .main_clk
= "gpt9_fck",
245 .module_offs
= OMAP3430_PER_MOD
,
247 .idlest_idle_bit
= OMAP3430_ST_GPT9_SHIFT
,
250 .class = &omap3xxx_timer_hwmod_class
,
251 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
255 static struct omap_hwmod omap3xxx_timer10_hwmod
= {
257 .main_clk
= "gpt10_fck",
260 .module_offs
= CORE_MOD
,
262 .idlest_idle_bit
= OMAP3430_ST_GPT10_SHIFT
,
265 .class = &omap3xxx_timer_hwmod_class
,
266 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
270 static struct omap_hwmod omap3xxx_timer11_hwmod
= {
272 .main_clk
= "gpt11_fck",
275 .module_offs
= CORE_MOD
,
277 .idlest_idle_bit
= OMAP3430_ST_GPT11_SHIFT
,
280 .class = &omap3xxx_timer_hwmod_class
,
281 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
286 * 32-bit watchdog upward counter that generates a pulse on the reset pin on
290 static struct omap_hwmod_class_sysconfig omap3xxx_wd_timer_sysc
= {
294 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_EMUFREE
|
295 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
296 SYSC_HAS_AUTOIDLE
| SYSC_HAS_CLOCKACTIVITY
|
297 SYSS_HAS_RESET_STATUS
),
298 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
299 .sysc_fields
= &omap_hwmod_sysc_type1
,
303 static struct omap_hwmod_class_sysconfig i2c_sysc
= {
307 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
308 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
309 SYSC_HAS_AUTOIDLE
| SYSS_HAS_RESET_STATUS
),
310 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
311 .sysc_fields
= &omap_hwmod_sysc_type1
,
314 static struct omap_hwmod_class omap3xxx_wd_timer_hwmod_class
= {
316 .sysc
= &omap3xxx_wd_timer_sysc
,
317 .pre_shutdown
= &omap2_wd_timer_disable
,
318 .reset
= &omap2_wd_timer_reset
,
321 static struct omap_hwmod omap3xxx_wd_timer2_hwmod
= {
323 .class = &omap3xxx_wd_timer_hwmod_class
,
324 .main_clk
= "wdt2_fck",
327 .module_offs
= WKUP_MOD
,
329 .idlest_idle_bit
= OMAP3430_ST_WDT2_SHIFT
,
333 * XXX: Use software supervised mode, HW supervised smartidle seems to
334 * block CORE power domain idle transitions. Maybe a HW bug in wdt2?
336 .flags
= HWMOD_SWSUP_SIDLE
,
340 static struct omap_hwmod omap3xxx_uart1_hwmod
= {
342 .main_clk
= "uart1_fck",
343 .flags
= DEBUG_TI81XXUART1_FLAGS
| HWMOD_SWSUP_SIDLE
,
346 .module_offs
= CORE_MOD
,
348 .idlest_idle_bit
= OMAP3430_EN_UART1_SHIFT
,
351 .class = &omap2_uart_class
,
355 static struct omap_hwmod omap3xxx_uart2_hwmod
= {
357 .main_clk
= "uart2_fck",
358 .flags
= DEBUG_TI81XXUART2_FLAGS
| HWMOD_SWSUP_SIDLE
,
361 .module_offs
= CORE_MOD
,
363 .idlest_idle_bit
= OMAP3430_EN_UART2_SHIFT
,
366 .class = &omap2_uart_class
,
370 static struct omap_hwmod omap3xxx_uart3_hwmod
= {
372 .main_clk
= "uart3_fck",
373 .flags
= DEBUG_OMAP3UART3_FLAGS
| DEBUG_TI81XXUART3_FLAGS
|
377 .module_offs
= OMAP3430_PER_MOD
,
379 .idlest_idle_bit
= OMAP3430_EN_UART3_SHIFT
,
382 .class = &omap2_uart_class
,
388 static struct omap_hwmod omap36xx_uart4_hwmod
= {
390 .main_clk
= "uart4_fck",
391 .flags
= DEBUG_OMAP3UART4_FLAGS
| HWMOD_SWSUP_SIDLE
,
394 .module_offs
= OMAP3430_PER_MOD
,
396 .idlest_idle_bit
= OMAP3630_EN_UART4_SHIFT
,
399 .class = &omap2_uart_class
,
405 * XXX AM35xx UART4 cannot complete its softreset without uart1_fck or
406 * uart2_fck being enabled. So we add uart1_fck as an optional clock,
407 * below, and set the HWMOD_CONTROL_OPT_CLKS_IN_RESET. This really
408 * should not be needed. The functional clock structure of the AM35xx
409 * UART4 is extremely unclear and opaque; it is unclear what the role
410 * of uart1/2_fck is for the UART4. Any clarification from either
411 * empirical testing or the AM3505/3517 hardware designers would be
414 static struct omap_hwmod_opt_clk am35xx_uart4_opt_clks
[] = {
415 { .role
= "softreset_uart1_fck", .clk
= "uart1_fck" },
418 static struct omap_hwmod am35xx_uart4_hwmod
= {
420 .main_clk
= "uart4_fck",
423 .module_offs
= CORE_MOD
,
425 .idlest_idle_bit
= AM35XX_ST_UART4_SHIFT
,
428 .opt_clks
= am35xx_uart4_opt_clks
,
429 .opt_clks_cnt
= ARRAY_SIZE(am35xx_uart4_opt_clks
),
430 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
431 .class = &omap2_uart_class
,
434 static struct omap_hwmod_class i2c_class
= {
437 .reset
= &omap_i2c_reset
,
441 static struct omap_hwmod_opt_clk dss_opt_clks
[] = {
443 * The DSS HW needs all DSS clocks enabled during reset. The dss_core
444 * driver does not use these clocks.
446 { .role
= "sys_clk", .clk
= "dss2_alwon_fck" },
447 { .role
= "tv_clk", .clk
= "dss_tv_fck" },
448 /* required only on OMAP3430 */
449 { .role
= "tv_dac_clk", .clk
= "dss_96m_fck" },
452 static struct omap_hwmod omap3430es1_dss_core_hwmod
= {
454 .class = &omap2_dss_hwmod_class
,
455 .main_clk
= "dss1_alwon_fck", /* instead of dss_fck */
458 .module_offs
= OMAP3430_DSS_MOD
,
462 .opt_clks
= dss_opt_clks
,
463 .opt_clks_cnt
= ARRAY_SIZE(dss_opt_clks
),
464 .flags
= HWMOD_NO_IDLEST
| HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
467 static struct omap_hwmod omap3xxx_dss_core_hwmod
= {
469 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
470 .class = &omap2_dss_hwmod_class
,
471 .main_clk
= "dss1_alwon_fck", /* instead of dss_fck */
474 .module_offs
= OMAP3430_DSS_MOD
,
476 .idlest_idle_bit
= OMAP3430ES2_ST_DSS_IDLE_SHIFT
,
479 .opt_clks
= dss_opt_clks
,
480 .opt_clks_cnt
= ARRAY_SIZE(dss_opt_clks
),
488 static struct omap_hwmod_class_sysconfig omap3_dispc_sysc
= {
492 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_MIDLEMODE
|
493 SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
|
495 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
|
496 MSTANDBY_FORCE
| MSTANDBY_NO
| MSTANDBY_SMART
),
497 .sysc_fields
= &omap_hwmod_sysc_type1
,
500 static struct omap_hwmod_class omap3_dispc_hwmod_class
= {
502 .sysc
= &omap3_dispc_sysc
,
505 static struct omap_hwmod omap3xxx_dss_dispc_hwmod
= {
507 .class = &omap3_dispc_hwmod_class
,
508 .main_clk
= "dss1_alwon_fck",
511 .module_offs
= OMAP3430_DSS_MOD
,
514 .flags
= HWMOD_NO_IDLEST
,
515 .dev_attr
= &omap2_3_dss_dispc_dev_attr
,
520 * display serial interface controller
523 static struct omap_hwmod_class_sysconfig omap3xxx_dsi_sysc
= {
527 .sysc_flags
= (SYSC_HAS_AUTOIDLE
| SYSC_HAS_CLOCKACTIVITY
|
528 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SIDLEMODE
|
529 SYSC_HAS_SOFTRESET
| SYSS_HAS_RESET_STATUS
),
530 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
531 .sysc_fields
= &omap_hwmod_sysc_type1
,
534 static struct omap_hwmod_class omap3xxx_dsi_hwmod_class
= {
536 .sysc
= &omap3xxx_dsi_sysc
,
540 static struct omap_hwmod_opt_clk dss_dsi1_opt_clks
[] = {
541 { .role
= "sys_clk", .clk
= "dss2_alwon_fck" },
544 static struct omap_hwmod omap3xxx_dss_dsi1_hwmod
= {
546 .class = &omap3xxx_dsi_hwmod_class
,
547 .main_clk
= "dss1_alwon_fck",
550 .module_offs
= OMAP3430_DSS_MOD
,
553 .opt_clks
= dss_dsi1_opt_clks
,
554 .opt_clks_cnt
= ARRAY_SIZE(dss_dsi1_opt_clks
),
555 .flags
= HWMOD_NO_IDLEST
,
558 static struct omap_hwmod_opt_clk dss_rfbi_opt_clks
[] = {
559 { .role
= "ick", .clk
= "dss_ick" },
562 static struct omap_hwmod omap3xxx_dss_rfbi_hwmod
= {
564 .class = &omap2_rfbi_hwmod_class
,
565 .main_clk
= "dss1_alwon_fck",
568 .module_offs
= OMAP3430_DSS_MOD
,
571 .opt_clks
= dss_rfbi_opt_clks
,
572 .opt_clks_cnt
= ARRAY_SIZE(dss_rfbi_opt_clks
),
573 .flags
= HWMOD_NO_IDLEST
,
576 static struct omap_hwmod_opt_clk dss_venc_opt_clks
[] = {
577 /* required only on OMAP3430 */
578 { .role
= "tv_dac_clk", .clk
= "dss_96m_fck" },
581 static struct omap_hwmod omap3xxx_dss_venc_hwmod
= {
583 .class = &omap2_venc_hwmod_class
,
584 .main_clk
= "dss_tv_fck",
587 .module_offs
= OMAP3430_DSS_MOD
,
590 .opt_clks
= dss_venc_opt_clks
,
591 .opt_clks_cnt
= ARRAY_SIZE(dss_venc_opt_clks
),
592 .flags
= HWMOD_NO_IDLEST
,
596 static struct omap_hwmod omap3xxx_i2c1_hwmod
= {
598 .flags
= HWMOD_16BIT_REG
| HWMOD_SET_DEFAULT_CLOCKACT
,
599 .main_clk
= "i2c1_fck",
602 .module_offs
= CORE_MOD
,
604 .idlest_idle_bit
= OMAP3430_ST_I2C1_SHIFT
,
611 static struct omap_hwmod omap3xxx_i2c2_hwmod
= {
613 .flags
= HWMOD_16BIT_REG
| HWMOD_SET_DEFAULT_CLOCKACT
,
614 .main_clk
= "i2c2_fck",
617 .module_offs
= CORE_MOD
,
619 .idlest_idle_bit
= OMAP3430_ST_I2C2_SHIFT
,
626 static struct omap_hwmod omap3xxx_i2c3_hwmod
= {
628 .flags
= HWMOD_16BIT_REG
| HWMOD_SET_DEFAULT_CLOCKACT
,
629 .main_clk
= "i2c3_fck",
632 .module_offs
= CORE_MOD
,
634 .idlest_idle_bit
= OMAP3430_ST_I2C3_SHIFT
,
642 * general purpose io module
645 static struct omap_hwmod_class_sysconfig omap3xxx_gpio_sysc
= {
649 .sysc_flags
= (SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SIDLEMODE
|
650 SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
|
651 SYSS_HAS_RESET_STATUS
),
652 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
653 .sysc_fields
= &omap_hwmod_sysc_type1
,
656 static struct omap_hwmod_class omap3xxx_gpio_hwmod_class
= {
658 .sysc
= &omap3xxx_gpio_sysc
,
662 static struct omap_hwmod_opt_clk gpio1_opt_clks
[] = {
663 { .role
= "dbclk", .clk
= "gpio1_dbck", },
666 static struct omap_hwmod omap3xxx_gpio1_hwmod
= {
668 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
669 .main_clk
= "gpio1_ick",
670 .opt_clks
= gpio1_opt_clks
,
671 .opt_clks_cnt
= ARRAY_SIZE(gpio1_opt_clks
),
674 .module_offs
= WKUP_MOD
,
676 .idlest_idle_bit
= OMAP3430_ST_GPIO1_SHIFT
,
679 .class = &omap3xxx_gpio_hwmod_class
,
683 static struct omap_hwmod_opt_clk gpio2_opt_clks
[] = {
684 { .role
= "dbclk", .clk
= "gpio2_dbck", },
687 static struct omap_hwmod omap3xxx_gpio2_hwmod
= {
689 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
690 .main_clk
= "gpio2_ick",
691 .opt_clks
= gpio2_opt_clks
,
692 .opt_clks_cnt
= ARRAY_SIZE(gpio2_opt_clks
),
695 .module_offs
= OMAP3430_PER_MOD
,
697 .idlest_idle_bit
= OMAP3430_ST_GPIO2_SHIFT
,
700 .class = &omap3xxx_gpio_hwmod_class
,
704 static struct omap_hwmod_opt_clk gpio3_opt_clks
[] = {
705 { .role
= "dbclk", .clk
= "gpio3_dbck", },
708 static struct omap_hwmod omap3xxx_gpio3_hwmod
= {
710 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
711 .main_clk
= "gpio3_ick",
712 .opt_clks
= gpio3_opt_clks
,
713 .opt_clks_cnt
= ARRAY_SIZE(gpio3_opt_clks
),
716 .module_offs
= OMAP3430_PER_MOD
,
718 .idlest_idle_bit
= OMAP3430_ST_GPIO3_SHIFT
,
721 .class = &omap3xxx_gpio_hwmod_class
,
725 static struct omap_hwmod_opt_clk gpio4_opt_clks
[] = {
726 { .role
= "dbclk", .clk
= "gpio4_dbck", },
729 static struct omap_hwmod omap3xxx_gpio4_hwmod
= {
731 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
732 .main_clk
= "gpio4_ick",
733 .opt_clks
= gpio4_opt_clks
,
734 .opt_clks_cnt
= ARRAY_SIZE(gpio4_opt_clks
),
737 .module_offs
= OMAP3430_PER_MOD
,
739 .idlest_idle_bit
= OMAP3430_ST_GPIO4_SHIFT
,
742 .class = &omap3xxx_gpio_hwmod_class
,
747 static struct omap_hwmod_opt_clk gpio5_opt_clks
[] = {
748 { .role
= "dbclk", .clk
= "gpio5_dbck", },
751 static struct omap_hwmod omap3xxx_gpio5_hwmod
= {
753 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
754 .main_clk
= "gpio5_ick",
755 .opt_clks
= gpio5_opt_clks
,
756 .opt_clks_cnt
= ARRAY_SIZE(gpio5_opt_clks
),
759 .module_offs
= OMAP3430_PER_MOD
,
761 .idlest_idle_bit
= OMAP3430_ST_GPIO5_SHIFT
,
764 .class = &omap3xxx_gpio_hwmod_class
,
769 static struct omap_hwmod_opt_clk gpio6_opt_clks
[] = {
770 { .role
= "dbclk", .clk
= "gpio6_dbck", },
773 static struct omap_hwmod omap3xxx_gpio6_hwmod
= {
775 .flags
= HWMOD_CONTROL_OPT_CLKS_IN_RESET
,
776 .main_clk
= "gpio6_ick",
777 .opt_clks
= gpio6_opt_clks
,
778 .opt_clks_cnt
= ARRAY_SIZE(gpio6_opt_clks
),
781 .module_offs
= OMAP3430_PER_MOD
,
783 .idlest_idle_bit
= OMAP3430_ST_GPIO6_SHIFT
,
786 .class = &omap3xxx_gpio_hwmod_class
,
791 * multi channel buffered serial port controller
794 static struct omap_hwmod_class_sysconfig omap3xxx_mcbsp_sysc
= {
797 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_ENAWAKEUP
|
798 SYSC_HAS_SIDLEMODE
| SYSC_HAS_SOFTRESET
),
799 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
800 .sysc_fields
= &omap_hwmod_sysc_type1
,
803 static struct omap_hwmod_class omap3xxx_mcbsp_hwmod_class
= {
805 .sysc
= &omap3xxx_mcbsp_sysc
,
808 /* McBSP functional clock mapping */
809 static struct omap_hwmod_opt_clk mcbsp15_opt_clks
[] = {
810 { .role
= "pad_fck", .clk
= "mcbsp_clks" },
811 { .role
= "prcm_fck", .clk
= "core_96m_fck" },
814 static struct omap_hwmod_opt_clk mcbsp234_opt_clks
[] = {
815 { .role
= "pad_fck", .clk
= "mcbsp_clks" },
816 { .role
= "prcm_fck", .clk
= "per_96m_fck" },
820 static struct omap_hwmod omap3xxx_mcbsp1_hwmod
= {
822 .class = &omap3xxx_mcbsp_hwmod_class
,
823 .main_clk
= "mcbsp1_fck",
826 .module_offs
= CORE_MOD
,
828 .idlest_idle_bit
= OMAP3430_ST_MCBSP1_SHIFT
,
831 .opt_clks
= mcbsp15_opt_clks
,
832 .opt_clks_cnt
= ARRAY_SIZE(mcbsp15_opt_clks
),
836 static struct omap_hwmod omap3xxx_mcbsp2_hwmod
= {
838 .class = &omap3xxx_mcbsp_hwmod_class
,
839 .main_clk
= "mcbsp2_fck",
842 .module_offs
= OMAP3430_PER_MOD
,
844 .idlest_idle_bit
= OMAP3430_ST_MCBSP2_SHIFT
,
847 .opt_clks
= mcbsp234_opt_clks
,
848 .opt_clks_cnt
= ARRAY_SIZE(mcbsp234_opt_clks
),
852 static struct omap_hwmod omap3xxx_mcbsp3_hwmod
= {
854 .class = &omap3xxx_mcbsp_hwmod_class
,
855 .main_clk
= "mcbsp3_fck",
858 .module_offs
= OMAP3430_PER_MOD
,
860 .idlest_idle_bit
= OMAP3430_ST_MCBSP3_SHIFT
,
863 .opt_clks
= mcbsp234_opt_clks
,
864 .opt_clks_cnt
= ARRAY_SIZE(mcbsp234_opt_clks
),
868 static struct omap_hwmod omap3xxx_mcbsp4_hwmod
= {
870 .class = &omap3xxx_mcbsp_hwmod_class
,
871 .main_clk
= "mcbsp4_fck",
874 .module_offs
= OMAP3430_PER_MOD
,
876 .idlest_idle_bit
= OMAP3430_ST_MCBSP4_SHIFT
,
879 .opt_clks
= mcbsp234_opt_clks
,
880 .opt_clks_cnt
= ARRAY_SIZE(mcbsp234_opt_clks
),
884 static struct omap_hwmod omap3xxx_mcbsp5_hwmod
= {
886 .class = &omap3xxx_mcbsp_hwmod_class
,
887 .main_clk
= "mcbsp5_fck",
890 .module_offs
= CORE_MOD
,
892 .idlest_idle_bit
= OMAP3430_ST_MCBSP5_SHIFT
,
895 .opt_clks
= mcbsp15_opt_clks
,
896 .opt_clks_cnt
= ARRAY_SIZE(mcbsp15_opt_clks
),
899 /* 'mcbsp sidetone' class */
900 static struct omap_hwmod_class_sysconfig omap3xxx_mcbsp_sidetone_sysc
= {
903 .sysc_flags
= SYSC_HAS_AUTOIDLE
,
904 .sysc_fields
= &omap_hwmod_sysc_type1
,
907 static struct omap_hwmod_class omap3xxx_mcbsp_sidetone_hwmod_class
= {
908 .name
= "mcbsp_sidetone",
909 .sysc
= &omap3xxx_mcbsp_sidetone_sysc
,
912 /* mcbsp2_sidetone */
913 static struct omap_hwmod omap3xxx_mcbsp2_sidetone_hwmod
= {
914 .name
= "mcbsp2_sidetone",
915 .class = &omap3xxx_mcbsp_sidetone_hwmod_class
,
916 .main_clk
= "mcbsp2_ick",
917 .flags
= HWMOD_NO_IDLEST
,
920 /* mcbsp3_sidetone */
921 static struct omap_hwmod omap3xxx_mcbsp3_sidetone_hwmod
= {
922 .name
= "mcbsp3_sidetone",
923 .class = &omap3xxx_mcbsp_sidetone_hwmod_class
,
924 .main_clk
= "mcbsp3_ick",
925 .flags
= HWMOD_NO_IDLEST
,
929 static struct omap_hwmod_class_sysconfig omap34xx_sr_sysc
= {
932 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_NO_CACHE
),
933 .sysc_fields
= &omap34xx_sr_sysc_fields
,
936 static struct omap_hwmod_class omap34xx_smartreflex_hwmod_class
= {
937 .name
= "smartreflex",
938 .sysc
= &omap34xx_sr_sysc
,
941 static struct omap_hwmod_class_sysconfig omap36xx_sr_sysc
= {
944 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
945 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_ENAWAKEUP
|
947 .sysc_fields
= &omap36xx_sr_sysc_fields
,
950 static struct omap_hwmod_class omap36xx_smartreflex_hwmod_class
= {
951 .name
= "smartreflex",
952 .sysc
= &omap36xx_sr_sysc
,
956 static struct omap_smartreflex_dev_attr sr1_dev_attr
= {
957 .sensor_voltdm_name
= "mpu_iva",
961 static struct omap_hwmod omap34xx_sr1_hwmod
= {
962 .name
= "smartreflex_mpu_iva",
963 .class = &omap34xx_smartreflex_hwmod_class
,
964 .main_clk
= "sr1_fck",
967 .module_offs
= WKUP_MOD
,
969 .idlest_idle_bit
= OMAP3430_EN_SR1_SHIFT
,
972 .dev_attr
= &sr1_dev_attr
,
973 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
976 static struct omap_hwmod omap36xx_sr1_hwmod
= {
977 .name
= "smartreflex_mpu_iva",
978 .class = &omap36xx_smartreflex_hwmod_class
,
979 .main_clk
= "sr1_fck",
982 .module_offs
= WKUP_MOD
,
984 .idlest_idle_bit
= OMAP3430_EN_SR1_SHIFT
,
987 .dev_attr
= &sr1_dev_attr
,
991 static struct omap_smartreflex_dev_attr sr2_dev_attr
= {
992 .sensor_voltdm_name
= "core",
996 static struct omap_hwmod omap34xx_sr2_hwmod
= {
997 .name
= "smartreflex_core",
998 .class = &omap34xx_smartreflex_hwmod_class
,
999 .main_clk
= "sr2_fck",
1002 .module_offs
= WKUP_MOD
,
1004 .idlest_idle_bit
= OMAP3430_EN_SR2_SHIFT
,
1007 .dev_attr
= &sr2_dev_attr
,
1008 .flags
= HWMOD_SET_DEFAULT_CLOCKACT
,
1011 static struct omap_hwmod omap36xx_sr2_hwmod
= {
1012 .name
= "smartreflex_core",
1013 .class = &omap36xx_smartreflex_hwmod_class
,
1014 .main_clk
= "sr2_fck",
1017 .module_offs
= WKUP_MOD
,
1019 .idlest_idle_bit
= OMAP3430_EN_SR2_SHIFT
,
1022 .dev_attr
= &sr2_dev_attr
,
1027 * mailbox module allowing communication between the on-chip processors
1028 * using a queued mailbox-interrupt mechanism.
1031 static struct omap_hwmod_class_sysconfig omap3xxx_mailbox_sysc
= {
1035 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
1036 SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
),
1037 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
1038 .sysc_fields
= &omap_hwmod_sysc_type1
,
1041 static struct omap_hwmod_class omap3xxx_mailbox_hwmod_class
= {
1043 .sysc
= &omap3xxx_mailbox_sysc
,
1046 static struct omap_hwmod omap3xxx_mailbox_hwmod
= {
1048 .class = &omap3xxx_mailbox_hwmod_class
,
1049 .main_clk
= "mailboxes_ick",
1052 .module_offs
= CORE_MOD
,
1054 .idlest_idle_bit
= OMAP3430_ST_MAILBOXES_SHIFT
,
1061 * multichannel serial port interface (mcspi) / master/slave synchronous serial
1065 static struct omap_hwmod_class_sysconfig omap34xx_mcspi_sysc
= {
1067 .sysc_offs
= 0x0010,
1068 .syss_offs
= 0x0014,
1069 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
1070 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
1071 SYSC_HAS_AUTOIDLE
| SYSS_HAS_RESET_STATUS
),
1072 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
1073 .sysc_fields
= &omap_hwmod_sysc_type1
,
1076 static struct omap_hwmod_class omap34xx_mcspi_class
= {
1078 .sysc
= &omap34xx_mcspi_sysc
,
1082 static struct omap_hwmod omap34xx_mcspi1
= {
1084 .main_clk
= "mcspi1_fck",
1087 .module_offs
= CORE_MOD
,
1089 .idlest_idle_bit
= OMAP3430_ST_MCSPI1_SHIFT
,
1092 .class = &omap34xx_mcspi_class
,
1096 static struct omap_hwmod omap34xx_mcspi2
= {
1098 .main_clk
= "mcspi2_fck",
1101 .module_offs
= CORE_MOD
,
1103 .idlest_idle_bit
= OMAP3430_ST_MCSPI2_SHIFT
,
1106 .class = &omap34xx_mcspi_class
,
1110 static struct omap_hwmod omap34xx_mcspi3
= {
1112 .main_clk
= "mcspi3_fck",
1115 .module_offs
= CORE_MOD
,
1117 .idlest_idle_bit
= OMAP3430_ST_MCSPI3_SHIFT
,
1120 .class = &omap34xx_mcspi_class
,
1124 static struct omap_hwmod omap34xx_mcspi4
= {
1126 .main_clk
= "mcspi4_fck",
1129 .module_offs
= CORE_MOD
,
1131 .idlest_idle_bit
= OMAP3430_ST_MCSPI4_SHIFT
,
1134 .class = &omap34xx_mcspi_class
,
1137 /* MMC/SD/SDIO common */
1138 static struct omap_hwmod_class_sysconfig omap34xx_mmc_sysc
= {
1142 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
1143 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
1144 SYSC_HAS_AUTOIDLE
| SYSS_HAS_RESET_STATUS
),
1145 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
1146 .sysc_fields
= &omap_hwmod_sysc_type1
,
1149 static struct omap_hwmod_class omap34xx_mmc_class
= {
1151 .sysc
= &omap34xx_mmc_sysc
,
1158 static struct omap_hwmod_opt_clk omap34xx_mmc1_opt_clks
[] = {
1159 { .role
= "dbck", .clk
= "omap_32k_fck", },
1162 static struct omap_hsmmc_dev_attr mmc1_dev_attr
= {
1163 .flags
= OMAP_HSMMC_SUPPORTS_DUAL_VOLT
,
1166 /* See 35xx errata 2.1.1.128 in SPRZ278F */
1167 static struct omap_hsmmc_dev_attr mmc1_pre_es3_dev_attr
= {
1168 .flags
= (OMAP_HSMMC_SUPPORTS_DUAL_VOLT
|
1169 OMAP_HSMMC_BROKEN_MULTIBLOCK_READ
),
1172 static struct omap_hwmod omap3xxx_pre_es3_mmc1_hwmod
= {
1174 .opt_clks
= omap34xx_mmc1_opt_clks
,
1175 .opt_clks_cnt
= ARRAY_SIZE(omap34xx_mmc1_opt_clks
),
1176 .main_clk
= "mmchs1_fck",
1179 .module_offs
= CORE_MOD
,
1181 .idlest_idle_bit
= OMAP3430_ST_MMC1_SHIFT
,
1184 .dev_attr
= &mmc1_pre_es3_dev_attr
,
1185 .class = &omap34xx_mmc_class
,
1188 static struct omap_hwmod omap3xxx_es3plus_mmc1_hwmod
= {
1190 .opt_clks
= omap34xx_mmc1_opt_clks
,
1191 .opt_clks_cnt
= ARRAY_SIZE(omap34xx_mmc1_opt_clks
),
1192 .main_clk
= "mmchs1_fck",
1195 .module_offs
= CORE_MOD
,
1197 .idlest_idle_bit
= OMAP3430_ST_MMC1_SHIFT
,
1200 .dev_attr
= &mmc1_dev_attr
,
1201 .class = &omap34xx_mmc_class
,
1208 static struct omap_hwmod_opt_clk omap34xx_mmc2_opt_clks
[] = {
1209 { .role
= "dbck", .clk
= "omap_32k_fck", },
1212 /* See 35xx errata 2.1.1.128 in SPRZ278F */
1213 static struct omap_hsmmc_dev_attr mmc2_pre_es3_dev_attr
= {
1214 .flags
= OMAP_HSMMC_BROKEN_MULTIBLOCK_READ
,
1217 static struct omap_hwmod omap3xxx_pre_es3_mmc2_hwmod
= {
1219 .opt_clks
= omap34xx_mmc2_opt_clks
,
1220 .opt_clks_cnt
= ARRAY_SIZE(omap34xx_mmc2_opt_clks
),
1221 .main_clk
= "mmchs2_fck",
1224 .module_offs
= CORE_MOD
,
1226 .idlest_idle_bit
= OMAP3430_ST_MMC2_SHIFT
,
1229 .dev_attr
= &mmc2_pre_es3_dev_attr
,
1230 .class = &omap34xx_mmc_class
,
1233 static struct omap_hwmod omap3xxx_es3plus_mmc2_hwmod
= {
1235 .opt_clks
= omap34xx_mmc2_opt_clks
,
1236 .opt_clks_cnt
= ARRAY_SIZE(omap34xx_mmc2_opt_clks
),
1237 .main_clk
= "mmchs2_fck",
1240 .module_offs
= CORE_MOD
,
1242 .idlest_idle_bit
= OMAP3430_ST_MMC2_SHIFT
,
1245 .class = &omap34xx_mmc_class
,
1252 static struct omap_hwmod_opt_clk omap34xx_mmc3_opt_clks
[] = {
1253 { .role
= "dbck", .clk
= "omap_32k_fck", },
1256 static struct omap_hwmod omap3xxx_mmc3_hwmod
= {
1258 .opt_clks
= omap34xx_mmc3_opt_clks
,
1259 .opt_clks_cnt
= ARRAY_SIZE(omap34xx_mmc3_opt_clks
),
1260 .main_clk
= "mmchs3_fck",
1263 .module_offs
= CORE_MOD
,
1265 .idlest_idle_bit
= OMAP3430_ST_MMC3_SHIFT
,
1268 .class = &omap34xx_mmc_class
,
1272 * 'usb_host_hs' class
1273 * high-speed multi-port usb host controller
1276 static struct omap_hwmod_class_sysconfig omap3xxx_usb_host_hs_sysc
= {
1278 .sysc_offs
= 0x0010,
1279 .syss_offs
= 0x0014,
1280 .sysc_flags
= (SYSC_HAS_MIDLEMODE
| SYSC_HAS_CLOCKACTIVITY
|
1281 SYSC_HAS_SIDLEMODE
| SYSC_HAS_ENAWAKEUP
|
1282 SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
|
1283 SYSS_HAS_RESET_STATUS
),
1284 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
|
1285 MSTANDBY_FORCE
| MSTANDBY_NO
| MSTANDBY_SMART
),
1286 .sysc_fields
= &omap_hwmod_sysc_type1
,
1289 static struct omap_hwmod_class omap3xxx_usb_host_hs_hwmod_class
= {
1290 .name
= "usb_host_hs",
1291 .sysc
= &omap3xxx_usb_host_hs_sysc
,
1295 static struct omap_hwmod omap3xxx_usb_host_hs_hwmod
= {
1296 .name
= "usb_host_hs",
1297 .class = &omap3xxx_usb_host_hs_hwmod_class
,
1298 .clkdm_name
= "usbhost_clkdm",
1299 .main_clk
= "usbhost_48m_fck",
1302 .module_offs
= OMAP3430ES2_USBHOST_MOD
,
1304 .idlest_idle_bit
= OMAP3430ES2_ST_USBHOST_IDLE_SHIFT
,
1309 * Errata: USBHOST Configured In Smart-Idle Can Lead To a Deadlock
1313 * In the following configuration :
1314 * - USBHOST module is set to smart-idle mode
1315 * - PRCM asserts idle_req to the USBHOST module ( This typically
1316 * happens when the system is going to a low power mode : all ports
1317 * have been suspended, the master part of the USBHOST module has
1318 * entered the standby state, and SW has cut the functional clocks)
1319 * - an USBHOST interrupt occurs before the module is able to answer
1320 * idle_ack, typically a remote wakeup IRQ.
1321 * Then the USB HOST module will enter a deadlock situation where it
1322 * is no more accessible nor functional.
1325 * Don't use smart idle; use only force idle, hence HWMOD_SWSUP_SIDLE
1329 * Errata: USB host EHCI may stall when entering smart-standby mode
1333 * When the USBHOST module is set to smart-standby mode, and when it is
1334 * ready to enter the standby state (i.e. all ports are suspended and
1335 * all attached devices are in suspend mode), then it can wrongly assert
1336 * the Mstandby signal too early while there are still some residual OCP
1337 * transactions ongoing. If this condition occurs, the internal state
1338 * machine may go to an undefined state and the USB link may be stuck
1339 * upon the next resume.
1342 * Don't use smart standby; use only force standby,
1343 * hence HWMOD_SWSUP_MSTANDBY
1346 .flags
= HWMOD_SWSUP_SIDLE
| HWMOD_SWSUP_MSTANDBY
,
1350 * 'usb_tll_hs' class
1351 * usb_tll_hs module is the adapter on the usb_host_hs ports
1353 static struct omap_hwmod_class_sysconfig omap3xxx_usb_tll_hs_sysc
= {
1355 .sysc_offs
= 0x0010,
1356 .syss_offs
= 0x0014,
1357 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
1358 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
1360 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
1361 .sysc_fields
= &omap_hwmod_sysc_type1
,
1364 static struct omap_hwmod_class omap3xxx_usb_tll_hs_hwmod_class
= {
1365 .name
= "usb_tll_hs",
1366 .sysc
= &omap3xxx_usb_tll_hs_sysc
,
1370 static struct omap_hwmod omap3xxx_usb_tll_hs_hwmod
= {
1371 .name
= "usb_tll_hs",
1372 .class = &omap3xxx_usb_tll_hs_hwmod_class
,
1373 .clkdm_name
= "core_l4_clkdm",
1374 .main_clk
= "usbtll_fck",
1377 .module_offs
= CORE_MOD
,
1379 .idlest_idle_bit
= OMAP3430ES2_ST_USBTLL_SHIFT
,
1384 static struct omap_hwmod omap3xxx_hdq1w_hwmod
= {
1386 .main_clk
= "hdq_fck",
1389 .module_offs
= CORE_MOD
,
1391 .idlest_idle_bit
= OMAP3430_ST_HDQ_SHIFT
,
1394 .class = &omap2_hdq1w_class
,
1398 static struct omap_hwmod_rst_info omap3xxx_sad2d_resets
[] = {
1399 { .name
= "rst_modem_pwron_sw", .rst_shift
= 0 },
1400 { .name
= "rst_modem_sw", .rst_shift
= 1 },
1403 static struct omap_hwmod_class omap3xxx_sad2d_class
= {
1407 static struct omap_hwmod omap3xxx_sad2d_hwmod
= {
1409 .rst_lines
= omap3xxx_sad2d_resets
,
1410 .rst_lines_cnt
= ARRAY_SIZE(omap3xxx_sad2d_resets
),
1411 .main_clk
= "sad2d_ick",
1414 .module_offs
= CORE_MOD
,
1416 .idlest_idle_bit
= OMAP3430_ST_SAD2D_SHIFT
,
1419 .class = &omap3xxx_sad2d_class
,
1424 * general purpose memory controller
1427 static struct omap_hwmod_class_sysconfig omap3xxx_gpmc_sysc
= {
1429 .sysc_offs
= 0x0010,
1430 .syss_offs
= 0x0014,
1431 .sysc_flags
= (SYSC_HAS_AUTOIDLE
| SYSC_HAS_SIDLEMODE
|
1432 SYSC_HAS_SOFTRESET
| SYSS_HAS_RESET_STATUS
),
1433 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
1434 .sysc_fields
= &omap_hwmod_sysc_type1
,
1437 static struct omap_hwmod_class omap3xxx_gpmc_hwmod_class
= {
1439 .sysc
= &omap3xxx_gpmc_sysc
,
1442 static struct omap_hwmod omap3xxx_gpmc_hwmod
= {
1444 .class = &omap3xxx_gpmc_hwmod_class
,
1445 .clkdm_name
= "core_l3_clkdm",
1446 .main_clk
= "gpmc_fck",
1447 /* Skip reset for CONFIG_OMAP_GPMC_DEBUG for bootloader timings */
1448 .flags
= HWMOD_NO_IDLEST
| DEBUG_OMAP_GPMC_HWMOD_FLAGS
,
1455 /* L3 -> L4_CORE interface */
1456 static struct omap_hwmod_ocp_if omap3xxx_l3_main__l4_core
= {
1457 .master
= &omap3xxx_l3_main_hwmod
,
1458 .slave
= &omap3xxx_l4_core_hwmod
,
1459 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1462 /* L3 -> L4_PER interface */
1463 static struct omap_hwmod_ocp_if omap3xxx_l3_main__l4_per
= {
1464 .master
= &omap3xxx_l3_main_hwmod
,
1465 .slave
= &omap3xxx_l4_per_hwmod
,
1466 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1470 /* MPU -> L3 interface */
1471 static struct omap_hwmod_ocp_if omap3xxx_mpu__l3_main
= {
1472 .master
= &omap3xxx_mpu_hwmod
,
1473 .slave
= &omap3xxx_l3_main_hwmod
,
1474 .user
= OCP_USER_MPU
,
1479 static struct omap_hwmod_ocp_if omap3xxx_l3_main__l4_debugss
= {
1480 .master
= &omap3xxx_l3_main_hwmod
,
1481 .slave
= &omap3xxx_debugss_hwmod
,
1482 .user
= OCP_USER_MPU
,
1486 static struct omap_hwmod_ocp_if omap3430es1_dss__l3
= {
1487 .master
= &omap3430es1_dss_core_hwmod
,
1488 .slave
= &omap3xxx_l3_main_hwmod
,
1489 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1492 static struct omap_hwmod_ocp_if omap3xxx_dss__l3
= {
1493 .master
= &omap3xxx_dss_core_hwmod
,
1494 .slave
= &omap3xxx_l3_main_hwmod
,
1497 .l3_perm_bit
= OMAP3_L3_CORE_FW_INIT_ID_DSS
,
1498 .flags
= OMAP_FIREWALL_L3
,
1501 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1504 /* l3_core -> sad2d interface */
1505 static struct omap_hwmod_ocp_if omap3xxx_sad2d__l3
= {
1506 .master
= &omap3xxx_sad2d_hwmod
,
1507 .slave
= &omap3xxx_l3_main_hwmod
,
1508 .clk
= "core_l3_ick",
1509 .user
= OCP_USER_MPU
,
1512 /* L4_CORE -> L4_WKUP interface */
1513 static struct omap_hwmod_ocp_if omap3xxx_l4_core__l4_wkup
= {
1514 .master
= &omap3xxx_l4_core_hwmod
,
1515 .slave
= &omap3xxx_l4_wkup_hwmod
,
1516 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1519 /* L4 CORE -> MMC1 interface */
1520 static struct omap_hwmod_ocp_if omap3xxx_l4_core__pre_es3_mmc1
= {
1521 .master
= &omap3xxx_l4_core_hwmod
,
1522 .slave
= &omap3xxx_pre_es3_mmc1_hwmod
,
1523 .clk
= "mmchs1_ick",
1524 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1525 .flags
= OMAP_FIREWALL_L4
,
1528 static struct omap_hwmod_ocp_if omap3xxx_l4_core__es3plus_mmc1
= {
1529 .master
= &omap3xxx_l4_core_hwmod
,
1530 .slave
= &omap3xxx_es3plus_mmc1_hwmod
,
1531 .clk
= "mmchs1_ick",
1532 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1533 .flags
= OMAP_FIREWALL_L4
,
1536 /* L4 CORE -> MMC2 interface */
1537 static struct omap_hwmod_ocp_if omap3xxx_l4_core__pre_es3_mmc2
= {
1538 .master
= &omap3xxx_l4_core_hwmod
,
1539 .slave
= &omap3xxx_pre_es3_mmc2_hwmod
,
1540 .clk
= "mmchs2_ick",
1541 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1542 .flags
= OMAP_FIREWALL_L4
,
1545 static struct omap_hwmod_ocp_if omap3xxx_l4_core__es3plus_mmc2
= {
1546 .master
= &omap3xxx_l4_core_hwmod
,
1547 .slave
= &omap3xxx_es3plus_mmc2_hwmod
,
1548 .clk
= "mmchs2_ick",
1549 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1550 .flags
= OMAP_FIREWALL_L4
,
1553 /* L4 CORE -> MMC3 interface */
1555 static struct omap_hwmod_ocp_if omap3xxx_l4_core__mmc3
= {
1556 .master
= &omap3xxx_l4_core_hwmod
,
1557 .slave
= &omap3xxx_mmc3_hwmod
,
1558 .clk
= "mmchs3_ick",
1559 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1560 .flags
= OMAP_FIREWALL_L4
,
1563 /* L4 CORE -> UART1 interface */
1565 static struct omap_hwmod_ocp_if omap3_l4_core__uart1
= {
1566 .master
= &omap3xxx_l4_core_hwmod
,
1567 .slave
= &omap3xxx_uart1_hwmod
,
1569 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1572 /* L4 CORE -> UART2 interface */
1574 static struct omap_hwmod_ocp_if omap3_l4_core__uart2
= {
1575 .master
= &omap3xxx_l4_core_hwmod
,
1576 .slave
= &omap3xxx_uart2_hwmod
,
1578 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1581 /* L4 PER -> UART3 interface */
1583 static struct omap_hwmod_ocp_if omap3_l4_per__uart3
= {
1584 .master
= &omap3xxx_l4_per_hwmod
,
1585 .slave
= &omap3xxx_uart3_hwmod
,
1587 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1590 /* L4 PER -> UART4 interface */
1592 static struct omap_hwmod_ocp_if omap36xx_l4_per__uart4
= {
1593 .master
= &omap3xxx_l4_per_hwmod
,
1594 .slave
= &omap36xx_uart4_hwmod
,
1596 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1599 /* AM35xx: L4 CORE -> UART4 interface */
1601 static struct omap_hwmod_ocp_if am35xx_l4_core__uart4
= {
1602 .master
= &omap3xxx_l4_core_hwmod
,
1603 .slave
= &am35xx_uart4_hwmod
,
1605 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1608 /* L4 CORE -> I2C1 interface */
1609 static struct omap_hwmod_ocp_if omap3_l4_core__i2c1
= {
1610 .master
= &omap3xxx_l4_core_hwmod
,
1611 .slave
= &omap3xxx_i2c1_hwmod
,
1615 .l4_fw_region
= OMAP3_L4_CORE_FW_I2C1_REGION
,
1617 .flags
= OMAP_FIREWALL_L4
,
1620 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1623 /* L4 CORE -> I2C2 interface */
1624 static struct omap_hwmod_ocp_if omap3_l4_core__i2c2
= {
1625 .master
= &omap3xxx_l4_core_hwmod
,
1626 .slave
= &omap3xxx_i2c2_hwmod
,
1630 .l4_fw_region
= OMAP3_L4_CORE_FW_I2C2_REGION
,
1632 .flags
= OMAP_FIREWALL_L4
,
1635 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1638 /* L4 CORE -> I2C3 interface */
1640 static struct omap_hwmod_ocp_if omap3_l4_core__i2c3
= {
1641 .master
= &omap3xxx_l4_core_hwmod
,
1642 .slave
= &omap3xxx_i2c3_hwmod
,
1646 .l4_fw_region
= OMAP3_L4_CORE_FW_I2C3_REGION
,
1648 .flags
= OMAP_FIREWALL_L4
,
1651 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1654 /* L4 CORE -> SR1 interface */
1655 static struct omap_hwmod_ocp_if omap34xx_l4_core__sr1
= {
1656 .master
= &omap3xxx_l4_core_hwmod
,
1657 .slave
= &omap34xx_sr1_hwmod
,
1659 .user
= OCP_USER_MPU
,
1662 static struct omap_hwmod_ocp_if omap36xx_l4_core__sr1
= {
1663 .master
= &omap3xxx_l4_core_hwmod
,
1664 .slave
= &omap36xx_sr1_hwmod
,
1666 .user
= OCP_USER_MPU
,
1669 /* L4 CORE -> SR2 interface */
1671 static struct omap_hwmod_ocp_if omap34xx_l4_core__sr2
= {
1672 .master
= &omap3xxx_l4_core_hwmod
,
1673 .slave
= &omap34xx_sr2_hwmod
,
1675 .user
= OCP_USER_MPU
,
1678 static struct omap_hwmod_ocp_if omap36xx_l4_core__sr2
= {
1679 .master
= &omap3xxx_l4_core_hwmod
,
1680 .slave
= &omap36xx_sr2_hwmod
,
1682 .user
= OCP_USER_MPU
,
1685 /* L4_WKUP -> L4_SEC interface */
1686 static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__l4_sec
= {
1687 .master
= &omap3xxx_l4_wkup_hwmod
,
1688 .slave
= &omap3xxx_l4_sec_hwmod
,
1689 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1692 /* IVA2 <- L3 interface */
1693 static struct omap_hwmod_ocp_if omap3xxx_l3__iva
= {
1694 .master
= &omap3xxx_l3_main_hwmod
,
1695 .slave
= &omap3xxx_iva_hwmod
,
1696 .clk
= "core_l3_ick",
1697 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1700 /* l4_per -> timer3 */
1701 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer3
= {
1702 .master
= &omap3xxx_l4_per_hwmod
,
1703 .slave
= &omap3xxx_timer3_hwmod
,
1705 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1709 /* l4_per -> timer4 */
1710 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer4
= {
1711 .master
= &omap3xxx_l4_per_hwmod
,
1712 .slave
= &omap3xxx_timer4_hwmod
,
1714 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1718 /* l4_per -> timer5 */
1719 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer5
= {
1720 .master
= &omap3xxx_l4_per_hwmod
,
1721 .slave
= &omap3xxx_timer5_hwmod
,
1723 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1727 /* l4_per -> timer6 */
1728 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer6
= {
1729 .master
= &omap3xxx_l4_per_hwmod
,
1730 .slave
= &omap3xxx_timer6_hwmod
,
1732 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1736 /* l4_per -> timer7 */
1737 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer7
= {
1738 .master
= &omap3xxx_l4_per_hwmod
,
1739 .slave
= &omap3xxx_timer7_hwmod
,
1741 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1745 /* l4_per -> timer8 */
1746 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer8
= {
1747 .master
= &omap3xxx_l4_per_hwmod
,
1748 .slave
= &omap3xxx_timer8_hwmod
,
1750 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1754 /* l4_per -> timer9 */
1755 static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer9
= {
1756 .master
= &omap3xxx_l4_per_hwmod
,
1757 .slave
= &omap3xxx_timer9_hwmod
,
1759 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1762 /* l4_core -> timer10 */
1763 static struct omap_hwmod_ocp_if omap3xxx_l4_core__timer10
= {
1764 .master
= &omap3xxx_l4_core_hwmod
,
1765 .slave
= &omap3xxx_timer10_hwmod
,
1767 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1770 /* l4_core -> timer11 */
1771 static struct omap_hwmod_ocp_if omap3xxx_l4_core__timer11
= {
1772 .master
= &omap3xxx_l4_core_hwmod
,
1773 .slave
= &omap3xxx_timer11_hwmod
,
1775 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1778 /* l4_wkup -> wd_timer2 */
1780 static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__wd_timer2
= {
1781 .master
= &omap3xxx_l4_wkup_hwmod
,
1782 .slave
= &omap3xxx_wd_timer2_hwmod
,
1784 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1787 /* l4_core -> dss */
1788 static struct omap_hwmod_ocp_if omap3430es1_l4_core__dss
= {
1789 .master
= &omap3xxx_l4_core_hwmod
,
1790 .slave
= &omap3430es1_dss_core_hwmod
,
1794 .l4_fw_region
= OMAP3ES1_L4_CORE_FW_DSS_CORE_REGION
,
1795 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
1796 .flags
= OMAP_FIREWALL_L4
,
1799 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1802 static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss
= {
1803 .master
= &omap3xxx_l4_core_hwmod
,
1804 .slave
= &omap3xxx_dss_core_hwmod
,
1808 .l4_fw_region
= OMAP3_L4_CORE_FW_DSS_CORE_REGION
,
1809 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
1810 .flags
= OMAP_FIREWALL_L4
,
1813 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1816 /* l4_core -> dss_dispc */
1817 static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_dispc
= {
1818 .master
= &omap3xxx_l4_core_hwmod
,
1819 .slave
= &omap3xxx_dss_dispc_hwmod
,
1823 .l4_fw_region
= OMAP3_L4_CORE_FW_DSS_DISPC_REGION
,
1824 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
1825 .flags
= OMAP_FIREWALL_L4
,
1828 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1831 /* l4_core -> dss_dsi1 */
1832 static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_dsi1
= {
1833 .master
= &omap3xxx_l4_core_hwmod
,
1834 .slave
= &omap3xxx_dss_dsi1_hwmod
,
1838 .l4_fw_region
= OMAP3_L4_CORE_FW_DSS_DSI_REGION
,
1839 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
1840 .flags
= OMAP_FIREWALL_L4
,
1843 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1846 /* l4_core -> dss_rfbi */
1847 static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_rfbi
= {
1848 .master
= &omap3xxx_l4_core_hwmod
,
1849 .slave
= &omap3xxx_dss_rfbi_hwmod
,
1853 .l4_fw_region
= OMAP3_L4_CORE_FW_DSS_RFBI_REGION
,
1854 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
1855 .flags
= OMAP_FIREWALL_L4
,
1858 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1861 /* l4_core -> dss_venc */
1862 static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_venc
= {
1863 .master
= &omap3xxx_l4_core_hwmod
,
1864 .slave
= &omap3xxx_dss_venc_hwmod
,
1868 .l4_fw_region
= OMAP3_L4_CORE_FW_DSS_VENC_REGION
,
1869 .l4_prot_group
= OMAP3_L4_CORE_FW_DSS_PROT_GROUP
,
1870 .flags
= OMAP_FIREWALL_L4
,
1873 .flags
= OCPIF_SWSUP_IDLE
,
1874 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1877 /* l4_wkup -> gpio1 */
1879 static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__gpio1
= {
1880 .master
= &omap3xxx_l4_wkup_hwmod
,
1881 .slave
= &omap3xxx_gpio1_hwmod
,
1882 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1885 /* l4_per -> gpio2 */
1887 static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio2
= {
1888 .master
= &omap3xxx_l4_per_hwmod
,
1889 .slave
= &omap3xxx_gpio2_hwmod
,
1890 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1893 /* l4_per -> gpio3 */
1895 static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio3
= {
1896 .master
= &omap3xxx_l4_per_hwmod
,
1897 .slave
= &omap3xxx_gpio3_hwmod
,
1898 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1903 * The memory management unit performs virtual to physical address translation
1904 * for its requestors.
1907 static struct omap_hwmod_class_sysconfig mmu_sysc
= {
1911 .sysc_flags
= (SYSC_HAS_CLOCKACTIVITY
| SYSC_HAS_SIDLEMODE
|
1912 SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
),
1913 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
1914 .sysc_fields
= &omap_hwmod_sysc_type1
,
1917 static struct omap_hwmod_class omap3xxx_mmu_hwmod_class
= {
1923 static struct omap_hwmod omap3xxx_mmu_isp_hwmod
;
1925 /* l4_core -> mmu isp */
1926 static struct omap_hwmod_ocp_if omap3xxx_l4_core__mmu_isp
= {
1927 .master
= &omap3xxx_l4_core_hwmod
,
1928 .slave
= &omap3xxx_mmu_isp_hwmod
,
1929 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1932 static struct omap_hwmod omap3xxx_mmu_isp_hwmod
= {
1934 .class = &omap3xxx_mmu_hwmod_class
,
1935 .main_clk
= "cam_ick",
1936 .flags
= HWMOD_NO_IDLEST
,
1941 static struct omap_hwmod omap3xxx_mmu_iva_hwmod
;
1943 static struct omap_hwmod_rst_info omap3xxx_mmu_iva_resets
[] = {
1944 { .name
= "mmu", .rst_shift
= 1, .st_shift
= 9 },
1947 /* l3_main -> iva mmu */
1948 static struct omap_hwmod_ocp_if omap3xxx_l3_main__mmu_iva
= {
1949 .master
= &omap3xxx_l3_main_hwmod
,
1950 .slave
= &omap3xxx_mmu_iva_hwmod
,
1951 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1954 static struct omap_hwmod omap3xxx_mmu_iva_hwmod
= {
1956 .class = &omap3xxx_mmu_hwmod_class
,
1957 .clkdm_name
= "iva2_clkdm",
1958 .rst_lines
= omap3xxx_mmu_iva_resets
,
1959 .rst_lines_cnt
= ARRAY_SIZE(omap3xxx_mmu_iva_resets
),
1960 .main_clk
= "iva2_ck",
1963 .module_offs
= OMAP3430_IVA2_MOD
,
1965 .idlest_idle_bit
= OMAP3430_ST_IVA2_SHIFT
,
1968 .flags
= HWMOD_NO_IDLEST
,
1971 /* l4_per -> gpio4 */
1973 static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio4
= {
1974 .master
= &omap3xxx_l4_per_hwmod
,
1975 .slave
= &omap3xxx_gpio4_hwmod
,
1976 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1979 /* l4_per -> gpio5 */
1981 static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio5
= {
1982 .master
= &omap3xxx_l4_per_hwmod
,
1983 .slave
= &omap3xxx_gpio5_hwmod
,
1984 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1987 /* l4_per -> gpio6 */
1989 static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio6
= {
1990 .master
= &omap3xxx_l4_per_hwmod
,
1991 .slave
= &omap3xxx_gpio6_hwmod
,
1992 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
1995 /* l4_core -> mcbsp1 */
1996 static struct omap_hwmod_ocp_if omap3xxx_l4_core__mcbsp1
= {
1997 .master
= &omap3xxx_l4_core_hwmod
,
1998 .slave
= &omap3xxx_mcbsp1_hwmod
,
1999 .clk
= "mcbsp1_ick",
2000 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2004 /* l4_per -> mcbsp2 */
2005 static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp2
= {
2006 .master
= &omap3xxx_l4_per_hwmod
,
2007 .slave
= &omap3xxx_mcbsp2_hwmod
,
2008 .clk
= "mcbsp2_ick",
2009 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2013 /* l4_per -> mcbsp3 */
2014 static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp3
= {
2015 .master
= &omap3xxx_l4_per_hwmod
,
2016 .slave
= &omap3xxx_mcbsp3_hwmod
,
2017 .clk
= "mcbsp3_ick",
2018 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2022 /* l4_per -> mcbsp4 */
2023 static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp4
= {
2024 .master
= &omap3xxx_l4_per_hwmod
,
2025 .slave
= &omap3xxx_mcbsp4_hwmod
,
2026 .clk
= "mcbsp4_ick",
2027 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2031 /* l4_core -> mcbsp5 */
2032 static struct omap_hwmod_ocp_if omap3xxx_l4_core__mcbsp5
= {
2033 .master
= &omap3xxx_l4_core_hwmod
,
2034 .slave
= &omap3xxx_mcbsp5_hwmod
,
2035 .clk
= "mcbsp5_ick",
2036 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2040 /* l4_per -> mcbsp2_sidetone */
2041 static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp2_sidetone
= {
2042 .master
= &omap3xxx_l4_per_hwmod
,
2043 .slave
= &omap3xxx_mcbsp2_sidetone_hwmod
,
2044 .clk
= "mcbsp2_ick",
2045 .user
= OCP_USER_MPU
,
2049 /* l4_per -> mcbsp3_sidetone */
2050 static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp3_sidetone
= {
2051 .master
= &omap3xxx_l4_per_hwmod
,
2052 .slave
= &omap3xxx_mcbsp3_sidetone_hwmod
,
2053 .clk
= "mcbsp3_ick",
2054 .user
= OCP_USER_MPU
,
2057 /* l4_core -> mailbox */
2058 static struct omap_hwmod_ocp_if omap3xxx_l4_core__mailbox
= {
2059 .master
= &omap3xxx_l4_core_hwmod
,
2060 .slave
= &omap3xxx_mailbox_hwmod
,
2061 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2064 /* l4 core -> mcspi1 interface */
2065 static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi1
= {
2066 .master
= &omap3xxx_l4_core_hwmod
,
2067 .slave
= &omap34xx_mcspi1
,
2068 .clk
= "mcspi1_ick",
2069 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2072 /* l4 core -> mcspi2 interface */
2073 static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi2
= {
2074 .master
= &omap3xxx_l4_core_hwmod
,
2075 .slave
= &omap34xx_mcspi2
,
2076 .clk
= "mcspi2_ick",
2077 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2080 /* l4 core -> mcspi3 interface */
2081 static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi3
= {
2082 .master
= &omap3xxx_l4_core_hwmod
,
2083 .slave
= &omap34xx_mcspi3
,
2084 .clk
= "mcspi3_ick",
2085 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2088 /* l4 core -> mcspi4 interface */
2090 static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi4
= {
2091 .master
= &omap3xxx_l4_core_hwmod
,
2092 .slave
= &omap34xx_mcspi4
,
2093 .clk
= "mcspi4_ick",
2094 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2097 static struct omap_hwmod_ocp_if omap3xxx_usb_host_hs__l3_main_2
= {
2098 .master
= &omap3xxx_usb_host_hs_hwmod
,
2099 .slave
= &omap3xxx_l3_main_hwmod
,
2100 .clk
= "core_l3_ick",
2101 .user
= OCP_USER_MPU
,
2105 static struct omap_hwmod_ocp_if omap3xxx_l4_core__usb_host_hs
= {
2106 .master
= &omap3xxx_l4_core_hwmod
,
2107 .slave
= &omap3xxx_usb_host_hs_hwmod
,
2108 .clk
= "usbhost_ick",
2109 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2113 static struct omap_hwmod_ocp_if omap3xxx_l4_core__usb_tll_hs
= {
2114 .master
= &omap3xxx_l4_core_hwmod
,
2115 .slave
= &omap3xxx_usb_tll_hs_hwmod
,
2116 .clk
= "usbtll_ick",
2117 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2120 /* l4_core -> hdq1w interface */
2121 static struct omap_hwmod_ocp_if omap3xxx_l4_core__hdq1w
= {
2122 .master
= &omap3xxx_l4_core_hwmod
,
2123 .slave
= &omap3xxx_hdq1w_hwmod
,
2125 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2126 .flags
= OMAP_FIREWALL_L4
| OCPIF_SWSUP_IDLE
,
2129 /* am35xx has Davinci MDIO & EMAC */
2130 static struct omap_hwmod_class am35xx_mdio_class
= {
2131 .name
= "davinci_mdio",
2134 static struct omap_hwmod am35xx_mdio_hwmod
= {
2135 .name
= "davinci_mdio",
2136 .class = &am35xx_mdio_class
,
2137 .flags
= HWMOD_NO_IDLEST
,
2141 * XXX Should be connected to an IPSS hwmod, not the L3 directly;
2142 * but this will probably require some additional hwmod core support,
2143 * so is left as a future to-do item.
2145 static struct omap_hwmod_ocp_if am35xx_mdio__l3
= {
2146 .master
= &am35xx_mdio_hwmod
,
2147 .slave
= &omap3xxx_l3_main_hwmod
,
2149 .user
= OCP_USER_MPU
,
2152 /* l4_core -> davinci mdio */
2154 * XXX Should be connected to an IPSS hwmod, not the L4_CORE directly;
2155 * but this will probably require some additional hwmod core support,
2156 * so is left as a future to-do item.
2158 static struct omap_hwmod_ocp_if am35xx_l4_core__mdio
= {
2159 .master
= &omap3xxx_l4_core_hwmod
,
2160 .slave
= &am35xx_mdio_hwmod
,
2162 .user
= OCP_USER_MPU
,
2165 static struct omap_hwmod_class am35xx_emac_class
= {
2166 .name
= "davinci_emac",
2169 static struct omap_hwmod am35xx_emac_hwmod
= {
2170 .name
= "davinci_emac",
2171 .class = &am35xx_emac_class
,
2173 * According to Mark Greer, the MPU will not return from WFI
2174 * when the EMAC signals an interrupt.
2175 * https://lore.kernel.org/all/1336770778-23044-3-git-send-email-mgreer@animalcreek.com/
2177 .flags
= (HWMOD_NO_IDLEST
| HWMOD_BLOCK_WFI
),
2180 /* l3_core -> davinci emac interface */
2182 * XXX Should be connected to an IPSS hwmod, not the L3 directly;
2183 * but this will probably require some additional hwmod core support,
2184 * so is left as a future to-do item.
2186 static struct omap_hwmod_ocp_if am35xx_emac__l3
= {
2187 .master
= &am35xx_emac_hwmod
,
2188 .slave
= &omap3xxx_l3_main_hwmod
,
2190 .user
= OCP_USER_MPU
,
2193 /* l4_core -> davinci emac */
2195 * XXX Should be connected to an IPSS hwmod, not the L4_CORE directly;
2196 * but this will probably require some additional hwmod core support,
2197 * so is left as a future to-do item.
2199 static struct omap_hwmod_ocp_if am35xx_l4_core__emac
= {
2200 .master
= &omap3xxx_l4_core_hwmod
,
2201 .slave
= &am35xx_emac_hwmod
,
2203 .user
= OCP_USER_MPU
,
2206 static struct omap_hwmod_ocp_if omap3xxx_l3_main__gpmc
= {
2207 .master
= &omap3xxx_l3_main_hwmod
,
2208 .slave
= &omap3xxx_gpmc_hwmod
,
2209 .clk
= "core_l3_ick",
2210 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2213 /* l4_core -> SHAM2 (SHA1/MD5) (similar to omap24xx) */
2214 static struct omap_hwmod_class_sysconfig omap3_sham_sysc
= {
2218 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_SOFTRESET
|
2219 SYSC_HAS_AUTOIDLE
| SYSS_HAS_RESET_STATUS
),
2220 .sysc_fields
= &omap3_sham_sysc_fields
,
2223 static struct omap_hwmod_class omap3xxx_sham_class
= {
2225 .sysc
= &omap3_sham_sysc
,
2230 static struct omap_hwmod omap3xxx_sham_hwmod
= {
2232 .main_clk
= "sha12_ick",
2235 .module_offs
= CORE_MOD
,
2237 .idlest_idle_bit
= OMAP3430_ST_SHA12_SHIFT
,
2240 .class = &omap3xxx_sham_class
,
2244 static struct omap_hwmod_ocp_if omap3xxx_l4_core__sham
= {
2245 .master
= &omap3xxx_l4_core_hwmod
,
2246 .slave
= &omap3xxx_sham_hwmod
,
2248 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2253 * synchronous serial interface (multichannel and full-duplex serial if)
2256 static struct omap_hwmod_class_sysconfig omap34xx_ssi_sysc
= {
2258 .sysc_offs
= 0x0010,
2259 .syss_offs
= 0x0014,
2260 .sysc_flags
= (SYSC_HAS_AUTOIDLE
| SYSC_HAS_MIDLEMODE
|
2261 SYSC_HAS_SIDLEMODE
| SYSC_HAS_SOFTRESET
),
2262 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
2263 .sysc_fields
= &omap_hwmod_sysc_type1
,
2266 static struct omap_hwmod_class omap3xxx_ssi_hwmod_class
= {
2268 .sysc
= &omap34xx_ssi_sysc
,
2271 static struct omap_hwmod omap3xxx_ssi_hwmod
= {
2273 .class = &omap3xxx_ssi_hwmod_class
,
2274 .clkdm_name
= "core_l4_clkdm",
2275 .main_clk
= "ssi_ssr_fck",
2278 .module_offs
= CORE_MOD
,
2280 .idlest_idle_bit
= OMAP3430ES2_ST_SSI_IDLE_SHIFT
,
2285 /* L4 CORE -> SSI */
2286 static struct omap_hwmod_ocp_if omap3xxx_l4_core__ssi
= {
2287 .master
= &omap3xxx_l4_core_hwmod
,
2288 .slave
= &omap3xxx_ssi_hwmod
,
2290 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
2293 static struct omap_hwmod_ocp_if
*omap3xxx_hwmod_ocp_ifs
[] __initdata
= {
2294 &omap3xxx_l3_main__l4_core
,
2295 &omap3xxx_l3_main__l4_per
,
2296 &omap3xxx_mpu__l3_main
,
2297 &omap3xxx_l3_main__l4_debugss
,
2298 &omap3xxx_l4_core__l4_wkup
,
2299 &omap3xxx_l4_core__mmc3
,
2300 &omap3_l4_core__uart1
,
2301 &omap3_l4_core__uart2
,
2302 &omap3_l4_per__uart3
,
2303 &omap3_l4_core__i2c1
,
2304 &omap3_l4_core__i2c2
,
2305 &omap3_l4_core__i2c3
,
2306 &omap3xxx_l4_wkup__l4_sec
,
2307 &omap3xxx_l4_per__timer3
,
2308 &omap3xxx_l4_per__timer4
,
2309 &omap3xxx_l4_per__timer5
,
2310 &omap3xxx_l4_per__timer6
,
2311 &omap3xxx_l4_per__timer7
,
2312 &omap3xxx_l4_per__timer8
,
2313 &omap3xxx_l4_per__timer9
,
2314 &omap3xxx_l4_core__timer10
,
2315 &omap3xxx_l4_core__timer11
,
2316 &omap3xxx_l4_wkup__wd_timer2
,
2317 &omap3xxx_l4_wkup__gpio1
,
2318 &omap3xxx_l4_per__gpio2
,
2319 &omap3xxx_l4_per__gpio3
,
2320 &omap3xxx_l4_per__gpio4
,
2321 &omap3xxx_l4_per__gpio5
,
2322 &omap3xxx_l4_per__gpio6
,
2323 &omap3xxx_l4_core__mcbsp1
,
2324 &omap3xxx_l4_per__mcbsp2
,
2325 &omap3xxx_l4_per__mcbsp3
,
2326 &omap3xxx_l4_per__mcbsp4
,
2327 &omap3xxx_l4_core__mcbsp5
,
2328 &omap3xxx_l4_per__mcbsp2_sidetone
,
2329 &omap3xxx_l4_per__mcbsp3_sidetone
,
2330 &omap34xx_l4_core__mcspi1
,
2331 &omap34xx_l4_core__mcspi2
,
2332 &omap34xx_l4_core__mcspi3
,
2333 &omap34xx_l4_core__mcspi4
,
2334 &omap3xxx_l3_main__gpmc
,
2338 /* crypto hwmod links */
2339 static struct omap_hwmod_ocp_if
*omap34xx_sham_hwmod_ocp_ifs
[] __initdata
= {
2340 &omap3xxx_l4_core__sham
,
2344 static struct omap_hwmod_ocp_if
*omap36xx_sham_hwmod_ocp_ifs
[] __initdata
= {
2345 &omap3xxx_l4_core__sham
,
2350 * Apparently the SHA/MD5 and AES accelerator IP blocks are
2351 * only present on some AM35xx chips, and no one knows which
2353 * See https://lore.kernel.org/all/20130108203853.GB1876@animalcreek.com/
2354 * So if you need these IP blocks on an AM35xx, try uncommenting
2355 * the following lines.
2357 static struct omap_hwmod_ocp_if
*am35xx_sham_hwmod_ocp_ifs
[] __initdata
= {
2358 /* &omap3xxx_l4_core__sham, */
2362 /* 3430ES1-only hwmod links */
2363 static struct omap_hwmod_ocp_if
*omap3430es1_hwmod_ocp_ifs
[] __initdata
= {
2364 &omap3430es1_dss__l3
,
2365 &omap3430es1_l4_core__dss
,
2369 /* 3430ES2+-only hwmod links */
2370 static struct omap_hwmod_ocp_if
*omap3430es2plus_hwmod_ocp_ifs
[] __initdata
= {
2372 &omap3xxx_l4_core__dss
,
2373 &omap3xxx_usb_host_hs__l3_main_2
,
2374 &omap3xxx_l4_core__usb_host_hs
,
2375 &omap3xxx_l4_core__usb_tll_hs
,
2379 /* <= 3430ES3-only hwmod links */
2380 static struct omap_hwmod_ocp_if
*omap3430_pre_es3_hwmod_ocp_ifs
[] __initdata
= {
2381 &omap3xxx_l4_core__pre_es3_mmc1
,
2382 &omap3xxx_l4_core__pre_es3_mmc2
,
2386 /* 3430ES3+-only hwmod links */
2387 static struct omap_hwmod_ocp_if
*omap3430_es3plus_hwmod_ocp_ifs
[] __initdata
= {
2388 &omap3xxx_l4_core__es3plus_mmc1
,
2389 &omap3xxx_l4_core__es3plus_mmc2
,
2393 /* 34xx-only hwmod links (all ES revisions) */
2394 static struct omap_hwmod_ocp_if
*omap34xx_hwmod_ocp_ifs
[] __initdata
= {
2396 &omap34xx_l4_core__sr1
,
2397 &omap34xx_l4_core__sr2
,
2398 &omap3xxx_l4_core__mailbox
,
2399 &omap3xxx_l4_core__hdq1w
,
2400 &omap3xxx_sad2d__l3
,
2401 &omap3xxx_l4_core__mmu_isp
,
2402 &omap3xxx_l3_main__mmu_iva
,
2403 &omap3xxx_l4_core__ssi
,
2407 /* 36xx-only hwmod links (all ES revisions) */
2408 static struct omap_hwmod_ocp_if
*omap36xx_hwmod_ocp_ifs
[] __initdata
= {
2410 &omap36xx_l4_per__uart4
,
2412 &omap3xxx_l4_core__dss
,
2413 &omap36xx_l4_core__sr1
,
2414 &omap36xx_l4_core__sr2
,
2415 &omap3xxx_l4_core__mailbox
,
2416 &omap3xxx_usb_host_hs__l3_main_2
,
2417 &omap3xxx_l4_core__usb_host_hs
,
2418 &omap3xxx_l4_core__usb_tll_hs
,
2419 &omap3xxx_l4_core__es3plus_mmc1
,
2420 &omap3xxx_l4_core__es3plus_mmc2
,
2421 &omap3xxx_l4_core__hdq1w
,
2422 &omap3xxx_sad2d__l3
,
2423 &omap3xxx_l4_core__mmu_isp
,
2424 &omap3xxx_l3_main__mmu_iva
,
2425 &omap3xxx_l4_core__ssi
,
2429 static struct omap_hwmod_ocp_if
*am35xx_hwmod_ocp_ifs
[] __initdata
= {
2431 &omap3xxx_l4_core__dss
,
2432 &am35xx_l4_core__uart4
,
2433 &omap3xxx_usb_host_hs__l3_main_2
,
2434 &omap3xxx_l4_core__usb_host_hs
,
2435 &omap3xxx_l4_core__usb_tll_hs
,
2436 &omap3xxx_l4_core__es3plus_mmc1
,
2437 &omap3xxx_l4_core__es3plus_mmc2
,
2438 &omap3xxx_l4_core__hdq1w
,
2440 &am35xx_l4_core__mdio
,
2442 &am35xx_l4_core__emac
,
2446 static struct omap_hwmod_ocp_if
*omap3xxx_dss_hwmod_ocp_ifs
[] __initdata
= {
2447 &omap3xxx_l4_core__dss_dispc
,
2448 &omap3xxx_l4_core__dss_dsi1
,
2449 &omap3xxx_l4_core__dss_rfbi
,
2450 &omap3xxx_l4_core__dss_venc
,
2455 * omap3xxx_hwmod_is_hs_ip_block_usable - is a security IP block accessible?
2456 * @bus: struct device_node * for the top-level OMAP DT data
2457 * @dev_name: device name used in the DT file
2459 * Determine whether a "secure" IP block @dev_name is usable by Linux.
2460 * There doesn't appear to be a 100% reliable way to determine this,
2461 * so we rely on heuristics. If @bus is null, meaning there's no DT
2462 * data, then we only assume the IP block is accessible if the OMAP is
2463 * fused as a 'general-purpose' SoC. If however DT data is present,
2464 * test to see if the IP block is described in the DT data and set to
2465 * 'status = "okay"'. If so then we assume the ODM has configured the
2466 * OMAP firewalls to allow access to the IP block.
2468 * Return: 0 if device named @dev_name is not likely to be accessible,
2469 * or 1 if it is likely to be accessible.
2471 static bool __init
omap3xxx_hwmod_is_hs_ip_block_usable(struct device_node
*bus
,
2472 const char *dev_name
)
2474 struct device_node
*node
;
2478 return omap_type() == OMAP2_DEVICE_TYPE_GP
;
2480 node
= of_get_child_by_name(bus
, dev_name
);
2481 available
= of_device_is_available(node
);
2487 int __init
omap3xxx_hwmod_init(void)
2490 struct omap_hwmod_ocp_if
**h
= NULL
, **h_sham
= NULL
;
2491 struct device_node
*bus
;
2496 /* Register hwmod links common to all OMAP3 */
2497 r
= omap_hwmod_register_links(omap3xxx_hwmod_ocp_ifs
);
2504 * Register hwmod links common to individual OMAP3 families, all
2505 * silicon revisions (e.g., 34xx, or AM3505/3517, or 36xx)
2506 * All possible revisions should be included in this conditional.
2508 if (rev
== OMAP3430_REV_ES1_0
|| rev
== OMAP3430_REV_ES2_0
||
2509 rev
== OMAP3430_REV_ES2_1
|| rev
== OMAP3430_REV_ES3_0
||
2510 rev
== OMAP3430_REV_ES3_1
|| rev
== OMAP3430_REV_ES3_1_2
) {
2511 h
= omap34xx_hwmod_ocp_ifs
;
2512 h_sham
= omap34xx_sham_hwmod_ocp_ifs
;
2513 } else if (rev
== AM35XX_REV_ES1_0
|| rev
== AM35XX_REV_ES1_1
) {
2514 h
= am35xx_hwmod_ocp_ifs
;
2515 h_sham
= am35xx_sham_hwmod_ocp_ifs
;
2516 } else if (rev
== OMAP3630_REV_ES1_0
|| rev
== OMAP3630_REV_ES1_1
||
2517 rev
== OMAP3630_REV_ES1_2
) {
2518 h
= omap36xx_hwmod_ocp_ifs
;
2519 h_sham
= omap36xx_sham_hwmod_ocp_ifs
;
2521 WARN(1, "OMAP3 hwmod family init: unknown chip type\n");
2525 r
= omap_hwmod_register_links(h
);
2530 * Register crypto hwmod links only if they are not disabled in DT.
2531 * If DT information is missing, enable them only for GP devices.
2534 bus
= of_find_node_by_name(NULL
, "ocp");
2536 if (h_sham
&& omap3xxx_hwmod_is_hs_ip_block_usable(bus
, "sham")) {
2537 r
= omap_hwmod_register_links(h_sham
);
2545 * Register hwmod links specific to certain ES levels of a
2546 * particular family of silicon (e.g., 34xx ES1.0)
2549 if (rev
== OMAP3430_REV_ES1_0
) {
2550 h
= omap3430es1_hwmod_ocp_ifs
;
2551 } else if (rev
== OMAP3430_REV_ES2_0
|| rev
== OMAP3430_REV_ES2_1
||
2552 rev
== OMAP3430_REV_ES3_0
|| rev
== OMAP3430_REV_ES3_1
||
2553 rev
== OMAP3430_REV_ES3_1_2
) {
2554 h
= omap3430es2plus_hwmod_ocp_ifs
;
2558 r
= omap_hwmod_register_links(h
);
2564 if (rev
== OMAP3430_REV_ES1_0
|| rev
== OMAP3430_REV_ES2_0
||
2565 rev
== OMAP3430_REV_ES2_1
) {
2566 h
= omap3430_pre_es3_hwmod_ocp_ifs
;
2567 } else if (rev
== OMAP3430_REV_ES3_0
|| rev
== OMAP3430_REV_ES3_1
||
2568 rev
== OMAP3430_REV_ES3_1_2
) {
2569 h
= omap3430_es3plus_hwmod_ocp_ifs
;
2573 r
= omap_hwmod_register_links(h
);
2578 * DSS code presumes that dss_core hwmod is handled first,
2579 * _before_ any other DSS related hwmods so register common
2580 * DSS hwmod links last to ensure that dss_core is already
2581 * registered. Otherwise some change things may happen, for
2582 * ex. if dispc is handled before dss_core and DSS is enabled
2583 * in bootloader DISPC will be reset with outputs enabled
2584 * which sometimes leads to unrecoverable L3 error. XXX The
2585 * long-term fix to this is to ensure hwmods are set up in
2586 * dependency order in the hwmod core code.
2588 r
= omap_hwmod_register_links(omap3xxx_dss_hwmod_ocp_ifs
);