2 * omap_hwmod_2xxx_3xxx_ipblock_data.c - common IP block data for OMAP2/3
4 * Copyright (C) 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.
13 #include <linux/dmaengine.h>
14 #include <linux/omap-dma.h>
16 #include "omap_hwmod.h"
19 #include "omap_hwmod_common_data.h"
23 static struct omap_hwmod_class_sysconfig omap2_uart_sysc
= {
27 .sysc_flags
= (SYSC_HAS_SIDLEMODE
|
28 SYSC_HAS_ENAWAKEUP
| SYSC_HAS_SOFTRESET
|
29 SYSC_HAS_AUTOIDLE
| SYSS_HAS_RESET_STATUS
),
30 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
31 .sysc_fields
= &omap_hwmod_sysc_type1
,
34 struct omap_hwmod_class omap2_uart_class
= {
36 .sysc
= &omap2_uart_sysc
,
44 struct omap_hwmod_class omap2_venc_hwmod_class
= {
49 * omap_hwmod class data
52 struct omap_hwmod_class l3_hwmod_class
= {
56 struct omap_hwmod_class l4_hwmod_class
= {
60 struct omap_hwmod_class mpu_hwmod_class
= {
64 struct omap_hwmod_class iva_hwmod_class
= {
68 struct omap_hwmod_class_sysconfig omap2_hdq1w_sysc
= {
72 .sysc_flags
= (SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
|
73 SYSS_HAS_RESET_STATUS
),
74 .sysc_fields
= &omap_hwmod_sysc_type1
,
77 struct omap_hwmod_class omap2_hdq1w_class
= {
79 .sysc
= &omap2_hdq1w_sysc
,
80 .reset
= &omap_hdq1w_reset
,