1 // SPDX-License-Identifier: GPL-2.0-only
3 * omap_hwmod_common_ipblock_data.c - common IP block data for OMAP2+
5 * Copyright (C) 2011 Nokia Corporation
6 * Copyright (C) 2012 Texas Instruments, Inc.
10 #include "omap_hwmod.h"
11 #include "omap_hwmod_common_data.h"
18 static struct omap_hwmod_class_sysconfig omap2_dss_sysc
= {
22 .sysc_flags
= (SYSC_HAS_SOFTRESET
| SYSC_HAS_AUTOIDLE
|
23 SYSS_HAS_RESET_STATUS
),
24 .sysc_fields
= &omap_hwmod_sysc_type1
,
27 struct omap_hwmod_class omap2_dss_hwmod_class
= {
29 .sysc
= &omap2_dss_sysc
,
30 .reset
= omap_dss_reset
,
35 * remote frame buffer interface
38 static struct omap_hwmod_class_sysconfig omap2_rfbi_sysc
= {
42 .sysc_flags
= (SYSC_HAS_SIDLEMODE
| SYSC_HAS_SOFTRESET
|
44 .idlemodes
= (SIDLE_FORCE
| SIDLE_NO
| SIDLE_SMART
),
45 .sysc_fields
= &omap_hwmod_sysc_type1
,
48 struct omap_hwmod_class omap2_rfbi_hwmod_class
= {
50 .sysc
= &omap2_rfbi_sysc
,